StarSeaAPIStarSeaAPI
HomeCompareqwen3.7-max vs qwen3.8-max

qwen3.7-max vs qwen3.8-max

qwen3.7-maxqwen3.8-max
ProvidersAlibaba QwenAlibaba Qwen
Input $/M$1.82$1.82
Output $/M$5.45$5.45
Output multiplier×3.00×3.00
Context window1M tokens1.05M tokens
Intelligence index53.4
Coding index66.068.9

What the numbers mean

Input pricing is close — 1.00× apart — so the decision should come down to measured quality on your own evaluation set rather than headline cost.

Tags: qwen3.7-max — Chat, Reasoning, Coding, Vision · qwen3.8-max — Chat, Reasoning, Coding, Vision

Code

from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")

# qwen3.7-max
client.chat.completions.create(model="qwen3.7-max", messages=[{"role":"user","content":"Hi"}])

# qwen3.8-max
client.chat.completions.create(model="qwen3.8-max", messages=[{"role": "user", "content": "Hi"}])

Compare

qwen3.8-max vs claude-sonnet-5

qwen3.7-max vs qwen3.7-plus