arcee-ai
Arcee AI: Virtuoso Large
Virtuoso‑Large is Arcee's top‑tier general‑purpose LLM at 72 B parameters, tuned to tackle cross‑domain reasoning, creative writing and enterprise QA. Unlike many 70 B peers, it retains the 128 k...
Context
131k tokens
Input / 1M tokens
$0.75
Output / 1M tokens
$1.20
Benchmark
—
Pricing
Input tokens$0.75 per 1M tokens
Output tokens$1.20 per 1M tokens
Technical details
Model IDarcee-ai/virtuoso-large
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
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: 'arcee-ai/virtuoso-large',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Arcee AI: Virtuoso Large?
Get an API key and start making requests in minutes.
Get an API key