Qwen3-Coder-480B
Qwen3-Coder-480B (Alibaba) — 128K context, Coding tier. 입력 가격 $0.33/M · 출력 가격 $1.65/M · 평균 지연 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
입력 / 백만: $0.33/M · 출력 / 백만: $1.65/M · 첫 토큰 지연: 24ms
Specifications
- 개발사: Alibaba
- 카테고리: Coding
- 컨텍스트: 128K
- 입력 가격: $0.33 / 1M
- 출력 가격: $1.65 / 1M
- 평균 지연: 24 ms
- SLA: S
Typical use cases
- 코드 생성·리뷰
- RAG 및 도구 호출
- 다단계 추론·에이전트
FAQ
- Qwen3-Coder-480B Routara 요금은? — 입력 $0.33/M, 출력 $1.65/M. 요청별 과금, 플랫폼 수수료 없음.
- Qwen3-Coder-480B OpenAI 호환? — 예. base_url을 https://api.routara.ai/v1 로 설정하세요.
- Qwen3-Coder-480B 스트리밍 지원? — 라우트가 live일 때 stream: true 사용 가능.
Related models
- qwen3-coder-480b-a35b-instruct (/detail/qwen3-coder-480b-a35b-instruct)
- gpt-5.1-codex (/detail/gpt-5-1-codex)
- gpt-5.1-codex-max (/detail/gpt-5-1-codex-max)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"alibaba/qwen3-coder-480b-a35b-instruct","messages":[{"role":"user","content":"Hello"}],"stream":true}'