{
"object": "list",
"data": [
{
"id": "qwen-turbo",
"object": "model",
"created": 1699999999,
"owned_by": "alibaba"
},
{
"id": "qwen-plus",
"object": "model",
"created": 1699999999,
"owned_by": "alibaba"
},
{
"id": "qwen-max",
"object": "model",
"created": 1699999999,
"owned_by": "alibaba"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13018/qwen+ai+api/26130/list+available+models' --header 'Authorization: Bearer YOUR_API_KEY'
{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello! How can I help you today?","reasoning_content":"Thinking Process:\n\n1. **Analyze the input:** The user said \"Hello\".\n2. **Determine the intent:** This is a standard greeting.\n3. **Formulate a response:**\n * Acknowledge the greeting.\n * Offer assistance.\n * Keep it polite, friendly, and open-ended.\n * *Examples:* \"Hello! How can I help you today?\", \"Hi there! What's on your mind?\", \"Greetings! How can I assist you?\"\n4. **Select the best response:** \"Hello! How can I help you today?\" is standard, polite, and effective.\n5. **Output the response.**","role":"assistant"}}],"created":1783012848,"id":"chatcmpl-ef622ad5-24a5-94ab-8696-828946aa1578","model":"qwen3.7-max","object":"chat.completion","usage":{"completion_tokens":162,"completion_tokens_details":{"reasoning_tokens":148},"prompt_tokens":11,"prompt_tokens_details":{"cached_tokens":0},"total_tokens":173}}
curl --location --request POST 'https://zylalabs.com/api/13018/qwen+ai+api/26341/chat' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"model": "qwen3.7-max",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Qwen AI API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
API for Alibaba Qwen large language models supporting text generation, reasoning, and vision. OpenAI-compatible endpoints with context up to 1M tokens.
Models: qwen-max, qwen-plus, qwen-turbo, qwen-vl-max, qwen-vl-plus.
Features: chat completions, system prompts, function calling, streaming, image input. Authentication via Bearer token.
The List Available Models endpoint returns a list of model specifications, including model IDs, names, and context window sizes. The Vision Chat Image Analysis endpoint returns image analysis results, including descriptions, visual question answers, and usage statistics like token counts.
For the List Available Models, key fields include "id," "object," "created," and "owned_by." In the Vision Chat Image Analysis response, important fields are "id," "model," "choices," and "usage," which details token counts for prompts and completions.
The List Available Models response is structured as an object containing a "data" array of model objects. The Vision Chat Image Analysis response includes an "id," "model," and a "choices" array, where each choice contains a "message" with the analysis content and a "usage" object detailing token usage.
The Vision Chat Image Analysis endpoint accepts parameters such as the image file (in supported formats) and any specific questions related to the image. Users can customize requests by specifying the type of analysis or questions they want answered.
Typical use cases include generating text based on prompts, analyzing images for descriptions or answering questions about visual content, and extracting text from images using OCR capabilities. These functionalities can be applied in various fields like education, content creation, and accessibility.
Data accuracy is maintained through rigorous training of the Qwen models on diverse datasets and continuous updates to improve performance. The models are designed to provide reliable outputs based on extensive testing and validation processes.
उपयोगकर्ता प्रतिक्रिया संरचना को पार्स करके लौटाए गए डेटा का उपयोग कर सकते हैं ताकि संबंधित जानकारी निकाली जा सके जैसे मॉडल की क्षमताएँ या छवि विश्लेषण के परिणाम उदाहरण के लिए वे "सामग्री" क्षेत्र का उपयोग कर सकते हैं विजन चैट प्रतिक्रिया में छवि विवरण या उत्तरों को प्रदर्शित करने के लिए Anwendungen
Users can expect structured responses with consistent fields across requests. For example, the Vision Chat responses will typically include a detailed analysis in the "content" field and token usage metrics, allowing users to gauge the complexity of their queries and the model's performance.