gemma-3n-e4b-it
Gemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets. It supports multimodal inputs—including text, visual data, and audio—enabling diverse tasks...
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | |
| logit_bias | - | |
| max_tokens | - | |
| min_p | - | |
| presence_penalty | - | |
| repetition_penalty | - | |
| stop | - | |
| temperature | - | |
| top_k | - | |
| top_p | - |
Prezzi
| Prezzo di input | $0.00 · 1M token |
| Prezzo di output | $0.00 · 1M token |
| Finestra di contesto | 32.8K token |
| Endpoint compatibili | openai |
| Provider |
Chiamare gemma-3n-e4b-it 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": "gemma-3n-e4b-it",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa gemma-3n-e4b-it 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 gemma-3n-e4b-it tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=gemma-3n-e4b-it. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di gemma-3n-e4b-it?
gemma-3n-e4b-it supporta una finestra di contesto di 32.8K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova gemma-3n-e4b-it ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.