qwen/qwen3-8-max

Qwen3.8 Max

Coding and agentic work, 1M context

Commercial use
Text
Token-based
Input$2.60 / 1M tokens
Output$7.80 / 1M tokens

Ready to build with Qwen3.8 Max?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/ai/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "qwen3-8-max",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'