GPT Image 2.5 is LIVE — Flare & Sunburst | Try in Image Generator →
alibaba
qwen/qwen3.7-flash

qwen/qwen3.7-flash

Release date: 2026-07-27

1,000,000 context · $0.03/M input tokens · $0.13/M output tokens

Qwen3.7 Flash is a vision-language reasoning model from Alibaba. It supports text, image, and video inputs with a 1M-token context window and up to 65,536 output tokens. It is suited for multimodal agents, visual coding, search, computer interaction, object recognition, spatial understanding, long-context analysis, reasoning, and tool use.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input
32K $0.03 / M Tokens
256K > 32K $0.10 / M Tokens
> 256K $0.20 / M Tokens
Output
32K $0.13 / M Tokens
256K > 32K $0.40 / M Tokens
> 256K $0.80 / M Tokens
Cache Read
32K $0.0060 / M Tokens
256K > 32K $0.02 / M Tokens
> 256K $0.04 / M Tokens
Cache Write$0.04 / M Tokens

Try the model

qwen/qwen3.7-flash
Online
alibaba
Hi! I am a helpful AI assistant. What can I do for you?
Ready to use this model in a local coding agent?Agent setup

API Usage

Use the following code examples to integrate with our API:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'qwen/qwen3.7-flash',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Model Introduction

Qwen: Qwen3.7 Flash

Qwen3.7 Flash is a vision-language reasoning model from Alibaba for multimodal agents, visual coding, search, and computer interaction.

Key Features

  • Text, image, and video input
  • 1,000,000-token context window
  • Up to 65,536 output tokens
  • Reasoning and function calling
  • JSON object responses
  • Prompt caching

API Integration

Base URL: https://llm.wavespeed.ai/v1 Endpoint: chat/completions Model ID: qwen/qwen3.7-flash

Info

Provideralibaba
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context1,000,000
Max Output65,536
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDqwen/qwen3.7-flash

Qwen3.7 Flash API

qwen/qwen3.7-flash

Qwen3.7 Flash is a vision-language reasoning model from Alibaba. It supports text, image, and video inputs with a 1M-token context window and up to 65,536 output tokens. It is suited for multimodal agents, visual coding, search, computer interaction, object recognition, spatial understanding, long-context analysis, reasoning, and tool use.

Input

$0.03 /M

Output

$0.13 /M

Context

1000K

Max Output

66K

Vision

Supported

Tool Use

Supported

Try Qwen3.7 Flash on WaveSpeedAI

Access Qwen3.7 Flash through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Qwen3.7 Flash

How much does Qwen3.7 Flash cost via the API?+

Pricing on WaveSpeedAI: $0.03 per million input tokens and $0.13 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Qwen3.7 Flash?+

Qwen3.7 Flash supports up to 1000K tokens of context with up to 66K tokens of output per request.

Is Qwen3.7 Flash OpenAI-compatible?+

WaveSpeedAI exposes Qwen3.7 Flash at https://llm.wavespeed.ai/v1 through the OpenAI-compatible Chat Completions interface. Most OpenAI SDK clients work by changing the base URL and API key; optional fields depend on the selected model.

How do I get started with Qwen3.7 Flash?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with the model id shown above. Check the current model catalog for availability, capabilities, and pricing.

Related LLM APIs