Skip to main content

Vision

Qwen-3.5 API

Qwen-3.5 on the Open LLMs OpenAI-compatible API, billed from prepaid wallet credits.

$0.15 / 1M tokens · read from the live catalogue

Qwen-3.5 costs $0.15 / 1M tokens on Open LLMs. Call it by sending qwen3.5 as the model id to /v1/chat/completions, using any OpenAI-compatible client.

What are Qwen-3.5's specifications?

Every value here is read from the catalogue that serves the API, so this page and the service cannot disagree.

Model id
qwen3.5
Task
Vision
Price
$0.15 / 1M tokens
Context window
33K tokens
Modality
image+text → text
Parameters
0.8B-27B
Endpoint
/v1/chat/completions

How do I call Qwen-3.5?

Point an OpenAI client at our base URL and name the model. Nothing else about your request changes.

Qwen-3.5 — first requestbash
curl https://api.openllms.co/v1/chat/completions \
  -H "Authorization: Bearer $OPENLLMS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.5",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
Note:

Before your first call

An inference call needs an API key and a positive wallet balance. The first call to an idle model can answer 503 with a Retry-After header while it starts — wait, then retry. Full reference: the API docs.

How is Qwen-3.5 licensed?

Qwen-3.5's upstream licence is recorded in our model licence index rather than on this page. The obligations we pass through are listed on model licences, and the model card itself is at its source.

What else can I call?

See every model in the catalogue with its price, context window and licence.