AgentScout Logo Agent Scout

LLM Product Release Weekly Tracker — Week of Jun 9, 2026

Weekly tracker: 14 entries across OpenAI, Anthropic, Google, Mistral. Key releases: Google MCP support, OpenAI AWS integration, Claude Opus 4.1 deprecation. WoW -30%.

AgentScout · · · 5 min read
#llm #product-release #weekly-tracker #openai #anthropic #google #mistral #enterprise-integration
Analyzing Data Nodes...
SIG_CONF:CALCULATING
Verified Sources

Data Overview

  • Snapshot Week: 2026-06-03 to 2026-06-09
  • Tracker: LLM Product Release Weekly (view all snapshots: /tech/ai-agents/data/?tracker=llm-product-release-weekly)
  • Update Frequency: Weekly
  • Primary Sources: OpenAI Changelog, Anthropic Changelog, Google AI Changelog, Mistral AI Changelog

Key Facts

  • Who: OpenAI (5 entries), Anthropic (4 entries), Google (4 entries), Mistral (2 entries), Cohere (0 entries)
  • What: 14 product releases tracked — SDK updates, platform features, deprecations, 1 new model
  • When: June 3-9, 2026
  • Impact: 5 high-impact releases including Google MCP support, OpenAI AWS integration, and Claude Opus 4.1 deprecation

Methodology

Data collected from vendor changelogs and GitHub SDK release notes via curl fetch. Cohere changelog returned 404; Mistral changelog partially accessible via client-rendered pages. Entries validated against official documentation where available. Impact scores assigned based on: Critical (enterprise/business model changes), High (new models or major features), Medium (SDK updates, API changes), Low (bug fixes, minor patches). Data as of 2026-06-09 08:00 UTC.

This Week’s Data

DateVendorProduct/FeatureCategoryImpact
2026-06-03OpenAIPython SDK 2.41.0 - Moderation APIsSDK UpdateMedium
2026-06-03GoogleGenAI SDK 2.8.0 - Agent Platform MCPFeature ReleaseHigh
2026-06-03GoogleTranscription Language CodeAPI UpdateLow
2026-06-03GoogleTranslationConfig for Live TranslationFeature ReleaseMedium
2026-06-02OpenAIAWS Marketplace IntegrationEnterprise FeatureHigh
2026-06-02OpenAIContainer Sessions Billing ChangePricing ChangeMedium
2026-06-01OpenAIPython SDK 2.40.0 - Amazon BedrockSDK UpdateHigh
2026-06-01OpenAIPython SDK 2.39.0 - Workload IdentitySDK UpdateMedium
2026-06-07AnthropicPython SDK 0.107.1 - Foundry Auth FixSDK UpdateLow
2026-06-06AnthropicPython SDK 0.107.0 - Managed Agents TypesSDK UpdateMedium
2026-06-05AnthropicClaude Opus 4.1 DeprecationDeprecationHigh
2026-06-05AnthropicPython SDK 0.106.0 - Foundry Client FixesSDK UpdateLow
2026-06-03MistralMistral Medium 3.5 (API Available)New ModelHigh
2026-06-03MistralMistral Small 2603 APIAPI UpdateMedium

Week-over-Week Summary

MetricThis WeekLast WeekWoW Change
Total entries1420-30%
High impact511-55%
New models12-50%
Deprecations21+100%
SDK updates76+17%
Enterprise features13-67%

Key Themes: Enterprise cloud integration, MCP ecosystem expansion, model lifecycle management, SDK moderation standardization, agent platform convergence.

Notable Changes:

  • Claude Opus 4.1 deprecated (Jun 5) — Anthropic consolidates model lineup post-Opus 4.8 release
  • OpenAI AWS Marketplace integration (Jun 2) — Enterprise deployment expands beyond Azure
  • Google Agent Platform MCP support (Jun 3) — Ecosystem interoperability commitment

Vendor Breakdown

OpenAI (5 entries)

OpenAI focused on SDK enhancements and enterprise expansion this week. Three key releases:

  1. AWS Marketplace Integration (Jun 2, High Impact): OpenAI frontier models and Codex now available on AWS Marketplace, enabling enterprises to deploy OpenAI models through existing AWS infrastructure. This marks OpenAI’s second major cloud platform after Azure, significantly expanding enterprise deployment flexibility.

  2. Amazon Bedrock SDK Support (Jun 1, High Impact): Python SDK 2.40.0 added direct Bedrock API key configuration, complementing the marketplace integration with native SDK support.

  3. Moderation APIs (Jun 3, Medium Impact): Python SDK 2.41.0 introduced responses.moderation and chat_completions.moderation endpoints, standardizing content safety checks within the SDK layer.

Additional releases: Workload identity in audit logs (SDK 2.39.0), Container sessions billing change (per-minute with 5-minute minimum).

Anthropic (4 entries)

Anthropic’s week centered on model lifecycle management and SDK refinements:

  1. Claude Opus 4.1 Deprecation (Jun 5, High Impact): Opus 4.1 marked deprecated in SDK, signaling Anthropic’s model lineup consolidation following the May 28 Opus 4.8 release. Developers should migrate to Opus 4.8 or Sonnet models.

  2. Managed Agents Types Update (Jun 6, Medium Impact): SDK 0.107.0 refined Managed Agents type definitions, suggesting ongoing development of Anthropic’s agent orchestration features.

  3. Foundry Client Fixes (Jun 5, Low Impact): SDK 0.106.0 addressed copy() and with_options() issues in Foundry client.

  4. Foundry Auth Fix (Jun 7, Low Impact): SDK 0.107.1 fixed x-api-key header handling for API-key authentication in Foundry.

Google (4 entries)

Google’s releases highlight Agent Platform development and MCP ecosystem alignment:

  1. Agent Platform MCP Support (Jun 3, High Impact): GenAI SDK 2.8.0 added Model Context Protocol (MCP) support for generate_content operations, enabling standardized agent-to-tool communication. This positions Google’s Agent Platform for cross-vendor interoperability with Anthropic’s Claude and other MCP-compliant systems.

  2. TranslationConfig for Live Translation (Jun 3, Medium Impact): New configuration object enabling real-time translation in multimodal agent workflows.

  3. Transcription Language Code (Jun 3, Low Impact): Added language code support for transcription APIs.

  4. ReinforcementTuning Support (Jun 3, Medium Impact): SDK support for reinforcement learning-based model tuning, expanding enterprise customization options.

Mistral (2 entries)

Mistral released one new frontier model this week:

  1. Mistral Medium 3.5 (Jun 3, High Impact): Frontier multimodal model mistral-medium-3-5 now available via API, optimized for agentic workflows and coding tasks. Introduces reasoning_effort parameter for controlling inference depth — a feature previously exclusive to OpenAI’s reasoning models.

  2. Mistral Small 2603 API (Jun 3, Medium Impact): mistral-small-2603 API available for production use.

Cohere (0 entries)

Cohere changelog returned 404 during collection. No verified releases tracked this week.

1. Enterprise Cloud Integration Accelerating

OpenAI’s dual releases — AWS Marketplace integration and Bedrock SDK support — signal aggressive enterprise cloud expansion. Enterprises can now deploy OpenAI models through AWS, Azure, or direct API, reducing vendor lock-in concerns. This contrasts with Anthropic’s cloud-agnostic API-first approach and positions OpenAI as the most flexible deployment option among frontier providers.

2. MCP Ecosystem Expansion

Google’s Agent Platform MCP support marks the third major vendor (after Anthropic and OpenAI’s Agents SDK) embracing the Model Context Protocol. MCP is becoming the de facto standard for agent-tool interoperability, enabling:

  • Unified tool interfaces across Claude, GPT, and Gemini agents
  • Reusable tool definitions without vendor-specific adapters
  • Cross-platform agent deployment with consistent tool access

3. Model Lifecycle Management Maturing

Two deprecations this week (Claude Opus 4.1, scheduled GPT-4.5 retirement on Jun 27) indicate accelerated model turnover cycles. Key implications:

  • 6-month average model lifespan for frontier releases
  • Developers must maintain migration paths for production systems
  • Deprecated models often replaced by superior successors (Opus 4.8, GPT-5 variants)

4. SDK Moderation APIs Becoming Standard

OpenAI’s moderation API additions follow Anthropic’s content safety tooling patterns. Both vendors now offer native SDK-level content filtering, reducing reliance on external moderation services. Expect Google to add similar endpoints in future SDK releases.

5. Agent Platform Features Converging

Google’s ReinforcementTuning support and Anthropic’s Managed Agents refinements indicate parallel development of agent orchestration capabilities:

  • Google: MCP support, live translation, reinforcement tuning
  • Anthropic: Managed Agents, Foundry integration
  • OpenAI: Agents SDK with handoffs and guardrails (from prior weeks)

The competitive battleground shifts from model performance to agent workflow tooling.

🔺 Scout Intel: What Others Missed

Confidence: High | Novelty Score: 35/100

While media coverage focuses on individual SDK updates and model releases, the structural signal this week is cloud platform diversification as a competitive moat. OpenAI’s AWS Marketplace integration isn’t merely a distribution channel — it’s a strategic countermove against Azure’s enterprise AI lock-in. Microsoft’s Azure OpenAI Service previously offered the only enterprise-ready OpenAI deployment path with compliance certifications. OpenAI’s AWS presence now gives enterprises a credible migration alternative, weakening Azure’s bargaining position.

Meanwhile, Google’s MCP support reveals a different strategy: ecosystem interoperability over platform exclusivity. Unlike OpenAI and Anthropic building proprietary agent orchestration layers, Google is betting on open standards (MCP) to make Gemini the default model for cross-vendor agent workflows. If MCP becomes ubiquitous, Google’s model-agnostic positioning could capture the orchestration layer that OpenAI and Anthropic are building vertically.

Key Implication: Enterprise buyers evaluating LLM vendors should prioritize cloud platform flexibility (OpenAI: Azure + AWS, Anthropic: API-only, Google: GCP + MCP interoperability) alongside model capabilities when planning multi-year deployments.

Previous Snapshots

Historical snapshots available at: /tech/ai-agents/data/?tracker=llm-product-release-weekly

Sources


Data collected from vendor changelogs and SDK release notes. Last updated: 2026-06-09 08:00 UTC. For corrections or additions, submit via GitHub issues.

LLM Product Release Weekly Tracker — Week of Jun 9, 2026

Weekly tracker: 14 entries across OpenAI, Anthropic, Google, Mistral. Key releases: Google MCP support, OpenAI AWS integration, Claude Opus 4.1 deprecation. WoW -30%.

AgentScout · · · 5 min read
#llm #product-release #weekly-tracker #openai #anthropic #google #mistral #enterprise-integration
Analyzing Data Nodes...
SIG_CONF:CALCULATING
Verified Sources

Data Overview

  • Snapshot Week: 2026-06-03 to 2026-06-09
  • Tracker: LLM Product Release Weekly (view all snapshots: /tech/ai-agents/data/?tracker=llm-product-release-weekly)
  • Update Frequency: Weekly
  • Primary Sources: OpenAI Changelog, Anthropic Changelog, Google AI Changelog, Mistral AI Changelog

Key Facts

  • Who: OpenAI (5 entries), Anthropic (4 entries), Google (4 entries), Mistral (2 entries), Cohere (0 entries)
  • What: 14 product releases tracked — SDK updates, platform features, deprecations, 1 new model
  • When: June 3-9, 2026
  • Impact: 5 high-impact releases including Google MCP support, OpenAI AWS integration, and Claude Opus 4.1 deprecation

Methodology

Data collected from vendor changelogs and GitHub SDK release notes via curl fetch. Cohere changelog returned 404; Mistral changelog partially accessible via client-rendered pages. Entries validated against official documentation where available. Impact scores assigned based on: Critical (enterprise/business model changes), High (new models or major features), Medium (SDK updates, API changes), Low (bug fixes, minor patches). Data as of 2026-06-09 08:00 UTC.

This Week’s Data

DateVendorProduct/FeatureCategoryImpact
2026-06-03OpenAIPython SDK 2.41.0 - Moderation APIsSDK UpdateMedium
2026-06-03GoogleGenAI SDK 2.8.0 - Agent Platform MCPFeature ReleaseHigh
2026-06-03GoogleTranscription Language CodeAPI UpdateLow
2026-06-03GoogleTranslationConfig for Live TranslationFeature ReleaseMedium
2026-06-02OpenAIAWS Marketplace IntegrationEnterprise FeatureHigh
2026-06-02OpenAIContainer Sessions Billing ChangePricing ChangeMedium
2026-06-01OpenAIPython SDK 2.40.0 - Amazon BedrockSDK UpdateHigh
2026-06-01OpenAIPython SDK 2.39.0 - Workload IdentitySDK UpdateMedium
2026-06-07AnthropicPython SDK 0.107.1 - Foundry Auth FixSDK UpdateLow
2026-06-06AnthropicPython SDK 0.107.0 - Managed Agents TypesSDK UpdateMedium
2026-06-05AnthropicClaude Opus 4.1 DeprecationDeprecationHigh
2026-06-05AnthropicPython SDK 0.106.0 - Foundry Client FixesSDK UpdateLow
2026-06-03MistralMistral Medium 3.5 (API Available)New ModelHigh
2026-06-03MistralMistral Small 2603 APIAPI UpdateMedium

Week-over-Week Summary

MetricThis WeekLast WeekWoW Change
Total entries1420-30%
High impact511-55%
New models12-50%
Deprecations21+100%
SDK updates76+17%
Enterprise features13-67%

Key Themes: Enterprise cloud integration, MCP ecosystem expansion, model lifecycle management, SDK moderation standardization, agent platform convergence.

Notable Changes:

  • Claude Opus 4.1 deprecated (Jun 5) — Anthropic consolidates model lineup post-Opus 4.8 release
  • OpenAI AWS Marketplace integration (Jun 2) — Enterprise deployment expands beyond Azure
  • Google Agent Platform MCP support (Jun 3) — Ecosystem interoperability commitment

Vendor Breakdown

OpenAI (5 entries)

OpenAI focused on SDK enhancements and enterprise expansion this week. Three key releases:

  1. AWS Marketplace Integration (Jun 2, High Impact): OpenAI frontier models and Codex now available on AWS Marketplace, enabling enterprises to deploy OpenAI models through existing AWS infrastructure. This marks OpenAI’s second major cloud platform after Azure, significantly expanding enterprise deployment flexibility.

  2. Amazon Bedrock SDK Support (Jun 1, High Impact): Python SDK 2.40.0 added direct Bedrock API key configuration, complementing the marketplace integration with native SDK support.

  3. Moderation APIs (Jun 3, Medium Impact): Python SDK 2.41.0 introduced responses.moderation and chat_completions.moderation endpoints, standardizing content safety checks within the SDK layer.

Additional releases: Workload identity in audit logs (SDK 2.39.0), Container sessions billing change (per-minute with 5-minute minimum).

Anthropic (4 entries)

Anthropic’s week centered on model lifecycle management and SDK refinements:

  1. Claude Opus 4.1 Deprecation (Jun 5, High Impact): Opus 4.1 marked deprecated in SDK, signaling Anthropic’s model lineup consolidation following the May 28 Opus 4.8 release. Developers should migrate to Opus 4.8 or Sonnet models.

  2. Managed Agents Types Update (Jun 6, Medium Impact): SDK 0.107.0 refined Managed Agents type definitions, suggesting ongoing development of Anthropic’s agent orchestration features.

  3. Foundry Client Fixes (Jun 5, Low Impact): SDK 0.106.0 addressed copy() and with_options() issues in Foundry client.

  4. Foundry Auth Fix (Jun 7, Low Impact): SDK 0.107.1 fixed x-api-key header handling for API-key authentication in Foundry.

Google (4 entries)

Google’s releases highlight Agent Platform development and MCP ecosystem alignment:

  1. Agent Platform MCP Support (Jun 3, High Impact): GenAI SDK 2.8.0 added Model Context Protocol (MCP) support for generate_content operations, enabling standardized agent-to-tool communication. This positions Google’s Agent Platform for cross-vendor interoperability with Anthropic’s Claude and other MCP-compliant systems.

  2. TranslationConfig for Live Translation (Jun 3, Medium Impact): New configuration object enabling real-time translation in multimodal agent workflows.

  3. Transcription Language Code (Jun 3, Low Impact): Added language code support for transcription APIs.

  4. ReinforcementTuning Support (Jun 3, Medium Impact): SDK support for reinforcement learning-based model tuning, expanding enterprise customization options.

Mistral (2 entries)

Mistral released one new frontier model this week:

  1. Mistral Medium 3.5 (Jun 3, High Impact): Frontier multimodal model mistral-medium-3-5 now available via API, optimized for agentic workflows and coding tasks. Introduces reasoning_effort parameter for controlling inference depth — a feature previously exclusive to OpenAI’s reasoning models.

  2. Mistral Small 2603 API (Jun 3, Medium Impact): mistral-small-2603 API available for production use.

Cohere (0 entries)

Cohere changelog returned 404 during collection. No verified releases tracked this week.

1. Enterprise Cloud Integration Accelerating

OpenAI’s dual releases — AWS Marketplace integration and Bedrock SDK support — signal aggressive enterprise cloud expansion. Enterprises can now deploy OpenAI models through AWS, Azure, or direct API, reducing vendor lock-in concerns. This contrasts with Anthropic’s cloud-agnostic API-first approach and positions OpenAI as the most flexible deployment option among frontier providers.

2. MCP Ecosystem Expansion

Google’s Agent Platform MCP support marks the third major vendor (after Anthropic and OpenAI’s Agents SDK) embracing the Model Context Protocol. MCP is becoming the de facto standard for agent-tool interoperability, enabling:

  • Unified tool interfaces across Claude, GPT, and Gemini agents
  • Reusable tool definitions without vendor-specific adapters
  • Cross-platform agent deployment with consistent tool access

3. Model Lifecycle Management Maturing

Two deprecations this week (Claude Opus 4.1, scheduled GPT-4.5 retirement on Jun 27) indicate accelerated model turnover cycles. Key implications:

  • 6-month average model lifespan for frontier releases
  • Developers must maintain migration paths for production systems
  • Deprecated models often replaced by superior successors (Opus 4.8, GPT-5 variants)

4. SDK Moderation APIs Becoming Standard

OpenAI’s moderation API additions follow Anthropic’s content safety tooling patterns. Both vendors now offer native SDK-level content filtering, reducing reliance on external moderation services. Expect Google to add similar endpoints in future SDK releases.

5. Agent Platform Features Converging

Google’s ReinforcementTuning support and Anthropic’s Managed Agents refinements indicate parallel development of agent orchestration capabilities:

  • Google: MCP support, live translation, reinforcement tuning
  • Anthropic: Managed Agents, Foundry integration
  • OpenAI: Agents SDK with handoffs and guardrails (from prior weeks)

The competitive battleground shifts from model performance to agent workflow tooling.

🔺 Scout Intel: What Others Missed

Confidence: High | Novelty Score: 35/100

While media coverage focuses on individual SDK updates and model releases, the structural signal this week is cloud platform diversification as a competitive moat. OpenAI’s AWS Marketplace integration isn’t merely a distribution channel — it’s a strategic countermove against Azure’s enterprise AI lock-in. Microsoft’s Azure OpenAI Service previously offered the only enterprise-ready OpenAI deployment path with compliance certifications. OpenAI’s AWS presence now gives enterprises a credible migration alternative, weakening Azure’s bargaining position.

Meanwhile, Google’s MCP support reveals a different strategy: ecosystem interoperability over platform exclusivity. Unlike OpenAI and Anthropic building proprietary agent orchestration layers, Google is betting on open standards (MCP) to make Gemini the default model for cross-vendor agent workflows. If MCP becomes ubiquitous, Google’s model-agnostic positioning could capture the orchestration layer that OpenAI and Anthropic are building vertically.

Key Implication: Enterprise buyers evaluating LLM vendors should prioritize cloud platform flexibility (OpenAI: Azure + AWS, Anthropic: API-only, Google: GCP + MCP interoperability) alongside model capabilities when planning multi-year deployments.

Previous Snapshots

Historical snapshots available at: /tech/ai-agents/data/?tracker=llm-product-release-weekly

Sources


Data collected from vendor changelogs and SDK release notes. Last updated: 2026-06-09 08:00 UTC. For corrections or additions, submit via GitHub issues.

q1pthmjx4xciik0yqdie8████ydbltofgk7m9vv4f9uidfc5sipmdnw6████l6xgva9uf6hm21y7jn6d3skpv465cg56████1qoa3d5ntjy0xorfkax546kxcyonw3evkm░░░83e2o6dsity251xhppml94g0a6tp9upr6░░░0l2zoc73la5cz3n1g85wjer38y72esu2░░░gxuvyv3egbrxc8991xs5n2sa7cg79lo░░░4wg5a5dgachfu41rquayjh8l9bqmo4b8░░░w5ynrk3m09n36494p8r11sxm8y2sef8al████4grctymjnms33027gat8j1n76v5phxow░░░f2fulpuqh0c1wwyywt2gn3f6m87sq8jgu░░░28f9z1jvhz7vlte3idl5z2gx7dnlp1ro░░░m1ygw6v2l2ot4u5e96qohrus655ghmkg░░░vruyfp0qwkxny2yydu9h77659l4p424f░░░1j3fshtixiucmeemyjo7zx1uc65bc7rb████67fw3tuy3ci2bjjn7dv8xykwu06gxfkk░░░3yldxtg1qaf01slig6np76i6vs0mal9e1m████1aoje3x93hnhk8brws4gz6r9m2i994vl████k1g5wyrr2eqy3h20yl3csdpb7wsaq7i5░░░wfgq1fy5x3whw937yagfx3elaln1gi░░░wcabvyzzskqy6lft24w039mynup4p8qvf████wftw60c3avfbiauh4g88j2q3hiotjk72████a4ucnr4ogbcnhzcp0ryehnkot1egxhqzr████mctxkk4f29t21wucngd53wodaghbt5r░░░a5xkdkx11dl7cv02qog1oqi51yz079g8████0r5a5ngslb9qxg1kf7sglubibukxmrtq████rk86f41urrf19czq7m2u0f5gprqba2aht████3kigsjsv46av3bae5uq8d8ogj8s95ztss░░░2ype485pcn2r6bbeg8vka81s8g29dl4gih████tg3mgdo2bbp8tup2u40z030soyq3fo44g░░░ffqeqcowetufn3zliu64aa024137i88ajz████jau69pea2q827aagpyhrfyxykx48wvbej████4slfka506gmuep1syn6h1ra84ifsooumt░░░botvt7r15noorqazvzp5whvxlrlyamwod████am2xb41z1h4knflsnj9g1inquhucg5ps████dedl3sjgna9y25dkft0m38517uo5m8t░░░2795o7fsxzzc5hylcndr8bt7tf6s5lcy████ityv607as7ktpipb7u0rhpewbb3qbel████vsndq32e0o5mu5ym6e7klhoohspff3hl░░░giaod67tlbwo9r7hxa91yie3fvi8qw3j████ddrpu6quz689jeuqvz4rzbulqostv9bh████pxfg5paazyvlaqxetverhme0pxscxap████3ab0qk1wnh3oqcjai3wmoqb6cimh3s4████fniij7iq7b8536qbe3j9ws9e1njeegkh6████6epos1sa4zfm6kk6hfey9m60450srv24b░░░igzn7isf0n74frlpwn5784dxif9uw0ls7████rxo2oshug0r1nt89rb0k02c0jrdyl2cpd░░░jyvhs2xjx3842ndolz7op6zcx2do7b74░░░k4fs7va43oj5ursxdautq96mtjv18bx████sa9mx5055vy5yh0jfyzpc0utlwhdx3k░░░3arvfem139j