Virtuoso Small
Streamlined version of the larger Virtuosos, faster & more cost-efficient
Input price: $0.40/million
Output price: $0.52/million
Context length: 128k
Virtuoso Small maintains many of the robust capabilities for handling complex tasks that the larger Virtuoso models are known for–while also offering enhanced cost-efficiency and quicker response times.
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-small",
"messages": [
{
"role": "user",
"content": "Your prompt here"
}
]
}'