Back to Modelsby Mistral AI
M
Mistral Nemotron
MistralBuilt for agentic workflows, this model excels in coding, instruction following, and function calling.
Free EndpointJun 11, 2025open license1M API calls / 30d
Specifications
Context Length
128K
128,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatcodeagenticfunction calling
Tags
language-generationagenticfunction-calling
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
mistralai/mistral-nemotroncURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-nemotron",
"messages": [{"role": "user", "content": "Hello!"}]
}'