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...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Arcee AI: Virtuoso Large (arcee-ai/virtuoso-large)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "arcee-ai/virtuoso-large",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Arcee AI: Virtuoso Large model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.75$ / 1M tokens
- Output: 1.2$ / 1M tokens
Token Limits
- Max Output: 64,000 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate