Virtuoso Large
Our most powerful and versatile general-purpose model
Input price: $1.27/million
Output price: $1.50/million
Context length: 128k
Virtuoso Large is designed to excel at handling complex and varied tasks across domains. With state-of-the-art performance, it offers unparalleled capability for nuanced understanding, contextual adaptability, and high accuracy.
API Usage
curl --http2 -X POST https://models.arcee.ai/v1/chat/completions \
-H "Authorization: Bearer $ARCEE_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "virtuoso-large",
"messages": [
{
"role": "user",
"content": "Your prompt here"
}
]
}'