Skip to content
Rival
How it worksPrivacyTerms
Explore all of Rival

Explore

  • Compare Models
  • All Models
  • Image Comparison
  • Audio Comparison
  • Image Generation
  • Best AI For...
  • Arena
  • API Pricing
  • Challenges

Discover

  • SubjectiveBench
  • Research
  • Research downloads
  • Rival Kits
  • Find your AI taste
  • UI Glow-Up
  • VoiceLock
  • Cost Cutter
  • Agent skills
  • Benchmarks vs Vibes
  • Brief
  • Jailbreak
  • Model Updates
  • Provider Status
  • AI Creators

Connect

  • Methodology
  • Advertise
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
Rival
How it worksPrivacyTerms
Explore all of Rival

Explore

  • Compare Models
  • All Models
  • Image Comparison
  • Audio Comparison
  • Image Generation
  • Best AI For...
  • Arena
  • API Pricing
  • Challenges

Discover

  • SubjectiveBench
  • Research
  • Research downloads
  • Rival Kits
  • Find your AI taste
  • UI Glow-Up
  • VoiceLock
  • Cost Cutter
  • Agent skills
  • Benchmarks vs Vibes
  • Brief
  • Jailbreak
  • Model Updates
  • Provider Status
  • AI Creators

Connect

  • Methodology
  • Advertise
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
  1. Home
  2. Models
  3. Qwen3.8 Max (0902)
Updated Sep 22, 2026
Loading...
Openings

How Qwen3.8 Max (0902) starts an answer

The first lines of every written answer it has on Rival. Formatting stripped, words untouched.

Explain Like I'm a Specific Expert

Explain how a large language model (like GPT or Claude) learns and generates text to each of these three audiences: 1. **An experienced…

1,046 words
For the Experienced Software Engineer Think of an LLM as a lossy compression function trained on a massive corpus. During training, you're essentially building a statistical model of "given this sequence of tokens, what's the probability distribution over the next token?"
Read the full answer

Simple 7-Ingredient Recipe

Create a simple recipe for a delicious dish (sweet or savory) using only 7 common pantry ingredients. Include a creative name for the dish…

230 words
🍯 Midnight Crispy Chickpea Bowl A sweet-savory, crispy rice bowl that comes together faster than delivery. Ingredients (7) # Ingredient Amount 1 Canned chickpeas (drained & patted dry) 1 can (15 oz) 2 Soy sauce 3 tbsp 3 Honey 2 tbsp 4 Garlic (minced) 3 cloves 5 Vegetable oil 2 tbsp 6 Instant or leftover cooked rice 2…
Read the full answer

Compare Qwen3.8 Max (0902)

Qwen3.8 Max (0902) vs Ox Alpha3 shared prompts · Landed Aug 2026
Qwen3.8 Max (0902) vs MiniMax M33 shared prompts · Landed Jun 2026
Qwen3.8 Max (0902) vs GLM 5.33 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs GLM 5.3 Flash3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs Qwen3.8 Flash3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs Mercury 2.53 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs MiMo-V2.6-Pro3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs GLM 5.3 FlashX3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs MiMo-V2.6-Flash3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs Nemotron 3 Nano Omni (free)3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs Ling 3.0 Flash Fin (free)3 shared prompts · Landed Sep 2026
Qwen3.8 Max (0902) vs Ling 3.0 Flash Sante (free)3 shared prompts · Landed Sep 2026

Prompts Qwen3.8 Max (0902) answered

  • Simple 7-Ingredient Recipeconversation
  • Explain Like I'm a Specific Expertreasoning

Alternatives to Qwen3.8 Max (0902)

Qwen3.8 Max (0902) is good. These would like a word anyway.

MiMo-V2.6-Flash logo
MiMo-V2.6-Flashxiaomi
Grok 4.7 logo
Grok 4.7xai
GLM 5.3 FlashX logo
GLM 5.3 FlashXzhipu
Ternary Bonsai 2 27B logo
Ternary Bonsai 2 27Bprism-ml
Ling 3.0 Flash VL (free) logo
Ling 3.0 Flash VL (free)inclusionai
DeepSeek V4.1 Flash logo
DeepSeek V4.1 Flashdeepseek
GPT Image 2.5 Sunburst logo
GPT Image 2.5 Sunburstopenai
Rival
How it worksPrivacyTerms
Explore all of Rival

Explore

  • Compare Models
  • All Models
  • Image Comparison
  • Audio Comparison
  • Image Generation
  • Best AI For...
  • Arena
  • API Pricing
  • Challenges

Discover

  • SubjectiveBench
  • Research
  • Research downloads
  • Rival Kits
  • Find your AI taste
  • UI Glow-Up
  • VoiceLock
  • Cost Cutter
  • Agent skills
  • Benchmarks vs Vibes
  • Brief
  • Jailbreak
  • Model Updates
  • Provider Status
  • AI Creators

Connect

  • Methodology
  • Advertise
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
Qwen3.8 Max (0902)

Qwen3.8 Max (0902)

September 2 snapshot of Qwen3.8 Max, supporting text, image, and video inputs with text output and a 1M context window on OpenRouter.

OpenRouterDocs
Provider
Qwen
Released
2026-09-03
Size
LARGE
Free API (OpenRouter)
No
Per 1M tokens
$2 in · $6 out
Rival’s tab
$0.02
3/3 receipts survived

Free API availability

No free endpoint for Qwen3.8 Max (0902) was found in Rival’s OpenRouter listings. Other providers or chat apps may have separate free offers.

Provider data: 22 Sep 2026 · OpenRouter usage limits

View API options↗
Get API accessProvider and language code samples
Provider
fromimport openai  OpenAI

client = OpenAI(
"https://openrouter.ai/api/v1"    base_url=,
"$OPENROUTER_API_KEY"    api_key=,
)

response = client.chat.completions.create(
"qwen/qwen3.8-max-0902"    model=,
"role""user""content""Hello!"    messages=[{: , : }],
)
print(response.choices[0].message.content)

Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.

Favorites

Blade Runner

Movie

Blade Runner

19827.9

Model Responses

2 outputs · $0.02 tracked across 2 receipts

Workshop · 146 skills

A workflow for your next project.

Writing and research skills with working examples.

Explore $79Free sample

Keep exploring

COMPARE

Qwen3.8 Max (0902) vs Ox Alpha

Real outputs compared side by side

RANKINGS

Best AI for Creative Writing

A stand-up set with puns banned, a manifesto against CAPTCHA, an interview wi...