Problem with 'mistralai/Mistral-Nemo-Instruct-2407's API for Chat completion
Hi !
I am in front of a big problem, while it seems that the API { Thx !mistralai/Mistral-Nemo-Instruct-2407
(Official Hugging Face documentation for 'Chat Completion : curl '/static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fmodels%2Fgoogle%2Fgemma-2-2b-it%2Fv1%2Fchat%2Fcompletions%3C%2Fa%3E' \ -H "Authorization: Bearer hf_***" \ -H 'Content-Type: application/json' \ -d '{ "model": "google/gemma-2-2b-it", "messages": [{"role": "user", "content": "What is the capital of France?"}], "max_tokens": 500, "stream": false }') is not working for "Chat Completion".
The address '/static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fmodels%2Fmistralai%2FMistral-Nemo-Instruct-2407%2Fv1%2Fchat%2Fcompletions%3C%2Fa%3E' points to ```// 20240918233810
// /static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fmodels%2Fmistralai%2FMistral-Nemo-Instruct-2407%2Fv1%2Fchat%2Fcompletions%3C%2Fa%3E%3C%2Fp%3E
"error": "Model mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions does not exist"
}```.
Which correct API could i use in order to call properly the mistralai/Mistral-Nemo-Instruct-2407
Chat completion please ?