arcee-ai/virtuoso-largeVirtuoso Large (arcee-ai/virtuoso-large) is a qwen2 72.7B-parameter model from Arcee Ai with a 131,072-token context window and 64,000 max output tokens, priced at $0.75/1M input and $1.20/1M output tokens. Available via the haimaker.ai OpenAI-compatible API.
Virtuoso-Large (72B) is our most powerful and versatile general-purpose model, 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.
Virtuoso-Large (72B) is our most powerful and versatile general-purpose model, 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.
GGUF format available here
If you have questions or would like to share your experiences using Virtuoso-Large (72B), please feel free to connect with us on social media. We’re excited to see what you build—and how this model helps you innovate!
| Mode | chat |
| Context Window | 131,072 tokens |
| Max Output | 64,000 tokens |
| Function Calling | Supported |
| Vision | - |
| Reasoning | - |
| Web Search | - |
| Url Context | - |
| Architecture | Qwen2ForCausalLM |
| Model Type | qwen2 |
| Base Model | Qwen/Qwen2.5-72B |
| Library | transformers |
from openai import OpenAI
client = OpenAI(
base_url="https://api.haimaker.ai/v1",
api_key="YOUR_API_KEY",
)
response = client.chat.completions.create(
model="arcee-ai/virtuoso-large",
messages=[
{"role": "user", "content": "Hello, how are you?"}
],
)
print(response.choices[0].message.content)Virtuoso Large (arcee-ai/virtuoso-large) has a 131,072-token context window and supports up to 64,000 output tokens per request.
Virtuoso Large is priced at $0.75 per 1M input tokens and $1.20 per 1M output tokens when accessed via the haimaker.ai OpenAI-compatible API.
Virtuoso Large supports function calling.
Send requests to https://api.haimaker.ai/v1/chat/completions with model "arcee-ai/virtuoso-large" using any OpenAI-compatible SDK. Authentication uses a Bearer API key from https://app.haimaker.ai.
OpenAI-compatible endpoint. Start building in minutes.