cohereVision
Cohere: Command A+
Try in chat →Command A+ is Cohere's flagship model for enterprise agentic workflows. It accepts text and image inputs with a 192K context window, supports native tool calling with strict tool schemas, structured...
Context
192k tokens
Input / 1M tokens
$0.30
Output / 1M tokens
$1.50
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.30 per 1M tokens
Output tokens$1.50 per 1M tokens
Cache read$0.15 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDcohere/command-a-plus
Context window192k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerCohere
Max output tokens64,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'cohere/command-a-plus',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Cohere: Command A+?
Try it in the browser first, then get an API key and start making requests in minutes.