Model
Qwen3.8 Max
Available through the AssetMeld OpenAI-compatible API.
- Chat Completions ✓
- Responses ✓
- Streaming ✓
- Tools ✓
- Model ID
qwen3.8-max- Input price
- $1.00 per 1M metered tokens
- Output price
- $2.40 per 1M metered tokens
- Context window
- 262,144
- Cache pricing
- Cache read
- $0.800 per 1M metered tokens
- Cache write
- $0.120 per 1M metered tokens
- Verification
- Verified · cctest.ai + hvoy.ai
- Recent success rate
- Insufficient recent data
Integration snippet
response = client.chat.completions.create(
model="qwen3.8-max",
messages=[
{"role": "user", "content": "Hello"}
],
)