Back to models
dashscope

Qwen3.8 Max

qwen3.8-max
dashscope0 contextFree

Qwen3.8 Max supports Text input and Text output through OpenAI.

Total Context0
PricingFree

Providers for Qwen3.8 Max

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

dashscope
Total Context0
PricingFree

Sample code and API for Qwen3.8 Max

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "qwen3.8-max",
  "input": "Describe a calm futuristic city at sunrise."
}'