Qwen 3 7 Plus

New
Qwen (Alibaba)

Available on the ATP gateway — see the model page for rates and caps. On ATP Token, call it with a project key as qwen-3-7-plus. List rates and credit conversion are on this page.

Tools
Modality
Text
Input
$0.40
USD / 1M tokens
Cache read
$0.08
USD / 1M tokens

List rates

USD list · 1 USD = 100 credits

Every completed request debits project credits at these list rates. Failed requests are not billed.

Input
$0.40
40 credits · USD / 1M tokens
Cache read
$0.08
8 credits · USD / 1M tokens
Output
$1.60
160 credits · USD / 1M tokens
Tiered rates · USD / 1M tokens
Input lengthInputCache readOutput
≤256K$0.40$0.08$1.60
>256K$1.20$0.24$4.80
The band is chosen by each request's total input tokens (cached tokens included) and applies to that whole request, output included.

On ATP

The same governance applies to every model on the gateway:

  • Project API key — spend and revocation bound to one project
  • Model allowlist — only enabled models may be called
  • Credits — 1 USD = 100 credits, debited per completed request
  • Per-request logs — model, key, project, credits for audit

Cost estimator

A list-price estimate for a month of traffic. Actual spend follows each completed request.

ESTIMATE

Monthly cost estimator

10M
2M
ESTIMATE
720
credits / month
$7.20
USD / month

List-price estimate (1 USD = 100 credits); actual cost comes from each request's response. Prompt-cache hits bill input at the lower cache-read rate, so real spend can be lower.

Quickstart

Point your existing SDK at the gateway and use a project key. Read the docs

quickstart.py · OpenAI SDK
from openai import OpenAI

client = OpenAI(
  base_url="https://api.atptoken.ai/v1",
  api_key="atp-•••"
)

r = client.chat.completions.create(
  model="qwen-3-7-plus",
  messages=[{"role":"user","content":"hi"}],
)

FAQ

How much does Qwen 3 7 Plus cost on ATP Token?
List rates for Qwen 3 7 Plus (API id qwen-3-7-plus): input $0.40 / output $1.60 per 1M tokens. Billing uses credits (1 USD = 100 credits), debited from the project balance per completed request. There is no monthly platform fee; see Pricing for the minimum top-up.
How do I call Qwen 3 7 Plus via API?
Create a project API key, enable the API id qwen-3-7-plus (not the display name) on that project’s allowlist, point an OpenAI-compatible SDK at https://api.atptoken.ai/v1, and set model to "qwen-3-7-plus". See the Quickstart on this page and the docs.
What are the context and capabilities of Qwen 3 7 Plus?
Capability flags (thinking, tools, vision) follow the gateway model catalog — treat the catalog visible to your key as operational truth. Context is shown only when we have a reliable source. Vendor: Qwen (Alibaba).
Who can use Qwen 3 7 Plus on ATP?
Only models on a project’s allowlist can be called with that project’s key (match the API id). Organization → workspace → project governance, per-request logs, and credit budgets are managed in the ATP Console.
Get started

Start with USD 5 — credits never expire.

Issue a project key, enable this model, and pay only for what you use.