glm-4.5-x
glm-4.5-x (custom) — 128K context, General tier. 입력 가격: $1.6/M · 출력 가격: $6.4/M · 평균 지연 32ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
입력 가격: $1.6/M · 출력 가격: $6.4/M · 첫 토큰 지연: 32ms
Specifications
- 개발사: custom
- 카테고리: General
- 컨텍스트: 128K
- 입력 가격: $1.6 / 1M
- 출력 가격: $6.4 / 1M
- 평균 지연: 32 ms
- SLA: A
Typical use cases
- 다국어 챗봇
- RAG 및 도구 호출
- 코드 생성·리뷰
FAQ
- glm-4.5-x Routara 요금은? — 입력 $1.6/M, 출력 $6.4/M. 요청별 과금, 플랫폼 수수료 없음.
- glm-4.5-x OpenAI 호환? — 예. base_url을 https://api.routara.ai/v1 로 설정하세요.
- glm-4.5-x 스트리밍 지원? — 라우트가 live일 때 stream: true 사용 가능.
Related models
- MiniMax-File-Upload (/detail/minimax-file-upload)
- MiniMax-Voice-Clone (/detail/minimax-voice-clone)
- mj_custom_zoom (/detail/mj-custom-zoom)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"glm-4.5-x","messages":[{"role":"user","content":"Hello"}],"stream":true}'