Claude Opus 4.8 API access and pricing
The newest Opus flagship for complex reasoning and long, multi-stage tasks.
Pricing details
The table shows the lowest group-discounted price in USD per 1 million tokens. It uses the lowest multiplier among this model’s enabled groups: ccmax自建专线 at 0.8×. Available groups: ccmax自建专线 / ccmax正价线. If your account belongs to a different group, your charge will differ. Always use the current price shown in the console as the billing authority.
Scroll horizontally to view the full table.
| Item | Price (lowest group) | Description |
|---|---|---|
| Input (prompt) | $4 / 1M tokens and up | Includes the ccmax自建专线 group multiplier |
| Output (completion) | $20 / 1M tokens and up | Includes the ccmax自建专线 group multiplier |
| Billing group | ccmax自建专线 | 0.8×, the lowest multiplier available for this model |
| Context window | 200,000 tokens | Common published specification; the model’s actual upstream limit applies. |
| Model ID | claude-opus-4-8 | |
API example
Call Claude Opus 4.8 with the OpenAI-compatible API format:
curl https://qionggeme.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $YOUR_API_KEY" \
-d '{
"model": "claude-opus-4-8",
"messages": [
{"role": "user", "content": "Hello"}
]
}'Frequently asked questions
How much does the Claude Opus 4.8 API cost?
Claude Opus 4.8 (claude-opus-4-8) is displayed at the lowest enabled group rate: about $4 per 1 million input tokens and $20 per 1 million output tokens through group ccmax自建专线 at 0.8×. Your actual charge depends on your account’s current group; check the console for the billing price.
What context window does Claude Opus 4.8 support?
Claude Opus 4.8 commonly supports a context window of about 200,000 tokens. The actual upstream model limit applies.
How do I connect to the Claude Opus 4.8 API?
Create an API key in qionggeme, set the API Base to https://qionggeme.com—usually https://qionggeme.com/v1 in OpenAI-compatible clients—and use model ID claude-opus-4-8. Do not use the content-site URL https://qionggeme.com/docs.