Qwen3.7 Flash
qwen/qwen3.7-flash
Alibaba's fastest Qwen tier — 1M context reasoning for high-volume, latency-sensitive workloads
Code Examples
from blockrun_llm import LLMClient
client = LLMClient() # Uses BLOCKRUN_WALLET_KEY (never sent to server)
response = client.chat("qwen/qwen3.7-flash", "Hello!")import { LLMClient } from '@blockrun/llm';
const client = new LLMClient(); // Uses BLOCKRUN_WALLET_KEY (never sent to server)
const response = await client.chat('qwen/qwen3.7-flash', 'Hello!');curl -X POST https://blockrun.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "PAYMENT-SIGNATURE: <payment_header>" \
-d '{
"model": "qwen/qwen3.7-flash",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 1024
}'Pricing
No markup on official Qwen rates; $0.001 fee per call.
Payment
Pay per request with USDC on Base. No subscription required.
Try It
Send a message to try Qwen3.7 Flash
Connect your wallet to enable payments
About Qwen3.7 Flash
Qwen3.7 Flash is a reasoning and coding model from Qwen with a 1M-token context window and up to 66K tokens of output per call. It is billed per token at the provider's list rate, with no markup on chat tokens. Long prompts step up in tiers, and the whole request is billed at the tier it reaches: 32K tokens and above, $0.10 in and $0.40 out per million; 256K tokens and above, $0.20 in and $0.80 out per million. It is served through BlockRun's OpenAI-compatible API, so it can be called without an account, an API key, or a subscription.
What it costs
Qwen3.7 Flash is billed per token. The underlying rates are $0.03 per million input tokens and $0.13 per million output tokens with no platform margin on chat tokens; only a small per-transaction fee covering on-chain settlement is added on top, and the resulting price is quoted in the 402 before you pay. You are charged for the tokens a request actually consumes — there is no monthly commitment and no unused balance to forfeit. With a context window of 1,000,000 tokens and up to 65,536 tokens of output, a single call can carry a substantial working set.
Specifications
- Context window
- 1,000,000 tokens
- Maximum output
- 65,536 tokens
- API compatibility
- OpenAI-compatible
- Payment
- USDC via x402
- Categories
- chat, reasoning, coding
Calling it from your code
Pass qwen/qwen3.7-flash as the model field. Because the endpoint mirrors the OpenAI chat completions schema, any existing OpenAI client works by changing the base URL — streaming, tool use, and multi-turn messages all behave the same way.
The first request returns a 402 carrying the exact price; a signed retry runs it, and client libraries fold the two into one call — how the payment works. See the documentation for request and response shapes, the LLM API page for every model on this endpoint, or browse the full catalog of 78 chat models to compare alternatives.
Related models
Every model on BlockRun is reached through the same endpoint and the same payment flow, so switching is a one-line change to the model field. These are the closest alternatives to Qwen3.7 Flash:
- Qwen3.7 Max$1.48 in / $4.42 out per 1M
- Qwen3.7 Plus$0.32 in / $1.28 out per 1M
- Tencent Hy3$0.08 in / $0.33 out per 1M
- Xiaomi MiMo V2.5$0.14 in / $0.28 out per 1M
- Xiaomi MiMo-V2.5 Pro$0.43 in / $0.87 out per 1M
- Qwen3.8 Flash$0.15 in / $0.47 out per 1M
Two ways to run this
Get an API key
Sign in, get a key, and call the same endpoints with usage billed to your account. For teams that want one invoice instead of one wallet.
Get an API keyOr let your agent pay per call, in USDC
No account, no API key. Three steps, and the last one is the request this page is about.
- Point your agent at BlockRun
Install ClawRouter, or add the BlockRun MCP server to Claude Code, Cursor, Codex or OpenClaw. Any OpenAI-compatible client works too — change the base URL, nothing else.
curl -fsSL https://blockrun.ai/ClawRouter-update | bash - Fund a wallet with USDC
Send USDC to a wallet on Base or Solana. There is no account to create and no API key to issue: the wallet is the account, and it pays per call.
- Call Qwen3.7 Flash
The first call returns HTTP 402 with the exact price, your agent signs it, and the answer comes back. Payment settles on-chain; nothing is charged if the call fails.
curl -X POST https://blockrun.ai/api/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model": "qwen/qwen3.7-flash", "messages": [{"role": "user", "content": "Hello!"}]}'
Explore everything on BlockRun
- GPT-6 Astra
- GPT-5.6 Sol
- GPT-5.6 Terra
- GPT-5.6 Luna
- GPT-5.6 Sol Pro
- GPT-5.6 Terra Pro
- GPT-5.6 Luna Pro
- GPT-5.5
- GPT-5.5 Pro
- ChatGPT Instant (GPT-5.5)
- GPT-5.4
- GPT-5.4 Pro
- GPT-5.1
- GPT-5.2
- GPT-5.4 Mini
- GPT-5 Mini
- GPT-5.4 Nano
- GPT-5.2 Pro
- GPT-5.3 Codex
- GPT-4.1
- GPT-4.1 Mini
- GPT-4.1 Nano
- GPT-4o
- GPT-4o Mini
- o1
- o3
- o3-mini
- o4-mini
- Claude Haiku 4.5
- Claude Sonnet 5
- All models →