How to use Gemini 3 free in any coding tool
Gemini 3 has a huge context window and very low prices — and you can try it free, in the coding tools you already use.
Free credits, no card
Sign up for 1,000,000 free tokens (or 6,000,000 with Telegram linked). Enough to feed Gemini a whole codebase and see how it does.
Use it through one endpoint
Gemini runs through the same AnyModel endpoint as everything else — you only change the model id:
bash <(curl -fsSL "https://anymodel.org/i?tool=codex&model=gemini-3-flash-preview") <YOUR_API_KEY>
- gemini-3-flash-preview — fast and cheap, big context.
- gemini-3-pro-preview — most capable, 1M-token context.
See exact prices on the models page, or compare Gemini against Claude/GPT on a comparison page.
Pay per token after the free credits
When the free grant runs out, you pay only per token — no subscription. Start free.
AnyModel