claude-haiku-4.5
يظهر claude-haiku-4.5 ضمن مسار Anthropic في llmtap. الأسعار أدناه بالدولار لكل مليون توكن.
- المزوّد
- Anthropic
- نقطة API
- https://www.llmtap.dev/api/v1/chat/completions
سعر إعادة البيع في llmtap
الإدخال
0.08 US$
لكل مليون توكن
الإخراج
0.32 US$
لكل مليون توكن
مرجع Anthropic الرسمي
الإدخال
0.50 US$ / مليون
الإخراج
2.50 US$ / مليون
يُعرض سعر القائمة الرسمي كمرجع.
مثال على طلب
terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
-H "Authorization: Bearer sk-live-your-key" \
-H "Content-Type: application/json" \
-d '{"model": "claude-haiku-4.5", "messages": [{"role": "user", "content": "hello"}]}'