Back to Models

Arcee AI: Coder Large

arcee-ai/coder-large
May 5, 202532.8K context$0.50/M in · $0.80/M out

Description

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 refactoring or long diff review in a single call, and understands 30‑plus programming languages with special attention to TypeScript, Go and Terraform. Internal benchmarks show 5–8 pt gains over CodeLlama‑34 B‑Python on HumanEval and competitive BugFix scores thanks to a reinforcement pass that rewards compilable output. The model emits structured explanations alongside code blocks by default, making it suitable for educational tooling as well as production copilot scenarios. Cost‑wise, Together AI prices it well below proprietary incumbents, so teams can scale interactive coding without runaway spend.

Specifications

Provider
arcee-ai
Context Length
32.8K
Max Output
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.50
Output$0.80

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/coder-large",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Arcee AI: Coder Large — Pricing & API on OminiGate