Flagship · Google
Gemini 1.5 Pro Long context
Two-million-token context window for whole-codebase and long-video reasoning.
Context window
2000K
tokens
Input price
$1.25
per 1M tokens
Output price
$5
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="gemini-1-5-pro", messages=[{"role": "user", "content": "Hello"}], ) # billed at $1.25 in / $5 out per 1M
Specifications
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.
Claude 3.5 Sonnet
Anthropic flagship — best-in-class writing, analysis and agentic coding.
Mistral Large 2
European flagship with strong reasoning, code and multilingual coverage.