zyloo/claude-sonnet-5-thinking

thinking

Anthropic ZylooのOpenAI互換統合APIで使える Claude モデル。1つのキー、低価格。

入力 / 100万
$2.00
出力 / 100万
$10.00
コンテキスト
1M
プロバイダー
Anthropic

zyloo/claude-sonnet-5-thinking を数秒で呼び出す

Zylooのキーを任意のOpenAIクライアントに入れ、次を指すだけ https://api.zyloo.io/v1。トークン従量、セント単位で請求。

from openai import OpenAI

client = OpenAI(
    base_url="https://api.zyloo.io/v1",
    api_key="sk-zy-...",
)

resp = client.chat.completions.create(
    model="zyloo/claude-sonnet-5-thinking",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

zyloo/claude-sonnet-5-thinking を呼び出し始める

登録すれば、zyloo/claude-sonnet-5-thinking を — 他のすべてのモデルとともに — 1つのキーから1分以内に呼び出せます。

Anthropic の全モデルを見る