Good afternoon. API shows cosmos-reason2-8b as an available model, but fails with “404: Function not found for account” when I send a request to it.
$ curl -s “https://integrate.api.nvidia.com/v1/models” -H “Authorization: Bearer $NVIDIA_API_KEY” | jq ‘.data[] | select(.id | contains(“cosmos”))’
{
“id”: “nvidia/cosmos-reason2-8b”,
“object”: “model”,
“created”: 735790403,
“owned_by”: “nvidia”
}
$ curl -s “https://integrate.api.nvidia.com/v1/chat/completions” -H “Authorization: Bearer $NVIDIA_API_KEY” -H “Content-Type: application/json” -d ‘{“model”: “nvidia/cosmos-reason2-8b”, “messages”: [ { “role”: “user”, “content”: “hi” } ], “max_tokens”: 1024}’
{“status”:404,“title”:“Not Found”,“detail”:“Function ‘xxx-xxx-xxx-xxx-xxx’: Not found for account ‘yyy’”}
Other models work fine.
The model was temporarily taken down recently, but it should be back up now.
Could you please try again?
Generated a new API key and tried again:
$ curl -s “https://integrate.api.nvidia.com/v1/chat/completions” -H “Authorization: Bearer $NVIDIA_API_KEY” -H “Content-Type: application/json” -d ‘{“model”: “nvidia/cosmos-reason2-8b”, “messages”: [ { “role”: “user”, “content”: “hi” } ], “max_tokens”: 1024}’
Response:
{‘status’: 404, ‘title’: ‘Not Found’, ‘detail’: “Function ‘e199b43b-xxxx-xxxx-xxxx-xxxxxxxxxxxx’: Not found for account ‘F2Y6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’”}
I am getting the same error. Is there any update on this? Much appreciated.
I tried from two accounts and different API keys. Still the same issue.
The account + API keys are working on llama3 models for curl commands.
The cosmos-reason2-8b should still work for a simple curl call with “hello”, right?
Hi @dd.an.ivanov and @mahes25 – the API and video upload feature for this model has been disabled for security reasons. You can still try using the model via the web experience at cosmos-reason2-8b Model by NVIDIA | NVIDIA NIM with the pre-uploaded videos, or deploying the model yourself via huggingface or the downloadable NIM container.