Can we look into this issue? Thank you.
Hi Vutran,
Can you please check the model now? It is functioning on my end.
Thanks for posting on the forums!
Best,
Aharpster
Thank you. It is working on the website, but I ran into the error below when calling the API. Can we take a look at this? Thanks.
{
“errorDetails”: {
“message”: “”,
“name”: “AI_APICallError”,
“url”: “https://integrate.api.nvidia.com/v1/chat/completions”,
“requestBodyValues”: {
“model”: “mistralai/mistral-large-3-675b-instruct-2512”,
“messages”: {
“0”: {
“role”: “system”,
“content”: “test”
},
“1”: {
“role”: “user”,
“content”: “hi”
},
“length”: 2
},
“stream”: true,
“streamOptions”: {
“includeUsage”: true
}
},
“statusCode”: 404,
“responseHeaders”: {
“contentLength”: “162”,
“contentType”: “application/problem+json”,
“date”: “Wed, 31 Dec 2025 00:10:20 GMT”,
“documentPolicy”: “include-js-call-stacks-in-crash-reports”,
“vary”: “Origin”
},
“responseBody”: {
“status”: 404,
“title”: “Not Found”,
“detail”: “Function ‘373b69a3-3c04-4297-a789-f3a948c95aed’: Not found for account ‘BLjd7Tx_RV2l5-nmEifald-mxgHh0g0Mpod1DCLU_Fw’”
},
“isRetryable”: false
}
}
