Anthropic: claude-opus-4-8
Claude Opus 4.8 is Anthropic's most capable generally available model in the Opus family. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token context window. It is suited for highly autonomous agents, long-horizon agentic work, knowledge work, and memory-driven tasks where coherence over extended sessions matters. It is particularly strong on multi-step reasoning, complex coding, and end-to-end project orchestration - large codebases, multi-stage debugging, and long-running asynchronous agent pipelines. Beyond coding, it handles knowledge work such as drafting documents, building presentations, and analyzing data, maintaining quality across very long outputs.
料金
パフォーマンス
対応パラメータ
すべてのプロバイダー = このモデルを提供するすべてのアップストリームが対応しています。一部のプロバイダー = リクエストを処理するアップストリームによって異なります。デフォルト = 未設定時に送信される値です。
| パラメータ | プロバイダー | デフォルト |
|---|---|---|
| frequency_penalty | 一部のプロバイダー | デフォルトでは送信されません |
| include_reasoning | すべてのプロバイダー | - |
| max_tokens | すべてのプロバイダー | - |
| presence_penalty | 一部のプロバイダー | デフォルトでは送信されません |
| reasoning | すべてのプロバイダー | - |
| repetition_penalty | 一部のプロバイダー | デフォルトでは送信されません |
| response_format | すべてのプロバイダー | - |
| stop | すべてのプロバイダー | - |
| structured_outputs | 一部のプロバイダー | - |
| temperature | 一部のプロバイダー | デフォルトでは送信されません |
| tool_choice | すべてのプロバイダー | - |
| tools | すべてのプロバイダー | - |
| top_k | 一部のプロバイダー | デフォルトでは送信されません |
| top_p | 一部のプロバイダー | デフォルトでは送信されません |
| verbosity | すべてのプロバイダー | - |
よくあるご質問
claude-opus-4-8 の100万トークンあたりの料金はいくらですか?
入力は100万トークンあたり $0.43、出力は100万トークンあたり $2.13 で課金されます。トークン単位の課金で、バッチサイズへの切り上げはありません。
API で claude-opus-4-8 を使うにはどうすればよいですか?
UnoRouter の /v1/chat/completions エンドポイントへ model=claude-opus-4-8 を指定してリクエストを送信してください。OpenAI 互換のクライアントライブラリであれば動作します。認証は標準の Bearer トークンを使用します。