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

qwen/qwen3.7-plus

Release date: 2026-06-03

1,000,000 context · $0.32/M input tokens · $1.28/M output tokens

Qwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its...

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input
> 256K $0.96 / M Tokens
Output
> 256K $3.84 / M Tokens
Cache Read
> 256K $0.19 / M Tokens
Cache Write$0.40 / M Tokens

Try the model

qwen/qwen3.7-plus
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-plus',
    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 Plus

Qwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its...

This model is imported from OpenRouter metadata and exposed through the WaveSpeed AI OpenAI-compatible API for chat completions and compatible application workflows.


Why It Looks Great

  • text+image->text architecture for Text, Image to Text workloads
  • 1000000 context window for long prompts, document analysis, and multi-turn workflows
  • Competitive pricing at $0.32/$1.28 per million tokens
  • Vision input support for image understanding and multimodal tasks
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation
  • Reasoning controls available through supported OpenRouter parameters

Key Features

  • Context Window: 1000000 tokens
  • Max Input: 868928 tokens
  • Max Output: 131072 tokens
  • Vision: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: frequency_penalty, include_reasoning, logprobs, max_tokens, presence_penalty, reasoning, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_k, top_logprobs, top_p

Specifications

SpecificationValue
Provideralibaba
Model TypeChat Completions model
Architecturetext+image->text
Context Window1000000 tokens
Max Input868928 tokens
Max Output131072 tokens
InputText, Image
OutputText
VisionSupported
Function CallingSupported
Structured OutputsSupported
OpenRouter CreatedJune 3, 2026

Pricing

Token TypeCost
Input$0.32 per million tokens
Output$1.28 per million tokens
Cached Input$0.064 per million tokens
Cache Write (5m)$0.4 per million tokens

Note: Pricing is generated from OpenRouter model metadata. If multiple upstream providers expose different endpoint prices, review and adjust the price before publishing.


How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

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


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-plus",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "qwen/qwen3.7-plus",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: qwen/qwen3.7-plus
  • Provider: alibaba
  • Endpoint availability and provider-specific routing may change on OpenRouter

Sources: OpenRouter model metadata.

Info

Provideralibaba
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context1,000,000
Max Output131,072
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

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

Qwen3.7 Plus API

qwen/qwen3.7-plus

Qwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its...

Input

$0.32 /M

Output

$1.28 /M

Context

1000K

Max Output

131K

Vision

Supported

Tool Use

Supported

Try Qwen3.7 Plus on WaveSpeedAI

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

Frequently Asked Questions about Qwen3.7 Plus

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

Pricing on WaveSpeedAI: $0.32 per million input tokens and $1.28 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 Plus?+

Qwen3.7 Plus supports up to 1000K tokens of context with up to 131K tokens of output per request.

Is Qwen3.7 Plus OpenAI-compatible?+

WaveSpeedAI exposes Qwen3.7 Plus 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 Plus?+

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

Qwen3.7 Plus | Qwen Multimodal LLM API Pricing | WaveSpeedAI