现已可用
Cohere
command-r7b-arabic-02-2025
Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning...
TextToolsOpen Weights128K
输入免费
输出免费
上下文128K
端点openai
能力
工具结构化
模态
输入
text
输出
text
快速统计
上下文窗口128K
最大输出4.1K
模式chat
分词器Cohere
知识截止2024
内容审核是
性能
正在加载性能数据...
支持的参数
| 参数 | 始终 | 默认值 |
|---|---|---|
| frequency_penalty | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | - | |
| top_k | - | |
| top_p | - |
§ 01
价格
| 输入价格 | $0.00 · 百万 Token |
| 输出价格 | $0.00 · 百万 Token |
| 上下文窗口 | 128K Token |
| 兼容端点 | openai |
| 供应商 | Cohere |
§ 02
在您的代码中调用 command-r7b-arabic-02-2025
将任意 OpenAI 兼容 SDK 指向 UnoRouter,并按名称请求模型。将 YOUR_API_KEY 替换为您控制台中的真实密钥。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "command-r7b-arabic-02-2025",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常见问题
command-r7b-arabic-02-2025 每百万 Token 多少钱?
输入价格 $0.00 / 百万 Token,输出价格 $0.00 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 command-r7b-arabic-02-2025?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=command-r7b-arabic-02-2025。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。
command-r7b-arabic-02-2025 的上下文窗口是多少?
command-r7b-arabic-02-2025 支持 128K Token 的上下文窗口,由您的提示词和模型响应共同占用。
§ 04