glm-4.5v
GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding,...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | (non inviare) |
| include_reasoning | - | |
| max_tokens | - | |
| presence_penalty | - | - |
| reasoning | - | |
| repetition_penalty | - | - |
| response_format | - | |
| seed | - | - |
| stop | - | - |
| temperature | 0.75 | |
| tool_choice | - | |
| tools | - | |
| top_k | - | |
| top_p | (non inviare) |
Prezzi
| Prezzo di input | $0.78 · 1M token |
| Prezzo di output | $2.34 · 1M token |
| Finestra di contesto | 64K token |
| Endpoint compatibili | openai |
| Provider | Zhipu |
Chiamare glm-4.5v dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-4.5v",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa glm-4.5v per 1M token?
L'input ha un prezzo di $0.78 per 1M token, l'output di $2.34 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a glm-4.5v tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=glm-4.5v. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di glm-4.5v?
glm-4.5v supporta una finestra di contesto di 64K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova glm-4.5v ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.