All models
qwen3.5-plus
Alibaba
qwen3.5-plusQwen vision-language model for visual reasoning, documents, and agent tasks
Context 1MReasoningToolsVision
Pricing
Entry tier — longer context costs moreInput
S$0.148S$0.089/M
Output
S$0.889S$0.533/M
Cache read
Reusing a prompt already cached upstream
S$0.015S$0.009/M
Cache write
Storing a prompt for later reuse
S$0.185S$0.111/M
Struck-through figures are the vendor's published list price.
Performance
Loading throughput, latency, and success rate…
Quick start
Full documentationThe API is OpenAI-compatible — point the base URL here and pass the model id.
cURL
curl https://api.lulutokens.ai/v1/chat/completions \ -H "Authorization: Bearer $LULU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen3.5-plus", "messages": [{"role": "user", "content": "Hello"}] }'Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create( model="qwen3.5-plus", messages=[{"role": "user", "content": "Hello"}],)Endpoints:openaiopenai-responseanthropic