Mistral on Zylo

Mistral models & pricing

Mistral models Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

Mistral model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
Mistral Medium 3.1Mistral131K$0.40$2.00
Devstral 2512Mistral262K$0.40$2.00
Codestral 2508Mistral256K$0.30$0.90
Mistral Small 3.2 24BMistral262K$0.15$0.60
Devstral SmallMistral131K$0.10$0.30
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a Mistral model id.

Python
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)

All Mistral models

Frequently asked questions

Which Mistral models can I use on Zylo?

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.

How much do Mistral models cost on Zylo?

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.

Are Mistral models OpenAI-compatible on Zylo?

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).

Call Mistral models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key