Description
Qwen3.5-9B is a multimodal foundation model from the Qwen3.5 family, designed to deliver strong reasoning, coding, and visual understanding in an efficient 9B-parameter architecture. It uses a unified vision-language design...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3.5-9B (qwen/qwen3.5-9b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3.5-9b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3.5-9B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 0.05$ / 1M tokens
- Output: 0.15$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 256,000 tokens
Subscription Tiers
- free
- pro
- ultimate
