Back to Models

Arcee AI: Virtuoso Large

arcee-ai/virtuoso-large
May 5, 2025131.1K context64K max output$0.75/M in · $1.20/M out

Description

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 inherited from Qwen 2.5, letting it ingest books, codebases or financial filings wholesale. Training blended DeepSeek R1 distillation, multi‑epoch supervised fine‑tuning and a final DPO/RLHF alignment stage, yielding strong performance on BIG‑Bench‑Hard, GSM‑8K and long‑context Needle‑In‑Haystack tests. Enterprises use Virtuoso‑Large as the "fallback" brain in Conductor pipelines when other SLMs flag low confidence. Despite its size, aggressive KV‑cache optimizations keep first‑token latency in the low‑second range on 8× H100 nodes, making it a practical production‑grade powerhouse.

Specifications

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

Pricing

TypePrice / 1M tokens
Input$0.75
Output$1.20

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/virtuoso-large",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Arcee AI: Virtuoso Large — Pricing & API on OminiGate