arcee-ai
Arcee

Arcee AI: Virtuoso Large

arcee-ai/virtuoso-large
Контекст
131 072
Вход токены
92,29 ₽/M
Выход токены
147,67 ₽/M
описание

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...

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через arcee-ai/virtuoso-large
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "arcee-ai/virtuoso-large",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'