← すべてのモデル

claude-opus-5

Anthropic · テキスト

Anthropic claude-opus-5

料金

入力/出力Price
入力$0.45 / 100万トークン
出力$2.25 / 100万トークン

呼び出し方法

from openai import OpenAI
client = OpenAI(base_url="https://getmodel.ai/v1", api_key="$GETMODEL_API_KEY")
resp = client.chat.completions.create(
    model="claude-opus-5",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

詳細

プロバイダーAnthropic
タイプテキスト
エンドポイントanthropic / openai

関連モデル