claude-opus-4-8-think
| Pricing | Cache Read | Web Search | Cache Write | Cache Write 5 Minutes | Cache Write 1 Hour |
|---|---|---|---|---|---|
Pricing | Cache Read | Web Search | Cache Write | Cache Write 5 Minutes | Cache Write 1 Hour |
$5.000$25.000 | $0.5/M tokens | $0.01/request | $6.25/M tokens | $6.25/M tokens | $10/M tokens |
- Text
- Vision
- Text
- Thinking
- Tools
- Function calling
- Structured outputs
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://aihubmix.com/v1",
)
response = client.chat.completions.create(
model="claude-opus-4-8-think",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)- Input: $ 5 /M Tokens
- Output: $ 25 /M Tokens
- Web Search: $0.01/request
Claude Opus 5 is Anthropic’s flagship model for demanding reasoning, coding, and long-horizon agentic work. It is particularly strong at end-to-end software tasks, code review and bug finding, visual analysis of charts and documents, complex office deliverables, and coordinating parallel subagents. The model maintains strong instruction following and tool use across extended tasks, while remaining effective at lower effort settings for workloads that prioritize latency and token efficiency.
- Input: $ 2 /M Tokens
- Output: $ 10 /M Tokens
- Web Search: $0.01/request
Claude Sonnet 5 is the next generation of Anthropic's Sonnet model family. It is a drop-in upgrade for Claude Sonnet 4.6 with three behavior changes: adaptive thinking is on by default, manual extended thinking now returns a 400 error (it was deprecated on Claude Sonnet 4.6), and setting sampling parameters (temperature, top_p, top_k) to non-default values returns a 400 error
- Input: $ 11 /M Tokens
- Output: $ 55 /M Tokens
- Web Search: $0.01/request
Anthropic's most capable widely released model, for the most demanding reasoning and long-horizon agentic work(This model is extremely expensive and is not recommended for casual use.)
- Input: $ 5 /M Tokens
- Output: $ 25 /M Tokens
- Web Search: $0.01/request
Claude Opus 4.8 is Anthropic’s newest and most powerful publicly available model. It is suitable for the most complex tasks. It is Anthropic’s strongest model for complex reasoning, long-horizon agent programming, and highly autonomous work.claude-opus-4-8 does not display thought content by default; you need to set the additional parameter "display": "summarized" to enable it
- Input: $ 5 /M Tokens
- Output: $ 25 /M Tokens
- Web Search: $0.01/request
Claude Opus 4.7 is Anthropic’s latest and most powerful publicly available model. It has high autonomy and performs exceptionally well on long-horizon agent tasks, knowledge work, vision tasks, and memory tasks. The claude-opus-4-7 model does not display thinking content by default; you need to set the extra parameter "display": "summarized" to enable it.This page summarizes all the new features at release.
- Input: $ 5 /M Tokens
- Output: $ 25 /M Tokens
- Web Search: $0.01/request
The claude-opus-4-7-think model has adaptive thinking mode pre-enabled; the default thinking intensity is "medium", and it can be invoked directly via the OpenAI unified API. The claude-opus-4-7 model does not display thinking content by default; you need to set the extra parameter "display": "summarized" to enable it.
AIHubMix© 2023 - 2026 AIHubMix, LLC