Interactions API
PulseAugur coverage of Interactions API — every cluster mentioning Interactions API across labs, papers, and developer communities, ranked by signal.
- 2026-06-22 product_launch Google DeepMind has made the Interactions API the default interface for Gemini models and agents, replacing the generateContent API. 来源
- 2026-06-22 product_launch Google DeepMind made the Interactions API the default interface for Gemini models and agents, replacing the generateContent API. 来源
- 2026-06-22 product_launch Google DeepMind has made the Interactions API the default interface for Gemini models and agents, replacing the previous generateContent API. 来源
2 天有情绪数据
-
上下文工程:LLM效率的新前沿
“上下文工程”的概念正成为有效利用大型语言模型(LLM)的关键技能,它超越了简单的提示工程。这涉及到仔细管理输入到LLM上下文窗口的信息,以优化性能、降低成本并最小化延迟。对于在思考-行动-观察循环中运行的代理来说,管理上下文尤为重要,因为每一步,包括工具定义和响应,都会消耗token。文章强调,LLM API本质上是无状态的,需要在每个回合重新发送整个对话历史,这使得高效的上下文管理至关重要。
-
Google Gemini通过Interactions API实现状态化图像和视频编辑
Google为其Gemini模型开发了新功能,通过其Interactions API实现状态化图像和视频编辑。这使得Claude Code、Antigravity、Codex和Kiro等AI代理能够在不重新提示整个场景的情况下,迭代地改进生成的媒体。该系统使用模型上下文协议(MCP)服务器来连接Gemini模型与这些代理接口,从而实现复杂的编辑并跨多个回合保持视觉上下文。
-
Claude Code CLI 集成 Google Gemini Omni 实现视频 AI
本文详细介绍了如何将 Claude Code CLI 与 Google 的 Gemini Omni 多模态 AI 视频模型进行设置和配置。文章解释了如何通过 Interactions API 和 MCP(一个通用连接器)集成这些工具,以扩展 Omni 的操作。该指南包括了设置环境、克隆 GitHub 仓库、安装依赖项以及运行 Python 代码以建立 Claude Code CLI 和 Gemini Omni 服务器之间连接的步骤。
-
Google DeepMind 发布 Nano Banana 2 Lite 和 Gemini Omni Flash 模型
Google DeepMind 宣布发布两款新模型:Nano Banana 2 Lite 和 Gemini Omni Flash。Nano Banana 2 Lite 专为快速文本到图像生成而设计,仅需四秒即可生成输出,非常适合快速构思和成本敏感的工作流程。Gemini Omni Flash 是一款多模态模型,专注于对话式视频编辑、现实世界知识集成以及将文本/图形与视频动作连接起来,现已通过 Gemini API 和 Google A…
-
Google DeepMind 将 Interactions API 设为 Gemini 模型和代理的默认接口
Google DeepMind 已将其 Gemini 模型和代理迁移到 Interactions API,取代了之前的 generateContent API。新接口采用简化的模式和类型化步骤,旨在使代理工作流程更加直观易用。未来的代理功能将仅通过此更新的 API 提供,该 API 还支持多模态工具使用、后台处理长时间运行的任务以及与图像和音乐生成等各种生成功能的集成。