api-update
7 articles tagged with api-update
Vercel AI SDK Deprecates searchParameters for xAI, Adds Image Search Support
Vercel released AI SDK version 4.0.0-canary.69 with breaking changes to xAI integration. The update deprecates the searchParameters option for xAI live search, replacing it with dedicated web_search and x_search agent tools, and adds image search capability through a new enableImageSearch parameter.
Anthropic releases Claude Opus 4.8 with 69.2% agentic coding score, 2.5x faster performance
Anthropic released Claude Opus 4.8 on May 28, 2026, six weeks after version 4.7. The model achieves 69.2% on agentic coding benchmarks (up from 64.3%), runs 2.5 times faster in fast mode at one-third the cost, while maintaining the same pricing as version 4.7.
Anthropic Python SDK v0.105.0 Adds Claude Opus 4-8 Support and Mid-Conversation System Blocks
Anthropic released version 0.105.0 of its Python SDK on May 28, 2026, adding support for the Claude Opus 4-8 model. The update includes mid-conversation system blocks and detailed output token usage tracking.
Anthropic releases Claude Opus 4-7 with token budgets and user profiles in Python SDK v0.96.0
Anthropic released Python SDK v0.96.0 on April 16, 2026, adding support for Claude Opus 4-7, a new flagship model. The update introduces token budgets for cost management and user profiles for personalized interactions.
Google Deepmind adds multi-tool chaining and context circulation to Gemini API
Google Deepmind has expanded the Gemini API to enable multi-tool chaining, allowing developers to combine built-in tools like Google Search and Google Maps with custom functions in a single request. Results from one tool now automatically pass to the next through context circulation, eliminating the need for separate sequential handling.
OpenAI Python SDK v2.25.0 adds GPT-5.4 support with new tool search and computer control features
OpenAI has released version 2.25.0 of its Python SDK, adding support for GPT-5.4 and introducing a new tool search feature alongside a computer control tool for agent-based automation. The update, released March 5, 2026, also includes API schema refinements and parameter changes to the prompt cache and message handling.
OpenAI Python SDK v2.23.0 adds GPT-4 Realtime 1.5 and Audio 1.5 model support
OpenAI released Python SDK version 2.23.0 on February 24, 2026, adding support for two new model options in realtime API calls: gpt-realtime-1.5 and gpt-audio-1.5. The minor update primarily focuses on expanding model availability for real-time applications.