Back to Models
Ministral 14B
mistralmistral/ministral-14b
Mistral's efficient 14B parameter model with vision support. Good balance of capability and speed for everyday tasks.
Context Length
128K
Max Output
16K
Input Price
$0.312/ 1M tokens
Output Price
$0.312/ 1M tokens
Modalities
textimage→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.312 / 1M tokens |
| Output | $0.312 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "mistral/ministral-14b",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'