Gateway operational · 16 models live · GPU capacity on demand Read the docs →
LINGYUNS gateway
Flagship · Mistral

Mistral Large 2

European flagship with strong reasoning, code and multilingual coverage.

Context window 128K tokens
Input price $2 per 1M tokens
Output price $6 per 1M tokens
Routing Included failover + retries

Call it with any OpenAI SDK

Swap the base URL and key — request shape, streaming and tool calls stay identical.

python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.lingyuns.com/v1",
    api_key="ly-sk-…",
)

r = client.chat.completions.create(
    model="mistral-large-2",
    messages=[{"role": "user", "content": "Hello"}],
)
# billed at $2 in / $6 out per 1M
Full quickstart

Specifications

Model IDmistral-large-2
ProviderMistral
CategoryFlagship
Context window128K tokens
Input / 1M$2
Output / 1M$6
ModalityText · streaming · tools

Prices are list rates in USD per million tokens. Your prepaid credits cover every model in the catalog at these rates.

Alternatives

Other Flagship models

GPT-4o

Flagship multimodal model for the hardest production workloads.

Context128K
Input / 1M$2.5
Output / 1M$10

Claude 3.5 Sonnet

Anthropic flagship — best-in-class writing, analysis and agentic coding.

Context200K
Input / 1M$3
Output / 1M$15

Gemini 1.5 Pro

Two-million-token context window for whole-codebase and long-video reasoning.

Context2000K
Input / 1M$1.25
Output / 1M$5