google
Google Gemma 3n 4B
google/gemma-3n-e4b-it
Input$0.060 /1M tokens
·Output$0.120 /1M tokens
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...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "google/gemma-3n-e4b-it",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | < $0.0001 |
| 1K in + 500 out (typical response) | $0.00012 |
| 10K in + 2K out (document analysis) | $0.00084 |
| 100K in + 10K out (large context) | $0.00720 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
NoVision (Image Input)
NoAudio Processing
NoContext Window
33K tokens
~25K words of text
Modalities
Input
text
Output
text