---
title: gemini-3.6-flash API — Gemini Pricing & Specs | RunAPI
description: Use gemini-3.6-flash via RunAPI — the Gemini family. Per-call pricing, model ID, specs, and developer setup guide.
url: https://runapi.ai/models/gemini/3.6-flash.md
canonical: https://runapi.ai/models/gemini/3.6-flash
locale: en
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/gemini/3.6-flash
  zh-CN: https://runapi.ai/zh-CN/models/gemini/3.6-flash
  es: https://runapi.ai/es/models/gemini/3.6-flash
  ja: https://runapi.ai/ja/models/gemini/3.6-flash
  de: https://runapi.ai/de/models/gemini/3.6-flash
  fr: https://runapi.ai/fr/models/gemini/3.6-flash
  pt-BR: https://runapi.ai/pt-BR/models/gemini/3.6-flash
  ko: https://runapi.ai/ko/models/gemini/3.6-flash
  it: https://runapi.ai/it/models/gemini/3.6-flash
  nl: https://runapi.ai/nl/models/gemini/3.6-flash
  pl: https://runapi.ai/pl/models/gemini/3.6-flash
  tr: https://runapi.ai/tr/models/gemini/3.6-flash
  zh-TW: https://runapi.ai/zh-TW/models/gemini/3.6-flash
  zh-HK: https://runapi.ai/zh-HK/models/gemini/3.6-flash
  ar: https://runapi.ai/ar/models/gemini/3.6-flash
  x-default: https://runapi.ai/models/gemini/3.6-flash
model: Gemini
provider: Google
variant_id: gemini-3.6-flash
sdk_model_id: gemini-3.6-flash
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/models/gemini/3.6-flash
> Site index for agents: https://runapi.ai/llms.txt


# gemini-3.6-flash API

Use gemini-3.6-flash from the Gemini family via RunAPI. Per-call pricing, no subscription, and failed generations are never charged.

**Google / [Gemini](https://runapi.ai/models/gemini.md)**
**Operational · text · Commercial OK**

gemini-3.6-flash targets the sweet spot of quality and cost within the Gemini family. It shares the same API key, request shape, and async task lifecycle as every other RunAPI model — switch to this variant by changing one model ID parameter. Install the Gemini skill to load docs, typed schemas, pricing notes, and setup steps into your coding workspace. Billing is metered per completed request in USD with no subscription or minimum spend, and failed generations are never charged.

- Pay-per-call pricing in USD with no subscription
- Failed generations are never charged
- Streaming when supported by the model
- Schema-validated parameters and tool calls
- Switch variant by changing one model ID parameter
- Unified billing across all models and providers

## Pricing

### `chat_completion`

- Input: $1.50 / 1M tokens
- Output: $7.50 / 1M tokens
- Cache read: $0.15 / 1M tokens

### `stream_generate_content`

- Input: $0.90 / 1M tokens
- Output: $4.50 / 1M tokens
- Cache read: $0.09 / 1M tokens


Failed generations are not charged

## Technical details

| Field | Value |
|---|---|
| Model ID | `gemini-3.6-flash` |
| Provider | Google |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/gemini-3.6-flash:generateContent` |
|  | `/v1beta/models/gemini-3.6-flash:streamGenerateContent` |
| Commercial license | Yes — included via API |
| Catalog status | Operational |

**Request example**

```json
{
  "model": "gemini-3.6-flash",
  "contents": [
    {
      "parts": [
        {
          "text": "Analyze this codebase and suggest three performance improvements with before/after examples."
        }
      ]
    }
  ]
}
```

## Model skill — gemini-3.6-flash

Install the skill once, then use the variant ID from this page while building.

Base URL: `https://runapi.ai`

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/gemini-3.6-flash:generateContent` | Gemini generateContent |
| `POST /v1beta/models/gemini-3.6-flash:streamGenerateContent` | Gemini streamGenerateContent |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "gemini-3.6-flash"`.

## Use gemini-3.6-flash with a model skill

1. **Install** — Install the model skill for the Gemini line. The skill loads docs, typed schemas, pricing notes, and setup steps into your coding workspace so your agent has the right context.
2. **Configure** — Set the model field to the full model ID shown on this page and configure your RunAPI API key as an environment variable. The same key works across all models and providers.
3. **Call** — Use the skill instructions while adding prompt, input, and callback handling to your application. RunAPI routes the request to the provider, manages the async lifecycle, and returns structured JSON.
4. **Receive** — Read the task response by polling the task ID, streaming when supported, or handling the webhook callback at your configured URL. Generated outputs are stored and retrievable by task ID.

## What's different about gemini-3.6-flash

- **VS GEMINI-2.5-FLASH: Fast multimodal chat, tools, and streaming for production workloads** — Speed/cost optimized; 1M context; older generation baseline
- **VS GEMINI-2.5-PRO: Fast multimodal chat, tools, and streaming for production workloads** — Best reasoning in 2.5 gen; 1M context
- **VS GEMINI-3-FLASH-PREVIEW: Fast multimodal chat, tools, and streaming for production workloads** — gemini-3-flash-preview

## Best for

- **Customer support** — Answer customer questions from a private knowledge base, reducing ticket volume.
- **Document analysis** — Draft contract summaries and flag key clauses for attorney review.
- **Code generation** — Auto-generate unit tests, code reviews, and refactoring suggestions in CI.

## Frequently asked questions about gemini-3.6-flash

### Is the model ID stable across versions?

Yes. RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape. You do not need to update your code when the provider releases a new compatible version.

### What's the rate limit on this variant?

Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades.

### Can I switch variants later?

Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape.

### Does it stream?

Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery.

### Where do I report quality issues?

Open an issue on the public GitHub repo or email support at support@runapi.ai. Include the task ID and model ID so the team can investigate the specific generation.

### Do I need a separate provider account?

No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider.


### Other variants of Gemini

- [gemini-2.5-flash](https://runapi.ai/models/gemini/2.5-flash.md) — `gemini-2.5-flash` · Input $0.30 / 1M tokens | Output $2.50 / 1M tokens
- [gemini-2.5-pro](https://runapi.ai/models/gemini/2.5-pro.md) — `gemini-2.5-pro` · Input $1.25-$2.50 / 1M tokens | Output $10.00-$15.00 / 1M tokens
- [gemini-3-flash-preview](https://runapi.ai/models/gemini/3-flash-preview.md) — `gemini-3-flash-preview` · Input $0.50 / 1M tokens | Output $3.00 / 1M tokens · Input $0.30 / 1M tokens | Output $1.80 / 1M tokens
- [gemini-3.1-pro-preview](https://runapi.ai/models/gemini/3.1-pro-preview.md) — `gemini-3.1-pro-preview` · Input $1.00-$2.00 / 1M tokens | Output $7.00-$10.50 / 1M tokens
- [gemini-3.5-flash](https://runapi.ai/models/gemini/3.5-flash.md) — `gemini-3.5-flash` · Input $1.50 / 1M tokens | Output $9.00 / 1M tokens · Input $0.90 / 1M tokens | Output $5.40 / 1M tokens

### Alternatives from other models

- [Claude](https://runapi.ai/models/claude.md) — Claude API access for Anthropic's LLM across complex reasoning, code, analysis, and extended-context tasks.
- [DeepSeek](https://runapi.ai/models/deepseek.md) — DeepSeek API access via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.
- [Embedding](https://runapi.ai/models/embedding.md) — OpenAI text embeddings for semantic search, retrieval, clustering, and ranking workflows.

## Start building with Gemini.

- [Create free account](https://runapi.ai/login)
- [Read the quickstart →](https://runapi.ai/docs/api/gemini/generate-content)

---

## More from RunAPI

- [Home](https://runapi.ai/.md)
- [Models](https://runapi.ai/models.md)
- [AI Video API Comparison](https://runapi.ai/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/openclaw.md)
- [Best API for OpenClaw](https://runapi.ai/best-api-for-openclaw.md)
- [OpenClaw Image Generation](https://runapi.ai/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/hermes-agent.md)
- [Pricing](https://runapi.ai/pricing.md)
- [Claude API Pricing](https://runapi.ai/claude-api-pricing.md)
- [ChatGPT API Pricing](https://runapi.ai/chatgpt-api-pricing.md)
- [OpenAI API Pricing](https://runapi.ai/openai-api-pricing.md)
- [Gemini API Pricing](https://runapi.ai/gemini-api-pricing.md)
- [Claude Code Pricing](https://runapi.ai/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/requesty-alternative.md)
- [Docs](https://runapi.ai/docs/guides)
- [SDK](https://runapi.ai/sdk.md)
- [Skills](https://runapi.ai/skills.md)
- [MCP Server](https://runapi.ai/mcp.md)
- [CLI](https://runapi.ai/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contact](mailto:support@runapi.ai)
- [Terms](https://runapi.ai/terms.md)
- [Privacy](https://runapi.ai/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/icon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "SoftwareApplication",
    "name": "Gemini gemini-3.6-flash",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Gemini",
        "item": "https://runapi.ai/models/gemini"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "gemini-3.6-flash",
        "item": "https://runapi.ai/models/gemini/3.6-flash"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "HowTo",
    "name": "Use gemini-3.6-flash with a model skill",
    "description": "Use gemini-3.6-flash via RunAPI — the Gemini family. Per-call pricing, model ID, specs, and developer setup guide.",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Install",
        "text": "Install the model skill for the Gemini line. The skill loads docs, typed schemas, pricing notes, and setup steps into your coding workspace so your agent has the right context.",
        "url": "https://runapi.ai/models/gemini/3.6-flash#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configure",
        "text": "Set the model field to the full model ID shown on this page and configure your RunAPI API key as an environment variable. The same key works across all models and providers.",
        "url": "https://runapi.ai/models/gemini/3.6-flash#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Call",
        "text": "Use the skill instructions while adding prompt, input, and callback handling to your application. RunAPI routes the request to the provider, manages the async lifecycle, and returns structured JSON.",
        "url": "https://runapi.ai/models/gemini/3.6-flash#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "Receive",
        "text": "Read the task response by polling the task ID, streaming when supported, or handling the webhook callback at your configured URL. Generated outputs are stored and retrievable by task ID.",
        "url": "https://runapi.ai/models/gemini/3.6-flash#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Is the model ID stable across versions?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape. You do not need to update your code when the provider releases a new compatible version."
        }
      },
      {
        "@type": "Question",
        "name": "What's the rate limit on this variant?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades."
        }
      },
      {
        "@type": "Question",
        "name": "Can I switch variants later?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape."
        }
      },
      {
        "@type": "Question",
        "name": "Does it stream?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery."
        }
      },
      {
        "@type": "Question",
        "name": "Where do I report quality issues?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Open an issue on the public GitHub repo or email support at support@runapi.ai. Include the task ID and model ID so the team can investigate the specific generation."
        }
      },
      {
        "@type": "Question",
        "name": "Do I need a separate provider account?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider."
        }
      }
    ]
  }
]
```
