Description
A 12B parameter model with a 128k token context length built by Mistral in collaboration with NVIDIA. The model is multilingual, supporting English, French, German, Spanish, Italian, Portuguese, Chinese, Japanese, Korean, Arabic, and Hindi. It supports function calling and is released under the Apache 2.0 license.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Mistral Nemo (mistralai/mistral-nemo)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "mistralai/mistral-nemo",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Mistral Nemo model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.02$ / 1M tokens
- Output: 0.04$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate