Command A
Command A is an open-weights enterprise model from Cohere built for tool use, agentic workflows, retrieval-augmented generation (RAG), and multilingual tasks across a context window of 256K tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'cohere/command-a', prompt: 'Why is the sky blue?'})Playground
Try out Command A by Cohere. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.