glm-4.6v
GLM-4.6V is a large multimodal model designed for high-fidelity visual understanding and long-context reasoning across images, documents, and mixed media. It supports up to 128K tokens, processes complex page layouts...
Yetenekler
Modaliteler
Hızlı istatistikler
Performans
Desteklenen parametreler
| Parametre | Her zaman | Varsayılan |
|---|---|---|
| frequency_penalty | - | (gönderme) |
| include_reasoning | - | |
| max_tokens | - | |
| presence_penalty | - | - |
| reasoning | - | |
| repetition_penalty | - | - |
| response_format | - | - |
| seed | - | - |
| stop | - | - |
| temperature | 0.8 | |
| tool_choice | - | |
| tools | - | |
| top_k | - | |
| top_p | 0.6 |
Fiyatlandırma
| Girdi fiyatı | $0.39 · 1M token |
| Çıktı fiyatı | $1.17 · 1M token |
| Context penceresi | 128K token |
| Uyumlu endpointler | openai |
| Sağlayıcı | Zhipu |
glm-4.6v'i kodunuzdan çağırın
Herhangi bir OpenAI uyumlu SDK'yı UnoRouter'e yönlendirin ve modeli adıyla isteyin. YOUR_API_KEY'i dashboardunuzdaki gerçek bir anahtarla değiştirin.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-4.6v",
"messages": [{"role": "user", "content": "Hello!"}]
}'Sık sorulan sorular
glm-4.6v 1M token başına ne kadar tutar?
Girdi 1M token başına $0.39, çıktı 1M token başına $1.17 fiyatlandırılır. Faturalandırma token başınadır, batch boyutlarına yuvarlama yoktur.
glm-4.6v'e API üzerinden nasıl erişirim?
UnoRouter /v1/chat/completions endpointine model=glm-4.6v ile istek gönderin. Herhangi bir OpenAI uyumlu istemci kütüphanesi çalışır. Kimlik doğrulama standart Bearer token kullanır.
glm-4.6v'in context penceresi nedir?
glm-4.6v isteminiz ile modelin yanıtı arasında paylaşılan 128K tokenlik bir context penceresini destekler.
Benzer modeller
glm-4.6v'i şimdi deneyin
Bir API anahtarı oluşturun ve bir dakikadan kısa sürede istek göndermeye başlayın.