hermes-4-70b:free
Hermes 4 70B is a hybrid reasoning model from Nous Research, built on Meta-Llama-3.1-70B. It introduces the same hybrid mode as the larger 405B release, allowing the model to either...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | |
| include_reasoning | - | |
| max_tokens | - | |
| presence_penalty | - | |
| reasoning | - | |
| repetition_penalty | - | |
| response_format | - | |
| temperature | - | |
| top_k | - | |
| top_p | - |
Prezzi
| Prezzo di input | $0.00 · 1M token |
| Prezzo di output | $0.00 · 1M token |
| Finestra di contesto | 128K token |
| Endpoint compatibili | openai |
| Provider | Nous Research |
Chiamare hermes-4-70b:free 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": "hermes-4-70b:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa hermes-4-70b:free per 1M token?
L'input ha un prezzo di $0.00 per 1M token, l'output di $0.00 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a hermes-4-70b:free tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=hermes-4-70b:free. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di hermes-4-70b:free?
hermes-4-70b:free supporta una finestra di contesto di 128K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova hermes-4-70b:free ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.