Back to Models
Qwen: Qwen3.5-9B
qwen/qwen3.5-9bMar 10, 2026256K context65.5K max output$0.10/M in · $0.15/M outReasoning
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 with early fusion of multimodal tokens, allowing the model to process and reason across text and images within the same context.
Specifications
Provider
qwen
Context Length
256K
Max Output
65.5K
Modality
Intextimagevideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
| Output | $0.15 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-9b",
"messages": [{"role": "user", "content": "Hello!"}]
}'