Qwen / qwen/qwen3-vl-flash-2025-10-15

Qwen3-Vl-Flash-2025-10-15 - access through LLMTR

Qwen3-Vl-Flash-2025-10-15 is a good fit when you want lower-latency, lower-cost visual understanding and OCR. It works well for faster multimodal assistant flows. As a dated snapshot, it is better suited to integrations that want stable behavior across releases.

Technical specifications

Canonical IDqwen/qwen3-vl-flash-2025-10-15
ProviderQwen
Context window256,000 tokens
OperationsRESPONSES
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
RESPONSESstartingcatalog$0.050000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3-vl-flash-2025-10-15","messages":[{"role":"user","content":"Hello"}]}'

Related models