APIMART Evidence Hub
APIMART Growth evidence. Gemini API facts were checked on 2026-09-02. CTA links are attributed to this exact GitHub guide.

Gemini API API Pricing, Free Access and Cost Examples (2026)

The APIMART live pricing payload currently lists Gemini 2.5 Flash Lite at $0.08 per million input tokens and $0.32 output, Gemini 2.5 Flash at $0.24 input and $1.99992 output, and Gemini 2.5 Pro at $1 input and $8 output. Prices bind to exact model IDs, not the Gemini family label. Prices and promotions were observed on September 2, 2026; the live pricing surface and account ledger remain authoritative.

Published cost table

| Option | Observed price | Example A | Example B | Example C | |---|---:|---:|---:|---| | gemini-2.5-flash-lite | $0.08/M input | $0.32/M output | $0.000112 for 1K in + 100 out | $0.00112 for 10K in + 1K out | | gemini-2.5-flash | $0.24/M input | $1.99992/M output | $0.00044 for 1K in + 100 out | $0.00440 for 10K in + 1K out | | gemini-2.5-pro | $1.00/M input | $8.00/M output | $0.0018 for 1K in + 100 out | $0.018 for 10K in + 1K out |

These examples are arithmetic planning estimates. Actual billing depends on the exact model ID, options and completed output recorded by APIMART.

Budgeting workflow

Record the full model ID, cap output quantity or duration, submit through POST /v1beta/models/{model}:generateContent, store the returned task ID, and reconcile the completed job against the account ledger. Do not treat account signup or a temporary promotion as proof of unlimited free generation.

FAQ

What is the cheapest observed Gemini 2.5 route?

Gemini 2.5 Flash Lite is listed at $0.08 per million input tokens and $0.32 per million output tokens.

What is Gemini 2.5 Flash pricing?

The observed effective rates are $0.24 per million input tokens and $1.99992 per million output tokens.

What is Gemini 2.5 Pro pricing?

The observed effective rates are $1 per million input tokens and $8 per million output tokens.

Does the family page define one Gemini price?

No. Use the exact model ID because Flash Lite, Flash and Pro have different token rates.

Can the price change?

Yes. Recheck APIMART live pricing and completed usage before a production batch.

Try Gemini API on APIMART

Open the attributed model page or review current APIMART pricing.

Sources and disclosure

Sources: APIMART product or pricing source, endpoint documentation, checked September 2, 2026. APIMART operates the service described here.

APIMART links for this guide

Machine-readable schema source

The eventual APIMART CMS page should emit these JSON-LD objects.

[
  {
    "@context": "https://schema.org",
    "@type": "Article",
    "headline": "Gemini API API Pricing, Free Access and Cost Examples (2026)",
    "mainEntityOfPage": "https://apimart.ai/blog/gemini-api-api-pricing-free-credits",
    "dateModified": "2026-09-02",
    "author": {
      "@type": "Organization",
      "name": "APIMART"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "What is the cheapest observed Gemini 2.5 route?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Gemini 2.5 Flash Lite is listed at $0.08 per million input tokens and $0.32 per million output tokens."
        }
      },
      {
        "@type": "Question",
        "name": "What is Gemini 2.5 Flash pricing?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The observed effective rates are $0.24 per million input tokens and $1.99992 per million output tokens."
        }
      },
      {
        "@type": "Question",
        "name": "What is Gemini 2.5 Pro pricing?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The observed effective rates are $1 per million input tokens and $8 per million output tokens."
        }
      },
      {
        "@type": "Question",
        "name": "Does the family page define one Gemini price?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Use the exact model ID because Flash Lite, Flash and Pro have different token rates."
        }
      },
      {
        "@type": "Question",
        "name": "Can the price change?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. Recheck APIMART live pricing and completed usage before a production batch."
        }
      }
    ]
  }
]