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...
Capabilities
Modalities
Quick stats
Performance
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| frequency_penalty | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | - | |
| top_k | - | |
| top_p | - |
Pricing
| Input price | $0.00 · 1M tokens |
| Output price | $0.00 · 1M tokens |
| Context window | 128K tokens |
| Compatible endpoints | openai |
| Vendor | Cohere |
Call command-r7b-arabic-02-2025 from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
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!"}]
}'Frequently asked questions
How much does command-r7b-arabic-02-2025 cost per 1M tokens?
Input is priced at $0.00 per 1M tokens, output at $0.00 per 1M tokens. Billing is per token, no rounding to batch sizes.
How do I access command-r7b-arabic-02-2025 via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=command-r7b-arabic-02-2025. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
What is the context window of command-r7b-arabic-02-2025?
command-r7b-arabic-02-2025 supports a context window of 128K tokens, shared between your prompt and the model's response.
Similar models
Try command-r7b-arabic-02-2025 now
Create an API key and start making requests in under a minute.