qwen-coder-plus
qwen-coder-plus (Alibaba) — 128K context, Coding tier. 실시간 가격 확인 중 · 평균 지연 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
실시간 가격 확인 중 · 첫 토큰 지연: 24ms
Specifications
- 개발사: Alibaba
- 카테고리: Coding
- 컨텍스트: 128K
- 실시간 가격 확인 중: —
- 평균 지연: 24 ms
- SLA: A
Typical use cases
- 코드 생성·리뷰
- RAG 및 도구 호출
- 다단계 추론·에이전트
FAQ
- qwen-coder-plus Routara 요금은? — 이 경로는 모델 카탈로그에 등록되어 있지만 현재 공개 가격은 아직 확인되지 않았습니다. Routara는 과금 요청을 수락하기 전에 실시간 가격을 확인합니다.
- qwen-coder-plus OpenAI 호환? — 예. base_url을 https://api.routara.ai/v1 로 설정하세요.
- qwen-coder-plus 스트리밍 지원? — 라우트가 live일 때 stream: true 사용 가능.
Related models
- qwen-1.8b-chat (/detail/qwen-1-8b-chat)
- qwen-1.8b-longcontext-chat (/detail/qwen-1-8b-longcontext-chat)
- qwen-14b-chat (/detail/qwen-14b-chat)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"qwen-coder-plus","messages":[{"role":"user","content":"Hello"}],"stream":true}'