Claude Sonnet 5 API pricing

A next-generation Sonnet option with a more accessible lowest-group rate.

Anthropic Claude200K contextLowest group: ccmax自建专线Reasoning supportedVision supported

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.

ItemPrice (lowest group)Description
Input (prompt)$1.6 / 1M tokens and upIncludes the ccmax自建专线 group multiplier
Output (completion)$8 / 1M tokens and upIncludes the ccmax自建专线 group multiplier
Billing groupccmax自建专线0.8×, the lowest multiplier available for this model
Context window200,000 tokensCommon published specification; the model’s actual upstream limit applies.
Model IDclaude-sonnet-5
Create an accountView setup guides

API example

Call Claude Sonnet 5 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-sonnet-5",
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'

Frequently asked questions

How much does the Claude Sonnet 5 API cost?

Claude Sonnet 5 (claude-sonnet-5) is displayed at the lowest enabled group rate: about $1.6 per 1 million input tokens and $8 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 Sonnet 5 support?

Claude Sonnet 5 commonly supports a context window of about 200,000 tokens. The actual upstream model limit applies.

How do I connect to the Claude Sonnet 5 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-sonnet-5. Do not use the content-site URL https://qionggeme.com/docs.