Mistral models Call them through one OpenAI-compatible API, billed at base per-token rates.
Last updated June 5, 2026
Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.
| Model | Provider | Context | Input / 1M | Output / 1M |
|---|---|---|---|---|
| Mistral Medium 3.1 | Mistral | 131K | $0.40 | $2.00 |
| Devstral 2512 | Mistral | 262K | $0.40 | $2.00 |
| Codestral 2508 | Mistral | 256K | $0.30 | $0.90 |
| Mistral Small 3.2 24B | Mistral | 262K | $0.15 | $0.60 |
| Devstral Small | Mistral | 131K | $0.10 | $0.30 |
Keep the OpenAI SDK; set base_url to Zylo and pick a Mistral model id.
from openai import OpenAI
client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")
response = client.chat.completions.create(
model="mistral-medium-3.1",
messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)
Zylo currently offers 5 Mistral text models, including Mistral Medium 3.1, Devstral 2512, Codestral 2508, Mistral Small 3.2 24B. See the table above for live per-1M-token pricing.
Each Mistral model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.
Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. mistral-medium-3.1).
Free API key, OpenAI-compatible, local payments.
Get free API key