Nvidia endpoint not working #4136
Replies: 1 comment 2 replies
-
|
I think the API key/base URL are probably not the issue here. That I'd double check the exact model name you're passing in the Odysseus config. For NVIDIA NIM, it usually needs the real model slug from their catalog, not just any function UUID. The fact that gpt-oss works kinda supports that too. That one is probably mapped correctly, while the NVIDIA model name is getting sent wrong and NVIDIA just 404s it. So I’d try:
If direct NVIDIA works but Odysseus 404s, then it’s probably an Odysseus provider config/mapping issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Odysseus not working with NVIDIA endpoint — getting 404 error
Problem
I'm trying to connect Odysseus to an NVIDIA endpoint but getting a 404 error:
Setup
https://integrate.api.nvidia.com/v1What I've checked
Questions
Has anyone else hit this? How did you fix it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions