claude-sonnet-5
يظهر claude-sonnet-5 ضمن مسار Anthropic في llmtap. الأسعار أدناه بالدولار لكل مليون توكن.
- المزوّد
- Anthropic
- نقطة API
- https://www.llmtap.dev/api/v1/chat/completions
سعر إعادة البيع في llmtap
الإدخال
0.32 US$
لكل مليون توكن
الإخراج
1.60 US$
لكل مليون توكن
مرجع Anthropic الرسمي
الإدخال
2.00 US$ / مليون
الإخراج
10.00 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-sonnet-5", "messages": [{"role": "user", "content": "hello"}]}'