Ministral 3 8B
digitalocean/ministral-3-8b-instruct-2512 · family ministral · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: tools text image.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See DigitalOcean’s docs for per-unit rates.
- Provider
- DigitalOcean (
digitalocean) - Kind
- text (outputs text)
- Context
- 262,144 tokens
- Max output
- 262,144 tokens
- Capabilities
- tools text image
Same model, other providers
“Ministral 3 8B” is offered by 2 providers — cheapest-effective first. Amazon Bedrock is the cheapest at $0.15 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Amazon Bedrock | $0.15 | $0.15 | $0.15 | 128k |
| DigitalOcean (this) | — | — | — | 262k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at DigitalOcean and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"ministral-3-8b-instruct-2512","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):