モデル一覧に戻る
anthropic logo
anthropic/claude-opus-5

Claude Opus 5

2026/7/24
1,000,000 トークン
入力: ¥900.3065/M
出力: ¥4,501.5325/M
仕様

モダリティ

入力
text
image
file
出力
text

最大出力トークン

128,000
コード例
curl https://api.fastmetal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "anthropic-claude-opus-5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'