Cohere: Command R+ (08-2024)
cohere/command-r-plus-08-2024
command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint...
خرید API Cohere: Command R+ (08-2024)
راهنمای خرید و استفاده از API Cohere: Command R+ (08-2024)
برای خرید و فراخوانی API مدل Cohere: Command R+ (08-2024) (Cohere) در ایران میتوانید از کایا ای آی استفاده کنید: ثبتنام، شارژ ریالی، دریافت API Key، و تنظیم Base URL روی https://kayaai.ir/api. شناسه مدل در درخواستها cohere/command-r-plus-08-2024 است و معمولاً نیازی به VPN نیست.
کاربردهای رایج: گفتگو و تولید متن. پنجره زمینه این مدل حدود 128K توکن است؛ هزینه بر اساس مصرف توکن (یا واحد مصرف مدل) به ریال محاسبه میشود.
اگر قبلاً با SDK رسمی OpenAI کار کردهاید، معمولاً فقط Base URL و API Key را عوض میکنید و مقدار model را روی cohere/command-r-plus-08-2024 میگذارید. نمونه کد پایتون، Node و cURL در بخش پایین همین صفحه آمده است.
مدلهای بیشتر از Cohere را در کاتالوگ Cohere و راهنمای اتصال کامل را در مستندات API ببینید.
قیمتگذاری
نمونه درخواست API
نمونه آماده برای گفتگو با شناسه مدل cohere/command-r-plus-08-2024
curl -X POST https://kayaai.ir/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-llm-your-api-key" \
-d '{
"model": "cohere/command-r-plus-08-2024",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "سلام، این مدل را در یک جمله معرفی کن."}
]
}'