June 22, 20261 min readGeminiFreeSetup

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

AnyModel uses pay-per-token billing with no subscription or minimums. Link Telegram to receive 5,000,000 free tokens; registration itself does not include a token grant.

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.

Read next