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

o3-mini New

Reasoning model tuned for math, science and code with configurable effort.

Context window 200K tokens
Input price $1.1 per 1M tokens
Output price $4.4 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="o3-mini",
    messages=[{"role": "user", "content": "Hello"}],
)
# billed at $1.1 in / $4.4 out per 1M
Full quickstart

Specifications

Model IDo3-mini
ProviderOpenAI
CategoryReasoning
Context window200K tokens
Input / 1M$1.1
Output / 1M$4.4
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 Reasoning models

DeepSeek-R1

Open reasoning model with visible chain-of-thought at a fraction of frontier pricing.

Context128K
Input / 1M$0.55
Output / 1M$2.19