Qwen2.5-Coder improves upon CodeQwen1.5 in code generation, reasoning, and fixing, providing a stronger foundation for applications like Code Agents. It also maintains strengths in math and general knowledge.
📅 Created | 2024-11-11 |
🧠 Context Length | 33000 tokens |
💻 Input Token Price | $0.08/M tokens |
📝 Output Token Price | $0.16/M tokens |
🖼️ Image Input Price | $0.1445/K images |
* Prices paid to the model provider for using the model.
No, Cloxo AI remains FREE for now. The pricing information you see here is the cost of using the model from a specific provider which is to be paid by us. The cost is calculated based on the number of tokens or images processed by the model. The cost is deducted from the credit allocation pool. Once the credit allocation pool is exhausted, the model will stop processing requests.
Learn more about pricing💡 Note : The credits are consumed based on the usage of the model by the open community
Limit Type | Requests |
---|---|
Per Minute | 20 |
Per Hour | 400 |
Per Day | 2500 |
* Rate limits are subject to change by the model provider.
Rate limits are enforced by the model provider to prevent abuse and ensure fair usage. At the moment we do not have a paid plan to remove rate limits. But in the future, we may introduce a paid plan to remove rate limits. Stay tuned!
Learn more about rate limits💳 Allocated Credits: $50
🟠 Consumed Credits: $45.3
🟢 Remaining Credits: $4.7
* Data updated once every 24 hours
📝 Note: The credit allocation pool is the maximum credits allowed for a model to spend maximum
Text | Generates and understands human-like text responses. |
OCR | Extracts and processes text from images and scanned documents. |
Files | Supports uploading and analyzing files for deeper insights. |
Code | Executes code securely in isolated environments. |
RAG | Integrates external knowledge sources for enhanced accuracy. |
Voice | Supports speech-to-text and text-to-speech functionalities. |
Reasoning | Enhanced logical reasoning for complex problem-solving tasks. |
Effortlessly integrate Cloxo AI into your projects with our easy-to-use API.
curl -X POST https://chat.cloxo.co/api/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-2-5-coder-32b-instruct-free",
"messages": [{"role": "user", "content": "Hello there!"}]
}'
⚠️ Make sure to replace YOUR_API KEY
with your actual API key before running the code snippets.