arcee-ai
Arcee AI: Coder Large
Coder‑Large is a 32 B‑parameter offspring of Qwen 2.5‑Instruct that has been further trained on permissively‑licensed GitHub, CodeSearchNet and synthetic bug‑fix corpora. It supports a 32k context window, enabling multi‑file...
Context
33k tokens
Input / 1M tokens
$0.50
Output / 1M tokens
$0.80
Benchmark
—
Pricing
Input tokens$0.50 per 1M tokens
Output tokens$0.80 per 1M tokens
Technical details
Model IDarcee-ai/coder-large
Context window33k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
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/coder-large',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Arcee AI: Coder Large?
Get an API key and start making requests in minutes.
Get an API key