Schuyler Stacy2026-07-23

Gemini 3.6 FlashとGemini 3.5 Flash-Liteを解説:どちらを使うべき?

Gemini 3.6 FlashとGemini 3.5 Flash-Liteの価格、速度、ベンチマーク、ユースケースを比較します。AIワークロードに適した新しいGoogleモデルを確認しましょう。

Gemini 3.6 FlashとGemini 3.5 Flash-Liteを解説:どちらを使うべき?

TL;DR

  • Google released Gemini 3.6 Flash and Gemini 3.5 Flash-Lite on July 21, 2026. Both models are generally available rather than experimental previews.
  • Gemini 3.6 Flash is the stronger workhorse for coding, multimodal analysis, knowledge work, and complex agentic workflows.
  • Gemini 3.5 Flash-Lite is the faster, lower-cost execution model for document extraction, translation, classification, search, and high-volume subagent tasks.
  • Both models support a 1M-token context window, up to 64K output tokens, multimodal input, thinking, function calling, structured output, and search grounding.
  • Gemini 3.6 Flash is not dramatically more intelligent than Gemini 3.5 Flash on every benchmark. Its biggest advantages are fewer output tokens, fewer tool calls, shorter task times, and a lower output price.
  • The most interesting way to use them may not be choosing one model. It may be using Gemini 3.6 Flash as the main agent and Gemini 3.5 Flash-Lite as the execution layer.
  • Both models are now available through GPTProto at 40% off Google’s list pricing. You can call the Gemini 3.6 Flash API or Gemini 3.5 Flash-Lite API with one GPTProto API key and an OpenAI-compatible endpoint.

Google has released two new production-ready Flash models, but their names do not immediately explain how they differ.

Is Gemini 3.5 Flash-Lite simply a smaller Gemini 3.6 Flash? Does “GA” indicate a separate model? Is Gemini 3.6 Flash actually better than Gemini 3.5 Flash, or is it only cheaper?

The short answer is that Google has created two models for two different layers of an AI system. Gemini 3.6 Flash is designed to make harder decisions and coordinate complex workflows. Gemini 3.5 Flash-Lite is designed to execute large numbers of smaller tasks quickly and economically.

This guide covers everything you need to know about Gemini 3.6 Flash and Gemini 3.5 Flash-Lite, including their release dates, pricing, specifications, use cases, migration requirements, and how Gemini 3.6 Flash compares with Gemini 3.5 Flash and Kimi K3.

目次

Gemini 3.6 Flash and Gemini 3.5 Flash-Lite at a Glance

Google released both models on July 21, 2026. Unlike many recent Gemini launches, neither model entered the API as a temporary preview. Google lists both as stable and generally available for production use.

Specification Gemini 3.6 Flash Gemini 3.5 Flash-Lite
Release date July 21, 2026 July 21, 2026
Availability GA / Stable GA / Stable
Model ID gemini-3.6-flash gemini-3.5-flash-lite
Primary role General-purpose workhorse High-throughput execution model
Default thinking level Medium Minimal
Input context limit 1,048,576 tokens 1,048,576 tokens
Maximum output 65,536 tokens 65,536 tokens
Input types Text, image, video, audio, PDF Text, image, video, audio, PDF
Output type Text Text
Google standard input price $1.50 per 1M tokens $0.30 per 1M tokens
Google standard output price $7.50 per 1M tokens $2.50 per 1M tokens
GPT Proto input price $0.90 per 1M tokens $0.18 per 1M tokens
GPT Proto output price $4.50 per 1M tokens $1.50 per 1M tokens
GPT Proto discount 40% off 40% off
Best suited for Coding, complex agents, knowledge work, spatial and multimodal reasoning Extraction, classification, translation, search, data processing, subagents

Both models have a March 2026 knowledge cutoff, according to their official model cards. For more recent information, developers need to use search grounding or provide current data in the prompt.

What Is Gemini 3.6 Flash?

Gemini 3.6 Flash is Google’s latest general-purpose Flash model for coding, knowledge work, multimodal analysis, and multi-step agentic execution.

It is based on Gemini 3.5 Flash rather than being an entirely separate generation of the Gemini architecture. The main goal of the update is to make Flash more efficient during real work: fewer unnecessary output tokens, fewer reasoning steps, fewer tool calls, and fewer repeated execution loops.

That distinction matters. Gemini 3.6 Flash is not simply trying to produce a higher score on every intelligence benchmark. It is trying to complete the same or better work with less computation and less waiting.

According to Google’s launch announcement, Gemini 3.6 Flash uses approximately 17% fewer output tokens than Gemini 3.5 Flash on the Artificial Analysis Index. Google also reports that it takes fewer turns and tool calls to complete multi-step workflows.

Official evaluations show improvements in several practical areas:

  • DeepSWE increased from 37% to 49%, suggesting fewer incorrect code edits and execution loops.
  • MLE-Bench increased from 49.7% to 63.9% for machine learning research tasks.
  • OSWorld-Verified increased from 78.4% to 83% for computer-use tasks.
  • GDPval-AA v2 increased from 1349 to 1421 for knowledge-work performance.

These are vendor-reported results, so they should not be treated as universal guarantees. However, they support Google’s positioning of Gemini 3.6 Flash as a more reliable model for code migrations, technical diagnostics, document analysis, chart interpretation, and tool-using agents.

The model accepts text, images, video, audio, and PDF files, but it only generates text. It does not directly generate images, videos, or speech.

What Is Gemini 3.5 Flash-Lite—and What Does GA Mean?

Gemini 3.5 Flash-Lite is Google’s fastest and least expensive model in the Gemini 3.5 family. It is optimized for low-latency, high-volume tasks where throughput and API cost matter more than maximum reasoning quality.

The “GA” in Flash-Lite GA means Generally Available. It is an availability status, not part of the model’s name. A GA model is intended for stable production use rather than short-term preview testing.

Gemini 3.5 Flash-Lite is based on Gemini 3.1 Flash-Lite—not Gemini 3.6 Flash. Therefore, it should not be understood as a compressed version of the new 3.6 model. The two releases come from different upgrade paths:

  • Gemini 3.5 Flash → Gemini 3.6 Flash
  • Gemini 3.1 Flash-Lite → Gemini 3.5 Flash-Lite

Google positions Flash-Lite for use cases such as:

  • Document classification and structured extraction
  • Receipt and invoice processing
  • Product attribute extraction
  • Translation and localization
  • Search-result processing
  • High-volume customer-support routing
  • Tabular data processing
  • Repetitive tool calls
  • Parallel subagent execution

Independent testing cited in Google’s announcement measured Gemini 3.5 Flash-Lite at approximately 350 output tokens per second. Actual API performance will vary with prompt length, thinking level, server load, tools, and region, but the result illustrates the model’s throughput-focused design.

Flash-Lite is also considerably more capable than its predecessor. Google reports improvements from 31% to 54% on Terminal-Bench 2.1 and from 60.1% to 72.2% on its long-context evaluation.

It can use higher thinking levels for more complicated tasks, but doing so changes its cost and latency profile. If every request requires deep reasoning, Flash-Lite may lose some of the economic advantage that makes it attractive.

What Do “Flash” and “Flash-Lite” Mean in Gemini?

“Flash” is not an official acronym. It is Google’s product label for Gemini models that prioritize speed, efficiency, and scalable inference.

The practical meaning of Flash is:

  • Faster than heavier flagship models
  • Less expensive to run at scale
  • Suitable for interactive applications
  • Still capable of reasoning, coding, and multimodal understanding

Flash-Lite moves further toward the efficiency end of that spectrum. It is designed for workloads with a large number of relatively bounded tasks, such as extracting fields from thousands of documents or translating millions of short content items.

“Lite” does not mean that the model cannot reason or process multimodal inputs. Gemini 3.5 Flash-Lite still supports thinking, function calling, structured output, search grounding, and a 1M-token context window.

The difference is how Google expects each model to be deployed:

  • Flash: Choose it when the model must understand a complicated goal and decide what to do.
  • Flash-Lite: Choose it when the task is already defined and needs to be completed quickly at scale.

Gemini 3.6 Flash vs Gemini 3.5 Flash: What Actually Improved?

Gemini 3.6 Flash is the direct successor to Gemini 3.5 Flash, but “successor” does not mean that every intelligence score has increased.

The most meaningful improvements are efficiency, coding reliability, tool use, and total time per task.

Comparison Gemini 3.6 Flash Gemini 3.5 Flash
Standard input price $1.50/M $1.50/M
Standard output price $7.50/M $9/M
Default thinking level Medium Medium
Context window 1M 1M
Maximum output 64K 64K
Artificial Analysis Intelligence Index 50 50
Average time per task in launch testing 1.3 minutes 2.7 minutes
Primary advantage Lower token use and faster task completion Established production baseline

In Artificial Analysis testing, both models scored 50 on its Intelligence Index. That makes it difficult to argue that Gemini 3.6 Flash represents a large increase in general intelligence.

However, Gemini 3.6 Flash completed the tested tasks in less than half the average time. Its output price is also approximately 16.7% lower, while the model uses fewer output tokens in many agentic workloads.

For production users, this may be more valuable than a small benchmark increase. A model that reaches a similar answer with fewer tokens, fewer failed tool calls, and fewer correction loops can reduce both the infrastructure cost and the time users spend waiting.

There is little pricing incentive to begin a new deployment on Gemini 3.5 Flash when Gemini 3.6 Flash has the same standard input price and a lower output price. Existing applications, however, should still test migration compatibility instead of changing the model ID without review.

Developers who are not ready to migrate can continue to test Gemini 3.5 Flash on GPT Proto before comparing its real output quality, latency, and token consumption with Gemini 3.6 Flash.

Gemini 3.6 Flash and Gemini 3.5 Flash-Lite Pricing

The following prices are Google’s paid Gemini API rates per one million tokens at launch.

Model Standard Input Standard Output Batch Input Batch Output
Gemini 3.6 Flash $1.50 $7.50 $0.75 $3.75
Gemini 3.5 Flash $1.50 $9.00 $0.75 $4.50
Gemini 3.5 Flash-Lite $0.30 $2.50 $0.15 $1.25
Gemini 3.1 Flash-Lite* $0.25 $1.50 $0.125 $0.75

*Gemini 3.1 Flash-Lite charges a higher input rate for audio. Refer to the current Gemini API pricing page before deploying a production workload.

A Simple Cost Example

Suppose a workload consumes 100 million input tokens and generates 20 million output tokens.

Ignoring caching, grounding, and storage fees, the standard Google API cost would be:

  • Gemini 3.6 Flash: $150 input + $150 output = $300
  • Gemini 3.5 Flash: $150 input + $180 output = $330
  • Gemini 3.5 Flash-Lite: $30 input + $50 output = $80

This illustrates the large sticker-price difference between Flash and Flash-Lite. However, fixed token calculations do not tell the entire story.

A cheaper model can become expensive if it requires more retries, produces longer reasoning traces, or fails to complete a task. Similarly, a model with a higher token rate may have a lower cost per completed task if it uses fewer turns and tools.

That is why Gemini 3.6 Flash’s token efficiency matters. If it produces approximately 17% fewer output tokens while also charging 16.7% less for each output token, the savings on the output portion of some workloads can be substantially greater than the price-table difference alone suggests.

Gemini 3.5 Flash-Lite presents the opposite lesson. It is the least expensive model in the 3.5 family, but it is not cheaper than 3.1 Flash-Lite for every token type. Its text, image, and video input price increased from $0.25 to $0.30 per million tokens, while output increased from $1.50 to $2.50.

Developers are paying more than they did for 3.1 Flash-Lite, but they are receiving much better reasoning, agentic performance, and throughput.

GPT Proto Pricing: Access Both Models at 40% Off

Both models are also available through GPT Proto at 40% below Google’s listed standard token rates.

Model Google Input GPT Proto Input Google Output GPT Proto Output
Gemini 3.6 Flash $1.50/M $0.90/M $7.50/M $4.50/M
Gemini 3.5 Flash-Lite $0.30/M $0.18/M $2.50/M $1.50/M

At these rates, the same workload of 100 million input tokens and 20 million output tokens would cost approximately:

  • Gemini 3.6 Flash on GPT Proto: $90 input + $90 output = $180
  • Gemini 3.5 Flash-Lite on GPT Proto: $18 input + $30 output = $48

The same workload would cost approximately $300 and $80 respectively at Google’s standard listed rates.

GPT Proto uses pay-as-you-go billing, so developers do not need a separate subscription for each model. The same API key and account balance can also be used across GPT Proto’s collection of 200+ text, image, video, and audio models.

You can check the current rates on the Gemini 3.6 Flash API page and Gemini 3.5 Flash-Lite API page.

Which Gemini Flash Model Should You Choose?

The best model depends on whether your bottleneck is task complexity or execution volume.

Workload Recommended model Why
Large codebase changes Gemini 3.6 Flash Better planning and fewer unwanted edits
Multi-step coding agent Gemini 3.6 Flash Stronger tool use and execution loops
Chart and document analysis Gemini 3.6 Flash Better multimodal and spatial reasoning
Complex business research Gemini 3.6 Flash Stronger knowledge-work performance
Document classification Gemini 3.5 Flash-Lite Lower cost and higher throughput
Receipt or invoice extraction Gemini 3.5 Flash-Lite Designed for structured document processing
Large-scale translation Gemini 3.5 Flash-Lite Fast, multimodal, and inexpensive
Search-result processing Gemini 3.5 Flash-Lite Suitable for parallel high-volume execution
Simple subagent tasks Gemini 3.5 Flash-Lite Low-cost execution with adjustable thinking
Agent orchestration Both Flash plans; Flash-Lite executes

The More Interesting Answer: Use Both

Imagine an e-commerce platform that needs to extract product information from thousands of listings, PDFs, images, and supplier documents.

Gemini 3.6 Flash could:

  1. Inspect several representative documents.
  2. Design the extraction schema.
  3. Decide which sources are reliable.
  4. Identify ambiguous or conflicting product information.
  5. Review exceptions that require deeper reasoning.

Gemini 3.5 Flash-Lite could then run in parallel to:

  1. Read every product document.
  2. Extract brand, material, size, price, and availability.
  3. Translate product descriptions.
  4. Return structured JSON.
  5. Flag unusual records for the main agent.

This architecture avoids paying 3.6 Flash rates for every repetitive extraction while still using the stronger model where its reasoning matters.

Gemini 3.6 Flash vs Kimi K3

Gemini 3.6 Flash and Kimi K3 were released within days of each other, but they optimize for different things.

Kimi K3 is Moonshot AI’s 2.8-trillion-parameter flagship model for long-horizon coding, reasoning, and end-to-end knowledge work. Gemini 3.6 Flash emphasizes speed, token efficiency, multimodal workflows, and integration with Google’s tools.

The following figures come from the same Artificial Analysis comparison, making them more useful than comparing unrelated vendor benchmark tables.

Comparison Gemini 3.6 Flash Kimi K3
Intelligence Index 50 57
Observed output speed Approximately 275 tokens/s Approximately 36 tokens/s
Input price $1.50/M $3/M
Output price $7.50/M $15/M
Context window Approximately 1M Approximately 1M
Model type Proprietary Open-weight release announced
Best fit Fast and cost-efficient agents Higher-intelligence, long-horizon work

Kimi K3 has the stronger overall Intelligence Index score. It is a better candidate when maximum reasoning quality and sustained knowledge work matter more than response speed.

Gemini 3.6 Flash is approximately twice as cheap by listed input and output token prices, and its observed generation speed is several times higher. That makes it more attractive for interactive tools, coding loops, document analysis, and applications serving many simultaneous users.

There is also an openness difference, although it requires a date-sensitive qualification. Moonshot described Kimi K3 as an open-source model, but its official launch documentation said the complete weights would be released by July 27, 2026. They were not yet fully available at this article’s July 23 update.

The practical verdict is:

  • Choose Gemini 3.6 Flash for speed, lower API cost, multimodal input, and Google-native tools.
  • Choose Kimi K3 for stronger general intelligence, long-running knowledge work, and future self-hosting possibilities.
  • Test both on the actual workflow before assuming a higher benchmark score will produce a lower cost per successful task.

You can also try Kimi K3 on GPT Proto to compare its behavior with other current models.

Where Can You Access Gemini 3.6 Flash and Gemini 3.5 Flash-Lite?

Google provides direct access to the two models through Google AI Studio, the Gemini API, the Gemini app, and its enterprise products. Gemini 3.6 Flash is also available through Google Antigravity.

Developers who want one key for multiple AI providers can now access both models through GPT Proto:

GPT Proto provides an OpenAI-compatible API interface. Instead of maintaining separate Google, Kimi, OpenAI, DeepSeek, and other provider accounts, developers can use one API key, one balance, and the same base URL across 200+ models.

The GPT Proto model strings are:

gemini-3.6-flash
gemini-3.5-flash-lite

This also makes A/B testing easier. An application can route complex requests to Gemini 3.6 Flash and high-volume extraction or classification jobs to Gemini 3.5 Flash-Lite without rebuilding its API integration.

How to Use Gemini 3.6 Flash and Gemini 3.5 Flash-Lite API on GPT Proto

GPT Proto supports an OpenAI-compatible Chat Completions endpoint, so developers who already use the OpenAI SDK can access the two Gemini models by changing the API key, base URL, and model name.

Step 1: Create a GPT Proto API Key

Create or sign in to your GPT Proto account, add usage credits, and open the API Keys section in the dashboard.

Generate a new API key and store it securely. Do not paste the key directly into public repositories, frontend code, or shared documents.

For macOS or Linux, save it as an environment variable:

export GPTPROTO_API_KEY="sk-your-gptproto-api-key"

Step 2: Install the OpenAI Python SDK

Install or update the OpenAI SDK:

python -m pip install openai

GPT Proto uses the following OpenAI-compatible base URL:

https://gptproto.com/v1

Step 3: Call the Gemini 3.6 Flash API

Use Gemini 3.6 Flash when the request involves coding, planning, multimodal analysis, knowledge work, or a complex sequence of decisions.

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["GPTPROTO_API_KEY"],
    base_url="https://gptproto.com/v1",
)

response = client.chat.completions.create(
    model="gemini-3.6-flash",
    messages=[
        {
            "role": "system",
            "content": (
                "You are a careful software engineering assistant. "
                "Inspect the problem before proposing changes and explain "
                "how each recommendation should be verified."
            ),
        },
        {
            "role": "user",
            "content": (
                "Review this API migration plan and identify compatibility, "
                "security, and performance risks."
            ),
        },
    ],
    max_completion_tokens=2048,
)

print(response.choices[0].message.content)

This request is sent to GPT Proto’s unified endpoint while using gemini-3.6-flash as the model ID.

Step 4: Switch to Gemini 3.5 Flash-Lite

To use Flash-Lite, keep the same client, API key, and base URL. Only change the model string:

response = client.chat.completions.create(
    model="gemini-3.5-flash-lite",
    messages=[
        {
            "role": "user",
            "content": (
                "Extract the merchant, invoice date, currency, subtotal, tax, "
                "and total from the following invoice text. Return valid JSON."
            ),
        }
    ],
    max_completion_tokens=1024,
)

print(response.choices[0].message.content)

Gemini 3.5 Flash-Lite is the better option for large batches of extraction, translation, classification, routing, and other clearly defined tasks.

Step 5: Route Tasks Between the Two Models

A production application does not have to send every request to the same model. A simple routing rule can use:

  • gemini-3.6-flash for planning, coding, exception handling, and difficult multimodal analysis.
  • gemini-3.5-flash-lite for repetitive execution, structured extraction, translation, and high-volume processing.

Because both models use the same GPT Proto endpoint and account balance, switching between them only requires changing the model ID.

Avoid adding deprecated Gemini sampling parameters such as temperature, top_p, and top_k to new integrations. Google has deprecated these parameters for Gemini 3.6 Flash and Gemini 3.5 Flash-Lite.

Migration Notes: Do Not Treat It as a Model-ID-Only Upgrade

Gemini 3.6 Flash may look like an obvious replacement for Gemini 3.5 Flash, but Google introduced API behavior changes that can affect existing applications.

Starting with Gemini 3.6 Flash and Gemini 3.5 Flash-Lite:

  • temperature is deprecated.
  • top_p is deprecated.
  • top_k is deprecated.
  • Prefilled model turns are no longer supported.
  • A request whose last non-empty turn is a model message can return an HTTP 400 error in future implementations.

Google currently says the deprecated sampling parameters are ignored, but future model generations may reject them. Developers should remove them rather than relying on the API to continue ignoring the values.

Before migrating production traffic, test:

  • Structured JSON output
  • Function and tool calls
  • Multi-turn message history
  • Prompts that previously depended on temperature
  • Long-document accuracy
  • Thinking-level behavior
  • Token use and cost per completed task
  • Retry and timeout handling

This is particularly important for agentic applications, where a small change in tool selection or reasoning length can significantly affect total cost.

Limitations to Know Before Switching

Both new models are capable, but they still have important limitations.

They Only Generate Text

Gemini 3.6 Flash and Gemini 3.5 Flash-Lite can analyze images, videos, audio, and PDFs, but they do not directly generate media. Image, video, speech, and music generation require separate models.

A 1M Context Window Does Not Guarantee Perfect Recall

The context limit tells you how much content the API can accept, not whether every fact will receive equal attention. Important instructions and evidence should still be clearly structured, especially in very long prompts.

Thinking Tokens Count Toward Output Billing

Increasing the thinking level can improve difficult tasks, but it also increases output consumption and latency. Flash-Lite at a high thinking level may behave very differently from its minimal default.

GA Does Not Eliminate Hallucinations

Both official model cards list hallucination, occasional slowness, and timeouts as known limitations. High-stakes outputs still require grounding, validation, or human review.

Computer Use Documentation Is Currently Inconsistent

Google’s launch guide states that the new models support its built-in tool suite, including Computer Use. However, the individual Gemini 3.5 Flash-Lite model page currently lists Computer Use as unsupported, while the launch materials describe it as available.

Developers planning browser or interface automation with Flash-Lite should verify the latest API capability documentation before production deployment.

Final Verdict

Gemini 3.6 Flash and Gemini 3.5 Flash-Lite are not redundant releases.

Gemini 3.6 Flash is the better default when a task requires coding, planning, complex reasoning, multimodal interpretation, or multiple tool calls. Its main advantage over Gemini 3.5 Flash is not a dramatic increase in general intelligence, but a better combination of speed, token efficiency, coding reliability, and output pricing.

Gemini 3.5 Flash-Lite is the better choice when the task is clearly defined and must be repeated thousands or millions of times. It costs more than the previous Flash-Lite generation in several pricing categories, but it delivers a significant improvement in reasoning, tool reliability, and throughput.

For many production systems, the best decision will be to use both: Gemini 3.6 Flash as the planner and Gemini 3.5 Flash-Lite as the scalable execution layer.

Both models are now available on GPT Proto at 40% off Google’s standard listed rates. Developers can use the Gemini 3.6 Flash API for complex coding and agentic workflows, switch to the Gemini 3.5 Flash-Lite API for high-volume execution, or browse the full GPT Proto AI model collection to compare more than 200 models through one API platform.

クリエイティブスタジオ

本番環境向けAPIを使用して、画像や動画などを生成します。

作成を開始する
クリエイティブスタジオ
関連モデル
すべてのモデル
Google
40% OFF
Google
40% OFF
Google
40% OFF
MoonshotAI
10% OFF

よくある質問

Gemini 3.6 FlashとGemini 3.5 Flash-Liteはいつリリースされましたか?

Googleは両モデルを2026年7月21日にリリースしました。同日、Gemini API、Google AI Studio、Geminiアプリ、エンタープライズ製品を通じて利用可能になりました。

Gemini 3.6 Flashは一般提供されていますか?

はい。Gemini 3.6 Flashは一般提供されており、安定した本番モデルとしてリストされています。APIのモデルIDはgemini-3.6-flashです。

Gemini 3.5 Flash-Lite GAとは何ですか?

GAはGenerally Available(一般提供)を意味します。Gemini 3.5 Flash-Liteが一時的なプレビューではなく、本番利用に対応していることを示します。「GA」は可用性ステータスであり、モデル名の一部ではありません。

Gemini 3.6 FlashとGemini 3.5 Flash-Liteの料金はいくらですか?

Gemini 3.6 Flashの標準有料API料金は、入力トークン100万個あたり1.50ドル、出力トークン100万個あたり7.50ドルです。Gemini 3.5 Flash-Liteは、入力トークン100万個あたり0.30ドル、出力トークン100万個あたり2.50ドルです。バッチ処理では、トークン料金が約50%低くなります。

Gemini 3.6 FlashはGemini 3.5 Flashより優れていますか?

Gemini 3.6 Flashは、出力価格が低く、使用する出力トークンが少なく、タスクをより短時間で完了し、複数のコーディングおよびエージェント系ベンチマークで改善しているため、一般的に本番利用に適しています。ただし、両モデルはArtificial Analysis Intelligence Indexで同じ50点を獲得しており、3.6は普遍的な知能の飛躍というより、効率性と実行性能の向上と考えるべきです。

FlashとFlash-Liteの違いは何ですか?

Flashは、複雑な実環境タスクにおける知能、速度、コストのバランスを重視して設計されています。Flash-Liteは、抽出、翻訳、分類、サブエージェントの実行など、反復的または範囲が明確なタスク向けに、低レイテンシ、低APIコスト、高スループットを優先します。

両モデルは1Mトークンのコンテキストウィンドウに対応していますか?

はい。Gemini 3.6 FlashとGemini 3.5 Flash-Liteは、最大1,048,576入力トークンと最大65,536出力トークンに対応しています。

Gemini 3.5 Flash-Liteは画像や動画を処理できますか?

はい。テキスト、画像、動画、音声、PDFファイルを入力として処理できます。ただし、出力はテキストに限定されます。

Gemini 3.6 FlashとFlash-Liteは無料ですか?

Googleは、対象となる利用に対して限定的な無料Gemini API枠を提供しています。より高い上限、キャッシュ、Batch API、または高度な制御が必要な本番アプリケーションでは、通常、有料枠が必要です。無料枠と地域ごとの提供状況は変更される場合があります。

開発者はGemini 3.5 Flashからすぐに移行すべきですか?

Gemini 3.6 Flashは価格と効率性の面で有力ですが、開発者はまずプロンプトとツールワークフローをテストする必要があります。temperature、top_p、top_kなどのサンプリングパラメータは非推奨であり、モデルの事前入力ターンもサポートされなくなりました。

Gemini 3.6 FlashとGemini 3.5 Flash-LiteをGPTProtoで利用できますか?

はい。両モデルはGPTProtoのOpenAI互換APIから利用できます。モデルIDとして`gemini-3.6-flash`または`gemini-3.5-flash-lite`を使用し、ベースURLには`https://gptproto.com/v1`. 同じAPIキーとアカウント残高を、GPTProtoで利用可能な他のモデルにも使用できます。

新しいGeminiモデルのGPTProtoでの料金はいくらですか?

GPTProtoでは、両モデルをGoogleの標準掲載料金から40%割引で提供しています。Gemini 3.6 Flashは入力トークン100万個あたり0.90ドル、出力トークン100万個あたり4.50ドルです。Gemini 3.5 Flash-Liteは入力トークン100万個あたり0.18ドル、出力トークン100万個あたり1.50ドルです。本番コストを見積もる前に、各モデルのページで最新の実際の料金を確認してください。
コーディングにおけるGLM-5.2 vs Kimi K3:2026年、開発者にとって優れているのはどちら?

コーディングにおけるGLM-5.2 vs Kimi K3:2026年、開発者にとって優れているのはどちら?

TL;DR: 難しいタスク、長時間にわたるタスク、またはビジュアル要素を含むタスクでは、Kimi K3のほうが優れたコーディングモデルです。Moonshotが公開したコーディング比較ではGLM-5.2を上回り、ホスト型サービスを通じて画像と動画も扱えます。一方、日常的なリポジトリ作業のデフォルトとしては、GLM-5.2のほうが適しています。コストが大幅に安く、運用するモデルも小さく、寛容なMITライセンスを採用しているためです。Kimi K3も現在は重みが公開されていますが、1.56 TBのリポジトリ、64基以上のアクセラレータを推奨する構成、独自ライセンスにより、セルフホスティングへの取り組みは大幅に大きくなります。ボトルネックが能力ならKimiを、毎日のコストと運用の簡便さを重視するならGLMを選びましょう。 GLM-5.2とKimi K3 Codeの比較で興味深いのは、どちらもReactコンポーネントを作成したり、短いアルゴリズムを解いたりできることではありません。このレベルのモデルなら、その基準はすでにクリアしています。重要なのは、課題が複雑になったときにどうなるかです。リポジトリの監査、複数ファイルにまたがる移行、スクリーンショットでしか現れないバグ、あるいは複数のシステムの整合性を保つ必要がある、プレイ可能なThree.jsプロトタイプなどです。 価格差が重要になり始めるのも、まさにこの領域です。最も難しい公開テストではKimi K3のほうが優れていますが、公式の出力価格はGLM-5.2の3倍以上です。日常的なレビューを何千件も処理するチームなら、1ドルあたりの処理量ではGLMのほうが多くなる可能性があります。難しいビジュアルプロジェクトを1件救いたい開発者なら、K3のために喜んで料金を支払うでしょう。

Tiffany Layne | 2026-07-28

Kimi K3 対 GPT-5.6 Sol:トークンが安いのか、それともタスクが安いのか?

Kimi K3 対 GPT-5.6 Sol:トークンが安いのか、それともタスクが安いのか?

TL;DR 更新 — 2026年7月28日 :Kimi K3の完全な重みが公開されました。Moonshot AIは、公式リポジトリで2.8Tチェックポイント、技術レポート、Kimi K3 Licenseを公開しました。このリリースにより、GPT-5.6 Solに対するK3の制御性とデプロイ面での優位性は高まりましたが、独立ベンチマークの結果が変わったわけではなく、K3を自前で運用するコストが下がったわけでもありません。 Kimi K3はトークン単価が安く、GPT-5.6 Solは重要な本番エージェントのデフォルトとして優れています。この2つは両立します。 価格表が示すほど差は大きくありません。Artificial Analysisのテストでは、GPT-5.6 Sol maxのIntelligence Indexは59で、Kimi K3は57です。一方、測定されたタスクあたりのコストはSolが約1.04ドル、K3が0.95ドルで、公式の出力価格から想像される2倍の差ではありません。 簡単に言えば、幅広い信頼性、コーディングエージェントの性能、OpenAIのホスト型ツール群を重視するなら GPT-5.6 Sol を選びます。動画入力、長文コンテキスト、低い定価、または公開されたオープンウェイトへのアクセスが判断を左右するなら Kimi K3 を選びます。

Schuyler Stacy | 2026-07-28

Kimi K3とは?GPT-5.6やFable 5に本当に近いのか?

Kimi K3とは?GPT-5.6やFable 5に本当に近いのか?

TL;DR Kimi K3は、長時間にわたるコーディング、ナレッジワーク、推論、エージェントワークフロー向けにMoonshot AIが開発した、2.8兆パラメータのマルチモーダルモデルです。独立したテストでは、総合的にClaude Opus 4.8やGPT-5.5に近い位置にありますが、GPT-5.6 SolとClaude Fable 5には依然として及びません。K3はエージェントベンチマークで差を縮め、一部の自動化テストではトップに立っていますが、測定されたハルシネーション率はK2.6から上昇しています。 Kimi K3は現在、オープンウェイトとして公開されています。Moonshot AIは完全なチェックポイント、モデルカード、技術レポート、独自のKimi K3 Licenseを公開しました。公式Hugging Faceリポジトリは96個のsafetensorsシャードで約1.56 TBあり、Moonshotは64基以上のアクセラレータを備えたスーパーノード構成を推奨しています。オープンウェイト化によって、所有権に関する疑問は解消されました。ただし、K3が一般的なローカルモデルになったわけではありません。 ほとんどの開発者にとって、ホステッドAPIが現実的な出発点です。 GPTProtoのKimi K3 API は現在、入力トークン100万個あたり2.70ドル、出力トークン100万個あたり13.50ドルと表示されています。データ管理、カスタム推論、モデル変更に、インフラ構築やライセンス確認のコストをかける価値がある場合はウェイトを選びましょう。 要するに、Kimi K3はGPT-5.6やFable 5と同じ土俵で語れるほど近い性能を持ち、オープンウェイトでのリリースによって、どちらのクローズドモデルにもないデプロイメントの選択肢を開発者に提供しています。

Michael Johnson | 2026-07-28

2026年開発者向け最適なAI API:10のプラットフォームを比較

2026年開発者向け最適なAI API:10のプラットフォームを比較

要約 最適な直接API: OpenAIは汎用用途における最も安全なデフォルトです。Anthropic Claudeはコーディングと長時間稼働するエージェントに最適で、Geminiは低コストなマルチモーダルプロトタイピングに適しています。テキストトークン単価ではDeepSeekがリードしています。 最適なマルチモデルオプション: 多数のLLMをテストするならOpenRouterが最も分かりやすい選択肢です。1つの製品でテキスト、画像、動画モデルを1つのAPIキーと共通残高で利用したい場合は、GPTProtoがより適しています。 最適なインフラストラクチャ: Amazon BedrockはAWSのガバナンス下にあるエンタープライズ導入に適しています。一方、Replicate、fal.ai、Together AIはオープンモデルや生成メディアの推論に適しています。 すべての用途に共通する勝者は存在しません。ワークロードとの適合性、モデルの対応範囲、実際の課金単位、本番環境向けの管理機能、切り替えコストを比較してください。価格と提供状況は2026年7月14日時点で確認しています。導入前に各プロバイダーの最新情報を確認してください。

Tiffany Layne | 2026-07-15