Qwen3.7 Flash
Qwen3.7 Flash is available through the Deva OpenAI-compatible API with transparent context, capability, and pricing metadata.
Quick start
Drop-in requests for the OpenAI-compatible Deva endpoint.
1curl https://api.deva.me/v1/chat/completions \2 -H "Authorization: Bearer $DEVA_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "qwen/qwen3.7-flash",6 "messages": [{"role":"user","content":"Hello from Deva"}],7 "stream": true8 }'Capabilities
Feature metadata advertised for this model.
Related models
More options from qwen and the recommended set.
QWEN: Qwen3 Coder
Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts code generation model from the Qwen team, optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over repositories. It has 480 billion total parameters, with 35 billion active per forward pass (8 of 160 experts).
QWEN: Qwen3.8 Max
QWEN: Qwen3.8 27B
X AI: Grok 4.3
Grok 4.3 is a reasoning model from xAI that accepts text and image inputs with text output, suited to agentic workflows, instruction-following, and applications requiring high factual accuracy. Reasoning effort is configurable (none, low, medium, or high), and a 1M-token context window with no output limit makes it well-suited to long-document analysis, deep research, and multi-step agentic tasks.