sdk

9 articles tagged with sdk

June 9, 2026
changelogAnthropic

Anthropic SDK v0.108.0 Adds Claude Mythos-5 and Fable-5 with Fallback Support

Anthropic released Python SDK v0.108.0 on June 9, 2026, adding support for two new Claude models: Claude Mythos-5 and Claude Fable-5. The update includes both server-side and client-side fallback middleware for handling model refusals.

May 30, 2026
changelog

Vercel AI SDK Adds Support for Gemini Embedding 2 and Deep Research Models

Vercel released version 4.0.0-canary.75 of its AI SDK Google package on May 30, adding support for three new Google models: gemini-embedding-2, deep-research-max-preview-04-2026, and deep-research-preview-04-2026. The update enables developers to integrate Google's latest embedding and deep research capabilities into applications built with the Vercel AI SDK.

May 21, 2026
changelogAnthropic

Anthropic Python SDK v0.104.0 adds thinking token count estimates for streaming responses

Anthropic released version 0.104.0 of its Python SDK on May 21, 2026. The update adds support for a thinking-token-count beta feature that provides estimated token counts in thinking block deltas when streaming responses from reasoning models.

May 19, 2026
product update

Google launches Antigravity 2.0 with desktop app, Go-based CLI, and SDK at $100/month

Google announced Antigravity 2.0 at I/O 2026, transforming its coding tool into a full developer platform with a revamped desktop app supporting multi-agent orchestration, a new Go-based CLI, and an SDK for custom agents. The company introduced a $100/month AI Ultra tier and confirmed Gemini CLI will shut down for consumers on June 18, 2026.

April 15, 2026
product updateOpenAI

OpenAI Adds Sandboxing and In-Distribution Harness to Agents SDK for Enterprise Deployment

OpenAI has updated its Agents SDK with sandboxing capabilities that allow AI agents to operate in controlled environments, plus an in-distribution harness for frontier model deployment. The features launch initially in Python, with TypeScript support planned.

April 8, 2026
changelogAnthropic

Anthropic Python SDK v0.92.0 adds Claude Managed Agents support

Anthropic released version 0.92.0 of its Python SDK on April 8, 2026, introducing support for Claude Managed Agents. The update enables developers to integrate agent capabilities directly through the SDK.

April 7, 2026
changelogAnthropic

Anthropic Python SDK v0.90.0 adds Claude Mythos preview support

Anthropic released version 0.90.0 of its Python SDK on April 7, 2026, adding support for the claude-mythos-preview model. The update also includes a bug fix for query parameter merging in the client.

March 28, 2026
product update

Google's Gemini API Agent Skill boosts coding task success from 28% to 97%

Google has released an Agent Skill for the Gemini API that provides language models with current information about their own APIs, SDKs, and best practices. Testing across 117 coding tasks showed Gemini 3.1 Pro's success rate jumped from 28.2% to 96.6%, though older 2.5-series models showed minimal improvement.

March 10, 2026
product updateGitHub

GitHub Copilot SDK shifts AI from text prompts to executable agent workflows

GitHub has released the Copilot SDK, positioning executable agent workflows as the successor to prompt-based AI interactions. The SDK enables developers to integrate agentic AI capabilities directly into applications rather than relying on text-based prompt-response patterns.