All modelsGoogle
Free endpoint — do not send confidential or personal data
Requests to this model are logged by Google for security and to improve their products. Those logs are not tied to your identity, but they are outside our control: using this endpoint means accepting Google's trial terms as well as ours. Privacy Policy
gemma-4-26b-a4b-it:free
gemma-4-26b-a4b-it:freeGemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind.
Context 262KToolsReasoningVisionVideo
Pricing
Input
S$0.00/M
Output
S$0.00/M
Cache read
Reusing a prompt already cached upstream
Not offered
Cache write
Storing a prompt for later reuse
Not offered
Struck-through figures are the vendor's published list price.
Performance
Loading throughput, latency, and success rate…
Quick start
Full documentationThe API is OpenAI-compatible — point the base URL here and pass the model id.
cURL
curl https://api.lulutokens.ai/v1/chat/completions \ -H "Authorization: Bearer $LULU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gemma-4-26b-a4b-it:free", "messages": [{"role": "user", "content": "Hello"}] }'Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create( model="gemma-4-26b-a4b-it:free", messages=[{"role": "user", "content": "Hello"}],)Endpoints:openai