Qwen3.5 (Cloud)

Varies context

Model ID

qwen3.5:cloud

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://ollama.com/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="qwen3.5:cloud",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — no credit card needed for Ollama Cloud.

Free Tier Limits (Ollama Cloud)

Rate Limit
Light usage tier, 1 concurrent model
Daily Limit
Session limit resets every few hours
Monthly Limit
Weekly usage limit resets every 7 days