← Về danh mục
rẻ hơn 40%Lấy API key
Claude Fable 5
claude-fable-5INPUT / 1M$6.00niêm yết $10.00
OUTPUT / 1M$30.00niêm yết $50.00
ĐỌC CACHE / 1M—model này không hỗ trợ caching
CONTEXT200Ktoken mỗi request
Gọi model này
from openai import OpenAI
client = OpenAI(
api_key="sk-ak-...",
base_url="https://apikey.sh/v1",
)
resp = client.chat.completions.create(
model="claude-fable-5",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Thông số
Nhà cung cấpAnthropic
NhómCao cấp
Context200K tokens
Output tối đa32.0K
Endpoint/v1/chat/completions
toolsreasoningstreaming