Models/mistral/devstral-2512
mistral

devstral-2512

262K context$0.40/M input$2.00/M output
mistral/devstral-2512

Description

Devstral 2 is a state-of-the-art open-source model by Mistral AI specializing in agentic coding. It is a 123B-parameter dense transformer model supporting a 256K context window. Devstral 2 supports exploring...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral/devstral-2512",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextInput: FileOutput: Text

Pricing

Input$0.40/M
Output$2.00/M
Context262K tokens

Model Info

Providermistral
IDmistral/devstral-2512