Environment Variables
SettingMODEL_NAME=cohere/command-r-plus is enough — no need to set OPENAI_BASE_URL. The COHERE_API_KEY environment variable is consulted; OPENAI_API_KEY is not used as a fallback.
If you just want the Cohere default, setting COHERE_API_KEY alone is enough — no MODEL_NAME, no llm=. Agent(...) picks cohere/command-r and routes it through litellm. See Provider Auto-Detection.
Models
- Recommended:
command-r-plus(best quality) - Fast/Cheap:
command-r(balanced) - Latest:
command-a-03-2025(newest) - Small:
command-r7b-12-2024(efficient)

