Hi, the deepseek-v3.2 model seems not working. Previously, it doesn’t support tool calls. Now it’s complete ununsable. can you please bring it back online with tool call support?
curl -s ``https://integrate.api.nvidia.com/v1/chat/completions``
-H “Authorization: Bearer nvapi-xxx”
-H “Content-Type: application/json”
-d ‘{
“model”: “deepseek-ai/deepseek-v3.2”,
“messages”: [
{ “role”: “user”, “content”: “hi” }
],
“max_tokens”: 1024
}’ | jq ‘.’
{
“status”: 404,
“title”: “Not Found”,
“detail”: “Function ‘yyy’: Not found for account ‘zzz’”
}