AI Gateway

/

Command A

Command A by Cohere

Command A is Cohere's most performant model to date, excelling at tool use, agents, retrieval augmented generation (RAG), and multilingual use cases. Command A has a context length of 256K, only requires two GPUs to run, and has 150% higher throughput compared to Command R+ 08-2024.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'cohere/command-a',
prompt: 'Why is the sky blue?'
})