Verified facts
- API model id
- qwen-3-8
- Model origin
- Qwen
- Context window
- 320K tokens
- Modalities
- text
- API compatibility
- Chat completions (OpenAI-compatible)
- Deployment
- Region-pinned, dedicated infrastructure
- Last verified
- 2026-09-15
Availability
- EU
- USA
- LATAM
Best for
- Long-context document and code workloads
- Single-pass analysis of large corpora
Your data boundary
No storage of prompts or outputs, no sharing, and no training on your data.
Processing happens in the market's operating location and does not leave it.
Try it from your market
# Region endpoint — OpenAI-compatible /v1 base URL
export CCSIO_AI_BASE_URL=https://api.eu.ccsio.ai/v1
export CCSIO_AI_API_KEY=<your-api-key> # placeholder, issued with your region
import os
from openai import OpenAI # the standard OpenAI client
client = OpenAI(
base_url=os.environ["CCSIO_AI_BASE_URL"],
api_key=os.environ["CCSIO_AI_API_KEY"],
)
response = client.chat.completions.create(
model="qwen-3-8", # first available model, 320K context
messages=[{"role": "user", "content": "Hello"}],
)Frequently asked questions
Is Qwen 3.8 available now?
Available now — EU, USA, LATAM.
What is the context window?
320K tokens.
Where does processing happen?
Processing happens in the market's operating location and does not leave it.
Does ccsio.ai store or train on my data?
No storage of prompts or outputs, no sharing, and no training on your data.
Related pages
Start with control
Join the waitlist for an account in your region.