Description
Qwen2.5 72B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen2.5 72B Instruct (qwen/qwen-2.5-72b-instruct)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-2.5-72b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen2.5 72B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.12$ / 1M tokens
- Output: 0.39$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 32,768 tokens
Subscription Tiers
- free
- pro
- ultimate
