Claude Fable 5は、AnthropicのMythosクラスのモデルです。これはOpusクラスの上の性能層に位置し、一般利用向けに安全化されています。その能力は、Anthropicがこれまで…
from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="anthropic/claude-fable-5",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| 入力 / 1M tokens | $10.00 |
| 出力 / 1M tokens | $50.00 |
| キャッシュ読み取り / 1M | $1.00 |
| キャッシュ書き込み / 1M | $12.50 |
| 通貨 | USD |