{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-28T05:20:57.982Z","headline":"Gemini 3.6 Flash 与 3.5 Flash-Lite 正式版发布","description":"Google 发布 Gemini 3.6 Flash 和 Gemini 3.5 Flash-Lite 正式版。3.6 Flash 在复杂智能体和多模态任务上性能更强，输出 token 价格降至 $7.50/1M，支持 1M token 上下文窗口和 Computer Use 工具。","url":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/","mainEntityOfPage":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/","datePublished":"2026-07-23T09:25:08.000Z","dateModified":"2026-07-23T09:25:08.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://dev.to/googleai/gemini-36-flash-35-flash-lite-developer-guide-268i","https://aihot.virxact.com/items/cms3dqexi0avdro3fs65mhx7g"],"canonicalUrl":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/","directAnswer":{"@type":"Answer","text":"Google 宣布 Gemini 3.6 Flash 与 Gemini 3.5 Flash-Lite 正式可用，可用于生产环境。两款模型均支持 100 万 token 上下文、最高 6.4 万输出 token、思考能力及 Computer Use 等内置工具。","url":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/","dateCreated":"2026-07-23T09:25:08.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"dev.to source article","url":"https://dev.to/googleai/gemini-36-flash-35-flash-lite-developer-guide-268i","datePublished":"2026-07-23T09:25:08.000Z","provider":{"@type":"Organization","name":"dev.to","url":"https://dev.to/googleai/gemini-36-flash-35-flash-lite-developer-guide-268i"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cms3dqexi0avdro3fs65mhx7g","datePublished":"2026-07-23T09:25:08.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cms3dqexi0avdro3fs65mhx7g"}}],"aggregationSource":"Google AI：DEV 作者专属（RSS）","originalPublisher":{"name":"dev.to","url":"https://dev.to/googleai/gemini-36-flash-35-flash-lite-developer-guide-268i"},"article":{"id":"cms3dqexi0avdro3fs65mhx7g","slug":"cms3dqexi0avdro3fs65mhx7g","url":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/","title":"Gemini 3.6 Flash 与 3.5 Flash-Lite 正式版发布","title_en":"Gemini 3.6 Flash & 3.5 Flash-Lite： Developer guide","summary":"Google 发布 Gemini 3.6 Flash 和 Gemini 3.5 Flash-Lite 正式版。3.6 Flash 在复杂智能体和多模态任务上性能更强，输出 token 价格降至 $7.50/1M，支持 1M token 上下文窗口和 Computer Use 工具。","source":"Google AI：DEV 作者专属（RSS）","sourceUrl":"https://dev.to/googleai/gemini-36-flash-35-flash-lite-developer-guide-268i","aiHotUrl":"https://aihot.virxact.com/items/cms3dqexi0avdro3fs65mhx7g","publishedAt":"2026-07-23T09:25:08.000Z","category":"模型更新","score":73,"selected":true,"articleBody":["Gemini 3.6 Flash ( gemini-3.6-flash ) and Gemini 3.5 Flash-Lite ( gemini-3.5-flash-lite ) are generally available (GA) and ready for production use.","This guide explains what's new in each model, what API changes affect your code, and how to migrate.","Tip : You can automate this migration with a coding agent that supports skills：https://ai.google.dev/gemini-api/docs/coding-agents#gemini-interactions-api (like Antigravity). Run /gemini-interactions-api migrate my app to Gemini 3.6 Flash","Both models support the 1M token context window, 64k max output tokens, thinking, and the full suite of built-in tools including Computer Use：https://ai.google.dev/gemini-api/docs/computer-use.","For complete specs, see the model pages:","For detailed pricing, see the pricing page：https://ai.google.dev/gemini-api/docs/pricing.","Use this table to select the right model and migration path for your workloads.","Both models require removing deprecated sampling parameters ( temperature , top_p , top_k ) and prefilled model turns. See API changes：#api-changes-and-parameter-updates for details.","Due to its improved performance, Gemini 3.6 Flash is now the new default model powering the Antigravity agent：https://ai.google.dev/gemini-api/docs/antigravity-agent in Gemini Managed Agents. This can be changed by setting a new field on the API.","Starting with Gemini 3.6 Flash and Gemini 3.5 Flash-Lite, the following API changes apply to these models and all future Gemini model releases.","Below are detailed explanations and code samples for each API change.","temperature , top_p , and top_k are deprecated and ignored. In future model generations, supplying these parameters returns an HTTP 400 error. Remove these parameters from all requests.","To improve determinism, define a system instruction with explicit rules for your specific use case.","API requests ending with a non-empty model role turn are disallowed and return an HTTP 400 Error .","In legacy generateContent or raw REST payloads, ending with a model role turn is now disallowed:","In the Interactions API, model turns are not manually prefilled. If your application previously prefilled a model turn to suppress preambles or force JSON formatting, use system_instruction or Structured outputs：https://ai.google.dev/gemini-api/docs/structured-output instead.","Templates let you quickly answer FAQs or store snippets for re-use.","Gemini has been getting stronger and stronger since version 3.1.","From my experience, it's even faster after version 3.5. Gemini has good programming capabilities and a beautiful UI.","Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink：#.","For further actions, you may consider blocking this person and/or reporting abuse：/report-abuse","Google AI Studio is the fastest way to start building with Gemini. Ready to build?","Thank you to our Diamond Sponsors for supporting the DEV Community","Google AI is the official AI Model and Platform Partner of DEV","Neon is the official database partner of DEV","Algolia is the official search partner of DEV","DEV Community：/ — A space to discuss and keep up software development and manage your software career","Built on Forem：https://www.forem.com — the open source：https://dev.to/t/opensource software that powers DEV：https://dev.to and other inclusive communities.","Made with love and Ruby on Rails：https://dev.to/t/rails. DEV Community &copy; 2016 - 2026.","We're a place where coders share, stay up-to-date and grow their careers."],"articleImages":[{"sourceUrl":"https://media2.dev.to/dynamic/image/width=256,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j7kvp660rqzt99zui8e.png","alt":"pic","afterParagraph":15,"url":"/media/articles/cms3dqexi0avdro3fs65mhx7g/f75d1e7bc8b434f4.webp"},{"sourceUrl":"https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4039040%2F1f6dd2c6-1340-4d94-b49b-f78c0c49fabc.png","alt":"","afterParagraph":16,"url":"/media/articles/cms3dqexi0avdro3fs65mhx7g/6d2d0f0164d54a7b.webp"},{"sourceUrl":"https://media2.dev.to/dynamic/image/width=880%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxjlyhbdqehj3akhz166w.png","alt":"Google AI - Official AI Model and Platform Partner","afterParagraph":22,"url":"/media/articles/cms3dqexi0avdro3fs65mhx7g/ae5df90e75372c5a.webp"},{"sourceUrl":"https://media2.dev.to/dynamic/image/width=880%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbnl88cil6afxzmgwrgtt.png","alt":"Neon - Official Database Partner","afterParagraph":23,"url":"/media/articles/cms3dqexi0avdro3fs65mhx7g/f27898579e48288d.webp"}],"mediaStatus":"ok","articleBodyZh":["Gemini 3.6 Flash (gemini-3.6-flash) 和 Gemini 3.5 Flash-Lite (gemini-3.5-flash-lite) 已正式推出 (GA)，可用于生产环境。","本指南说明了每个模型的新功能、影响您代码的 API 变化，以及如何进行迁移。","提示：您可以使用支持技能的编码代理自动执行此迁移：https://ai.google.dev/gemini-api/docs/coding-agents#gemini-interactions-api（如 Antigravity）。运行 /gemini-interactions-api migrate my app to Gemini 3.6 Flash","这两种模型支持 1M 令牌上下文窗口、最大 64k 输出令牌、思考功能，以及包括计算机使用在内的完整内置工具套件：https://ai.google.dev/gemini-api/docs/computer-use。","有关完整规格，请参阅模型页面：","有关详细定价，请参阅定价页面：https://ai.google.dev/gemini-api/docs/pricing。","使用此表来为您的工作负载选择合适的模型和迁移路径。","这两种模型都需要移除已弃用的采样参数（temperature、top_p、top_k）以及预填充的模型回合。详情请参阅 API 变化：#api-changes-and-parameter-updates。","由于性能提升，Gemini 3.6 Flash 现已成为 Gemini 托管代理中 Antigravity 代理的默认模型：https://ai.google.dev/gemini-api/docs/antigravity-agent。您可以通过在 API 中设置新字段来更改此默认设置。","从 Gemini 3.6 Flash 和 Gemini 3.5 Flash-Lite 开始，以下 API 更改适用于这些模型及所有未来的 Gemini 模型版本。","以下是每个 API 更改的详细说明和代码示例。","temperature、top_p 和 top_k 已弃用并将被忽略。在未来的模型版本中，提供这些参数将返回 HTTP 400 错误。请从所有请求中移除这些参数。","为了提高确定性，请为您的特定用例定义带有明确规则的系统指令。","以非空模型角色回合结尾的 API 请求不被允许，并返回 HTTP 400 错误。","在旧的 generateContent 或原始 REST 请求中，以模型角色回合结尾现在是不允许的：","在交互 API 中，模型轮次不会手动预填充。如果您的应用程序以前预填充了模型轮次以抑制前言或强制 JSON 格式，请使用 system_instruction 或结构化输出：https://ai.google.dev/gemini-api/docs/structured-output 代替。","模板让您可以快速回答常见问题或存储片段以便重复使用。","Gemini 自 3.1 版本以来一直在不断增强。","根据我的经验，3.5 版本之后速度更快。Gemini 拥有良好的编程能力和美观的用户界面。","您确定要隐藏此评论吗？它将会在您的帖子中被隐藏，但仍然可以通过评论永久链接查看：#。","对于进一步操作，您可以考虑屏蔽此人和/或举报滥用行为：/report-abuse","Google AI Studio 是开始使用 Gemini 构建的最快方式。准备好开始构建了吗？","感谢我们的钻石赞助商对 DEV 社区的支持。","Google AI 是 DEV 官方的 AI 模型和平台合作伙伴。","Neon 是 DEV 官方数据库合作伙伴。","Algolia 是 DEV 官方搜索合作伙伴。","DEV 社区：/ — 一个讨论和跟进软件开发并管理您的软件职业的空间。","基于 Forem 构建：https://www.forem.com — 开源软件：https://dev.to/t/opensource 支持 DEV：https://dev.to 和其他包容性社区。","以爱心和 Ruby on Rails 制作：https://dev.to/t/rails。DEV 社区 &copy; 2016 - 2026。","我们是一个让程序员分享、保持最新并发展职业的地方。"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Google 宣布 Gemini 3.6 Flash 与 Gemini 3.5 Flash-Lite 正式可用，可用于生产环境。两款模型均支持 100 万 token 上下文、最高 6.4 万输出 token、思考能力及 Computer Use 等内置工具。","background":"本次开发者指南聚焦两款模型的新特性、代码所受 API 变更及迁移方式。材料还称，Gemini 3.6 Flash 面向复杂智能体和多模态任务强化性能，输出 token 价格降至每百万 7.50 美元。","viewpoint":"Aioga 判断，这次发布的重点不只是模型转为正式版，还包括统一的大上下文、工具调用能力与迁移要求。性能和成本描述值得关注，但材料未提供具体基准测试或横向比较数据。","implications":"现有应用迁移时可能需要修改请求参数和对话结构，因为两款模型均要求移除已弃用的 temperature、top_p、top_k 采样参数，以及预填充的模型轮次，否则代码兼容性可能受影响。","nextStep":"开发团队可先依据工作负载选择模型，并在测试环境检查上下文长度、输出上限、工具调用和成本表现；随后清理弃用参数与预填充模型轮次，再评估是否进入生产部署。","evidenceRefs":["title","summary","articleBody","source"],"status":"published","aiGenerated":true,"autoApproved":true,"generatedBy":"aioga-editorial:gpt-5.6-sol","reviewedBy":"aioga-editorial-review:gpt-5.6-sol","generatedAt":"2026-07-27T15:53:34.629Z","sourceHash":"6f979d4704fe78f3","review":{"approved":true,"groundedness":96,"clarity":93,"duplicationRisk":18,"blockingIssues":[],"notes":["“Aioga 判断”明确标示为观点，且关于材料未提供具体基准测试或横向比较数据的限定有助于避免夸大结论。","“否则代码兼容性可能受影响”属于基于 API 迁移要求的合理推断，并使用了“可能”进行限定。","evidenceRefs 使用章节级标签而非逐项精确引文；如发布格式支持，可补充对应原文段落或链接，但不影响当前内容通过审核。"]},"validation":{"passed":true,"mode":"ai-auto","revisions":0,"checks":["schema","length","source-attribution","low-source-overlap","no-html","independent-ai-review"]}},"tags":["模型更新","Google AI：DEV 作者专属（RSS）"],"translations":{"zh-CN":{"title":"Gemini 3.6 Flash 与 3.5 Flash-Lite 正式版发布","summary":"Google 发布 Gemini 3.6 Flash 和 Gemini 3.5 Flash-Lite 正式版。3.6 Flash 在复杂智能体和多模态任务上性能更强，输出 token 价格降至 $7.50/1M，支持 1M token 上下文窗口和 Computer Use 工具。","category":"模型更新","source":"dev.to","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash 与 3.5 Flash-Lite 正式版发布 - Aioga AI资讯","description":"Google 发布 Gemini 3.6 Flash 和 Gemini 3.5 Flash-Lite 正式版。3.6 Flash 在复杂智能体和多模态任务上性能更强，输出 token 价格降至 $7.50/1M，支持 1M token 上下文窗口和 Computer Use 工具。","url":"https://www.aioga.com/news/cms3dqexi0avdro3fs65mhx7g/"},"en":{"title":"Gemini 3.6 Flash and 3.5 Flash-Lite official versions released","summary":"Google has released the official versions of Gemini 3.6 Flash and Gemini 3.5 Flash-Lite. Gemini 3.6 Flash performs better on complex agents and multimodal tasks, with the output token price reduced to $7.50/1M, supporting a 1M token context window and the Computer Use tool.","category":"Models","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash and 3.5 Flash-Lite official versions released - Aioga AI News","description":"Google has released the official versions of Gemini 3.6 Flash and Gemini 3.5 Flash-Lite. Gemini 3.6 Flash performs better on complex agents and multimodal tasks, with the output to...","url":"https://www.aioga.com/en/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:46:04.970Z"},"ja":{"title":"Gemini 3.6 Flash および 3.5 Flash-Lite 正式版リリース","summary":"GoogleはGemini 3.6 FlashとGemini 3.5 Flash-Liteの正式版を発表しました。3.6 Flashは複雑なエージェントやマルチモーダルタスクでより高い性能を発揮し、出力トークンの価格は$7.50/1Mに下がり、1MトークンのコンテキストウィンドウとComputer Useツールをサポートしています。","category":"モデル更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash および 3.5 Flash-Lite 正式版リリース - Aioga AIニュース","description":"GoogleはGemini 3.6 FlashとGemini 3.5 Flash-Liteの正式版を発表しました。3.6 Flashは複雑なエージェントやマルチモーダルタスクでより高い性能を発揮し、出力トークンの価格は$7.50/1Mに下がり、1MトークンのコンテキストウィンドウとComputer Useツールをサポートしています。","url":"https://www.aioga.com/ja/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:46:13.987Z"},"ko":{"title":"Gemini 3.6 플래시와 3.5 플래시-라이트 정식 버전 출시","summary":"Google가 Gemini 3.6 Flash와 Gemini 3.5 Flash-Lite 정식 버전을 발표했습니다. 3.6 Flash는 복잡한 지능형 에이전트와 다중 모달 작업에서 성능이 더 뛰어나며, 출력 토큰 가격은 $7.50/1M으로 낮아지고, 1M 토큰 컨텍스트 창과 Computer Use 도구를 지원합니다.","category":"모델 업데이트","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 플래시와 3.5 플래시-라이트 정식 버전 출시 - Aioga AI 뉴스","description":"Google가 Gemini 3.6 Flash와 Gemini 3.5 Flash-Lite 정식 버전을 발표했습니다. 3.6 Flash는 복잡한 지능형 에이전트와 다중 모달 작업에서 성능이 더 뛰어나며, 출력 토큰 가격은 $7.50/1M으로 낮아지고, 1M 토큰 컨텍스트 창과 Computer Use 도구를 지원합니다.","url":"https://www.aioga.com/ko/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:47:12.071Z"},"es":{"title":"Lanzamiento oficial de Gemini 3.6 Flash y 3.5 Flash-Lite","summary":"Google lanzó las versiones oficiales de Gemini 3.6 Flash y Gemini 3.5 Flash-Lite. Gemini 3.6 Flash tiene un mejor rendimiento en agentes complejos y tareas multimodales, el precio por token de salida se reduce a $7.50/1M, y admite una ventana de contexto de 1M tokens y la herramienta Computer Use.","category":"Modelos","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Lanzamiento oficial de Gemini 3.6 Flash y 3.5 Flash-Lite - Aioga Noticias de IA","description":"Google lanzó las versiones oficiales de Gemini 3.6 Flash y Gemini 3.5 Flash-Lite. Gemini 3.6 Flash tiene un mejor rendimiento en agentes complejos y tareas multimodales, el precio...","url":"https://www.aioga.com/es/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:47:00.120Z"},"fr":{"title":"Gemini 3.6 Flash et 3.5 Flash-Lite version officielle publiées","summary":"Google a publié les versions officielles de Gemini 3.6 Flash et Gemini 3.5 Flash-Lite. Le 3.6 Flash est plus performant sur les agents complexes et les tâches multimodales, le prix par token est réduit à 7,50 $/1M, et il prend en charge une fenêtre de contexte de 1M tokens ainsi que l'outil Computer Use.","category":"Modèles","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash et 3.5 Flash-Lite version officielle publiées - Aioga Actualités IA","description":"Google a publié les versions officielles de Gemini 3.6 Flash et Gemini 3.5 Flash-Lite. Le 3.6 Flash est plus performant sur les agents complexes et les tâches multimodales, le prix...","url":"https://www.aioga.com/fr/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:47:59.104Z"},"de":{"title":"Gemini 3.6 Flash und 3.5 Flash-Lite offizielle Version veröffentlicht","summary":"Google hat die offiziellen Versionen von Gemini 3.6 Flash und Gemini 3.5 Flash-Lite veröffentlicht. 3.6 Flash ist leistungsstärker bei komplexen Agenten- und multimodalen Aufgaben, der Preis für ausgegebene Tokens wurde auf 7,50 $/1M gesenkt, unterstützt ein Kontextfenster von 1M Tokens und die Nutzung des Computer Use-Tools.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash und 3.5 Flash-Lite offizielle Version veröffentlicht - Aioga KI-News","description":"Google hat die offiziellen Versionen von Gemini 3.6 Flash und Gemini 3.5 Flash-Lite veröffentlicht. 3.6 Flash ist leistungsstärker bei komplexen Agenten- und multimodalen Aufgaben,...","url":"https://www.aioga.com/de/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:47:57.547Z"},"pt-BR":{"title":"Lançamento oficial do Gemini 3.6 Flash e 3.5 Flash-Lite","summary":"O Google lançou as versões oficiais do Gemini 3.6 Flash e Gemini 3.5 Flash-Lite. O 3.6 Flash tem desempenho melhor em agentes complexos e tarefas multimodais, o preço do token de saída caiu para $7,50/1M, suporta janela de contexto de 1M tokens e a ferramenta Computer Use.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Lançamento oficial do Gemini 3.6 Flash e 3.5 Flash-Lite - Aioga Notícias de IA","description":"O Google lançou as versões oficiais do Gemini 3.6 Flash e Gemini 3.5 Flash-Lite. O 3.6 Flash tem desempenho melhor em agentes complexos e tarefas multimodais, o preço do token de s...","url":"https://www.aioga.com/pt-BR/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:48:40.753Z"},"ru":{"title":"Официальный выпуск Gemini 3.6 Flash и 3.5 Flash-Lite","summary":"Google выпустила официальные версии Gemini 3.6 Flash и Gemini 3.5 Flash-Lite. Gemini 3.6 Flash обладает лучшей производительностью в сложных агентских и мультимодальных задачах, цена за вывод токена снижена до $7.50/1M, поддерживается контекстное окно в 1M токенов и инструмент Computer Use.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Официальный выпуск Gemini 3.6 Flash и 3.5 Flash-Lite - Aioga Новости ИИ","description":"Google выпустила официальные версии Gemini 3.6 Flash и Gemini 3.5 Flash-Lite. Gemini 3.6 Flash обладает лучшей производительностью в сложных агентских и мультимодальных задачах, це...","url":"https://www.aioga.com/ru/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:48:47.691Z"},"ar":{"title":"تم إصدار النسخة الرسمية من Gemini 3.6 Flash و 3.5 Flash-Lite","summary":"أصدرت Google النسخة الرسمية من Gemini 3.6 Flash و Gemini 3.5 Flash-Lite. تتميز 3.6 Flash بأداء أقوى في المهام متعددة الوكلاء والمتعددة الوسائط، وانخفض سعر المخرجات لكل رمز إلى 7.50 دولار لكل مليون، وتدعم نافذة سياق تصل إلى مليون رمز وأداة استخدام الكمبيوتر.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"تم إصدار النسخة الرسمية من Gemini 3.6 Flash و 3.5 Flash-Lite - Aioga أخبار الذكاء الاصطناعي","description":"أصدرت Google النسخة الرسمية من Gemini 3.6 Flash و Gemini 3.5 Flash-Lite. تتميز 3.6 Flash بأداء أقوى في المهام متعددة الوكلاء والمتعددة الوسائط، وانخفض سعر المخرجات لكل رمز إلى 7.50...","url":"https://www.aioga.com/ar/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:49:42.748Z"},"hi":{"title":"Gemini 3.6 Flash और 3.5 Flash-Lite आधिकारिक संस्करण जारी","summary":"Google ने Gemini 3.6 फ्लैश और Gemini 3.5 फ्लैश-लाइट का आधिकारिक संस्करण जारी किया। 3.6 फ्लैश जटिल एजेंट और मल्टीमॉडल कार्यों में अधिक सक्षम है, आउटपुट टोकन की कीमत $7.50/1M तक घट गई है, 1M टोकन संदर्भ विंडो और कंप्यूटर उपयोग उपकरण का समर्थन करता है।","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash और 3.5 Flash-Lite आधिकारिक संस्करण जारी - Aioga AI समाचार","description":"Google ने Gemini 3.6 फ्लैश और Gemini 3.5 फ्लैश-लाइट का आधिकारिक संस्करण जारी किया। 3.6 फ्लैश जटिल एजेंट और मल्टीमॉडल कार्यों में अधिक सक्षम है, आउटपुट टोकन की कीमत $7.50/1M तक घट ग...","url":"https://www.aioga.com/hi/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:49:42.116Z"},"it":{"title":"Rilascio ufficiale di Gemini 3.6 Flash e 3.5 Flash-Lite","summary":"Google ha rilasciato le versioni ufficiali di Gemini 3.6 Flash e Gemini 3.5 Flash-Lite. Flash 3.6 offre prestazioni migliori in compiti multi-modali e con agenti complessi, il prezzo per token di output è sceso a $7,50/1M, supporta una finestra di contesto di 1M token e strumenti per l'uso del computer.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Rilascio ufficiale di Gemini 3.6 Flash e 3.5 Flash-Lite - Aioga Notizie IA","description":"Google ha rilasciato le versioni ufficiali di Gemini 3.6 Flash e Gemini 3.5 Flash-Lite. Flash 3.6 offre prestazioni migliori in compiti multi-modali e con agenti complessi, il prez...","url":"https://www.aioga.com/it/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:50:34.584Z"},"nl":{"title":"Gemini 3.6 Flash en 3.5 Flash-Lite officiële release","summary":"Google heeft de officiële versies van Gemini 3.6 Flash en Gemini 3.5 Flash-Lite uitgebracht. 3.6 Flash presteert beter bij complexe agenten en multimodale taken, de prijs per output-token is gedaald tot $7,50/1M, en het ondersteunt een contextvenster van 1M tokens en de Computer Use-tool.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash en 3.5 Flash-Lite officiële release - Aioga AI-nieuws","description":"Google heeft de officiële versies van Gemini 3.6 Flash en Gemini 3.5 Flash-Lite uitgebracht. 3.6 Flash presteert beter bij complexe agenten en multimodale taken, de prijs per outpu...","url":"https://www.aioga.com/nl/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:50:38.579Z"},"tr":{"title":"Gemini 3.6 Flash ve 3.5 Flash-Lite resmi sürümü yayınlandı","summary":"Google, Gemini 3.6 Flash ve Gemini 3.5 Flash-Lite resmi sürümünü yayınladı. 3.6 Flash, karmaşık akıllı ajanlar ve çok modlu görevlerde daha güçlü performans gösteriyor, çıktı token fiyatı $7.50/1M'ye düştü, 1M token bağlam penceresini ve Computer Use aracını destekliyor.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash ve 3.5 Flash-Lite resmi sürümü yayınlandı - Aioga AI Haberleri","description":"Google, Gemini 3.6 Flash ve Gemini 3.5 Flash-Lite resmi sürümünü yayınladı. 3.6 Flash, karmaşık akıllı ajanlar ve çok modlu görevlerde daha güçlü performans gösteriyor, çıktı token...","url":"https://www.aioga.com/tr/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:51:21.372Z"},"vi":{"title":"Phiên bản chính thức của Gemini 3.6 Flash và 3.5 Flash-Lite đã được phát hành","summary":"Google phát hành phiên bản chính thức Gemini 3.6 Flash và Gemini 3.5 Flash-Lite. 3.6 Flash có hiệu suất mạnh hơn trong các tác vụ đa dạng và đa phương thức, giá token đầu ra giảm xuống còn $7,50/1 triệu, hỗ trợ cửa sổ ngữ cảnh 1 triệu token và công cụ Sử dụng Máy tính.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Phiên bản chính thức của Gemini 3.6 Flash và 3.5 Flash-Lite đã được phát hành - Tin tức AI Aioga","description":"Google phát hành phiên bản chính thức Gemini 3.6 Flash và Gemini 3.5 Flash-Lite. 3.6 Flash có hiệu suất mạnh hơn trong các tác vụ đa dạng và đa phương thức, giá token đầu ra giảm x...","url":"https://www.aioga.com/vi/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:51:21.122Z"},"id":{"title":"Gemini 3.6 Flash dan 3.5 Flash-Lite versi resmi dirilis","summary":"Google merilis versi resmi Gemini 3.6 Flash dan Gemini 3.5 Flash-Lite. Gemini 3.6 Flash memiliki kinerja lebih kuat dalam agen kompleks dan tugas multimodal, harga token output turun menjadi $7,50/1M, mendukung jendela konteks 1M token dan alat Penggunaan Komputer.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash dan 3.5 Flash-Lite versi resmi dirilis - Berita AI Aioga","description":"Google merilis versi resmi Gemini 3.6 Flash dan Gemini 3.5 Flash-Lite. Gemini 3.6 Flash memiliki kinerja lebih kuat dalam agen kompleks dan tugas multimodal, harga token output tur...","url":"https://www.aioga.com/id/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:52:10.188Z"},"th":{"title":"Gemini 3.6 Flash และ 3.5 Flash-Lite เวอร์ชันเต็มเปิดตัว","summary":"Google เปิดตัว Gemini 3.6 Flash และ Gemini 3.5 Flash-Lite เวอร์ชันทางการ 3.6 Flash มีประสิทธิภาพมากขึ้นในงานตัวแทนอัจฉริยะที่ซับซ้อนและงานหลายรูปแบบ ราคาของ token ที่ออกลดลงเหลือ $7.50/1M รองรับหน้าต่างบริบท 1M token และเครื่องมือ Computer Use","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Gemini 3.6 Flash และ 3.5 Flash-Lite เวอร์ชันเต็มเปิดตัว - ข่าว AI Aioga","description":"Google เปิดตัว Gemini 3.6 Flash และ Gemini 3.5 Flash-Lite เวอร์ชันทางการ 3.6 Flash มีประสิทธิภาพมากขึ้นในงานตัวแทนอัจฉริยะที่ซับซ้อนและงานหลายรูปแบบ ราคาของ token ที่ออกลดลงเหลือ $...","url":"https://www.aioga.com/th/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:52:12.377Z"},"pl":{"title":"Wydano oficjalne wersje Gemini 3.6 Flash i 3.5 Flash-Lite","summary":"Google wydaje oficjalne wersje Gemini 3.6 Flash i Gemini 3.5 Flash-Lite. 3.6 Flash ma lepszą wydajność w przypadku złożonych agentów i zadań multimodalnych, cena za token spada do 7,50 USD/1M, obsługuje okno kontekstowe 1M tokenów i narzędzie Computer Use.","category":"模型更新","source":"Google AI：DEV 作者专属（RSS）","aggregationSource":"Google AI：DEV 作者专属（RSS）","pageTitle":"Wydano oficjalne wersje Gemini 3.6 Flash i 3.5 Flash-Lite - Aioga Wiadomości AI","description":"Google wydaje oficjalne wersje Gemini 3.6 Flash i Gemini 3.5 Flash-Lite. 3.6 Flash ma lepszą wydajność w przypadku złożonych agentów i zadań multimodalnych, cena za token spada do...","url":"https://www.aioga.com/pl/news/cms3dqexi0avdro3fs65mhx7g/","contentTranslated":true,"sourceHash":"31ee2ed305925990","translatedAt":"2026-07-27T15:53:01.475Z"}}}}