Skip to main content
Core.Today
|
Mistral AIMediumHigh

Mistral Large 3 (2512)

Mistral Large 3 (2512) served through the OpenRouter aggregator - Mistral's most capable model to date, a sparse mixture-of-experts with 41B active parameters (675B total) released under Apache 2.0, with 256K context and image/file input. Billed at OpenRouter's actual usage cost.

929/2,787credits
input / output ยท per 1M tokens
256K-token context window
Vision input (image + file/PDF)
Sparse MoE - 41B active / 675B total parameters, Apache 2.0 open weights
OpenAI-compatible API (chat completions) via /llm/openrouter/v1
Billed at OpenRouter's actual usage.cost - listed rates are estimates

Run it right now

Test this model instantly in the Console Playground โ€” no code required

Sign in to try

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

Model Specifications

Context Window
262K
tokens
Max Output
33K
tokens
Training Cutoff
Not published
Compatible SDK
OpenAI

Capabilities

Vision
Function Calling
Streaming
JSON Mode
System Prompt

Token Pricing (per 1M tokens)

Token TypeCreditsUSD Equivalent
Input Tokens929$0.62
Output Tokens2,787$1.86
Cached Tokens92.9$0.06

* 1,500 credits โ‰ˆ $1 (actual charges may vary based on usage)

Quick Start

curl -X POST "https://api.core.today/llm/openrouter/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdt_your_api_key" \
  -d '{
  "model": "mistralai/mistral-large-2512",
  "messages": [
    {
      "role": "user",
      "content": "Summarize the attached report in 5 bullets."
    }
  ],
  "max_tokens": 1024
}'

Parameters

ParameterTypeRequiredDefaultDescription
modelstringYes-Model ID in vendor/model form, e.g. "mistralai/mistral-large-2512".
messagesarrayYes-Chat messages in OpenAI format (system/user/assistant roles).
temperaturenumberNo0.7Sampling temperature (0-2).
max_tokensintegerNo2048Maximum completion tokens.
streambooleanNofalseStream the response as server-sent events.

Examples

Chat completion

OpenAI-compatible chat completion request via OpenRouter

curl -X POST "https://api.core.today/llm/openrouter/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdt_your_api_key" \
  -d '{
  "model": "mistralai/mistral-large-2512",
  "messages": [
    {
      "role": "user",
      "content": "Summarize the attached report in 5 bullets."
    }
  ],
  "max_tokens": 1024
}'

Tips & Best Practices

1Works with the OpenAI SDK - set base_url to https://ai.api.core.today/llm/openrouter/v1
2Charged at OpenRouter's usage.cost x 1,858 credits/USD - the listed rates are estimates and may lag OpenRouter price changes
3Not a reasoning model (no reasoning_effort) - it answers directly, so it is a good fit for latency-sensitive chat, and it supports structured_outputs for schema-constrained JSON

Use Cases

Document understanding and multilingual analysis
Function-calling agents and structured extraction
General-purpose chat with a permissive-license model