Qwen 3.8 is available on the Respan AI Gateway for production LLM workloads. Supports explicit caching and implicit caching. Up to 256K context window.
from openai import OpenAI client = OpenAI( base_url="https://api.respan.ai/api/", api_key="YOUR_RESPAN_API_KEY",) response = client.chat.completions.create( model="prism/qwen-3.8", messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)from openai import OpenAI client = OpenAI( base_url="https://api.respan.ai/api/", api_key="YOUR_RESPAN_API_KEY",) response = client.chat.completions.create( model="prism/qwen-3.8", messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)Gateway routes for this model on the Respan gateway, including fallback routes when configured.
| Model | Capabilities | ||||||
|---|---|---|---|---|---|---|---|
| prism/qwen-3.8 | 256K | $2.00/M | $6.00/M | Read:$0.25/MWrite:$0.00/M | — | — |
Other models from the same provider available through the gateway.
| Model | Capabilities | ||||||
|---|---|---|---|---|---|---|---|
| prism/deepseek-v4-flashSave 20% | 1M | $0.14/M | $0.17/M | Read:$0.01/MWrite:$0.00/M | 7.3s | 89tps | |
| prism/deepseek-v4.1-flashSave 20% | 1M | $0.14/M | $0.50/M | Read:$0.0048/MWrite:$0.00/M | 3.0s | +2 | 244tps |
| prism/glm-5.3 | 1M | $1.40/M | $4.40/M | Read:$0.26/MWrite:$0.00/M | — | — | |
| prism/kimi-k3 | 1M | $3.00/M | $15.00/M | Read:$0.30/MWrite:$0.00/M | — | — | |
| prism/qwen | 256K | $0.15/M | $1.00/M | Read:$0.05/MWrite:$0.00/M | — | — |
Built to meet the security and privacy standards that enterprise and healthcare teams require.
ISO 27001
The internationally recognized standard for information security management.
SOC 2
Secure, compliant management of your data across all of our systems.
GDPR
Operated under GDPR, the world's strictest standard for data privacy.
HIPAA
HIPAA compliant, with a BAA available for healthcare teams.