anthropic/claude-haiku-4.5-kiro
Claude Haiku 4.5 routed through kiro relay. Full capability at 30 % of Anthropic official pricing. No official SLA. Lowest-cost Claude available through kiro.
출처: kiro_x0.3 · 2026-06-05 확인
캐시 읽기 $0.030/M · 캐시 쓰기 $0.000/M
API 호출 시 어떤 ID든 사용할 수 있습니다.
anthropic/claude-haiku-4.5-kiroclaude-haiku-4.5ONEHOP_KEY 자리 표시자를 귀하의 API key로 교체하세요. 생성하기 →
from anthropic import Anthropic
client = Anthropic(
base_url="https://api.onehop.ai/anthropic",
api_key="<ONEHOP_KEY>",
)
message = client.messages.create(
model="anthropic/claude-haiku-4.5-kiro",
max_tokens=1024,
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(message.content[0].text)최근 30일간 요청 57건