VFF - The signal in the noise
News

SageMaker adds OpenAI-compatible APIs for self-hosted inference

Read original
Share
SageMaker adds OpenAI-compatible APIs for self-hosted inference

Amazon SageMaker AI now supports OpenAI-compatible APIs for real-time inference endpoints, allowing developers to invoke models by simply changing the endpoint URL without custom clients or code rewrites. The feature exposes a /openai/v1 path that accepts Chat Completions requests and works with OpenAI SDK, LangChain, and Strands Agents. SageMaker routes requests based on endpoint name and supports time-limited bearer tokens, enabling multi-model hosting, agentic workflows on owned infrastructure, and deployment of fine-tuned models without application changes.

  • SageMaker AI endpoints now expose OpenAI-compatible /openai/v1 API paths that work with standard OpenAI clients and SDKs
  • Developers can invoke models by changing only the endpoint URL, eliminating need for custom SigV4 signing or client libraries
  • Bearer token authentication enables time-limited access and integration with LLM gateways and standard OpenAI tooling
  • Multi-model deployments via inference components allow hosting multiple models under a single interface with independent resource allocation

This move reduces friction for teams running inference on owned infrastructure by eliminating the need to maintain separate API clients or custom authentication wrappers. It enables broader adoption of SageMaker for agentic workflows and multi-model deployments by making the platform compatible with the de facto standard OpenAI API contract that most AI frameworks and tools already support.

For operators and founders, this lowers the operational burden of self-hosted inference by removing code rewrites and custom integrations when migrating from OpenAI to SageMaker. It also enables cost optimization and compliance benefits of running models on dedicated infrastructure while maintaining compatibility with existing applications and frameworks built around OpenAI APIs.

  • SageMaker becomes a more viable drop-in replacement for OpenAI API calls, reducing vendor lock-in and enabling cost arbitrage between cloud providers
  • Multi-model hosting on a single endpoint with independent resource allocation simplifies infrastructure management for teams running diverse model portfolios
  • Bearer token support enables secure, time-limited access patterns suitable for LLM gateways and multi-tenant applications without AWS credential management overhead
  • Agentic workflows can now run entirely on owned infrastructure using standard frameworks like LangChain and Strands Agents without custom adapters

Monitor adoption patterns among teams currently using LangChain and Strands Agents to see if this accelerates migration from OpenAI to self-hosted inference. Watch for ecosystem tooling around SageMaker OpenAI compatibility, including whether other LLM gateway projects and frameworks add native SageMaker support. Track pricing and performance comparisons between SageMaker and OpenAI API to understand when the economics favor self-hosting.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

NVIDIA Releases Nemotron 3.5 Lightning for Specialized Agent Tasks
TrendingNews

NVIDIA Releases Nemotron 3.5 Lightning for Specialized Agent Tasks

NVIDIA released Nemotron 3.5 Lightning, a 30-billion-parameter mixture-of-experts model designed for specialized tasks in multi-agent AI systems, alongside NeMo Switchyard, an open source routing library. The model delivers up to 4x faster output speed and 30% faster agentic task completion compared to competitors in its class. Both tools enable enterprises to deploy customized AI across local systems, edge devices, and cloud infrastructure without rewriting applications.

by Kari Briski· NVIDIA Blog (AI)
Meta Open-Sources 30B Agent Model, Signals Shift Back to Open Source
TrendingModel Release

Meta Open-Sources 30B Agent Model, Signals Shift Back to Open Source

Meta released Muse Glimmer, a 30-billion-parameter open-weight AI model licensed under Apache 2.0, designed to run autonomous agents on consumer hardware like high-end Macs and PCs. The release marks Meta's return to fully open source after shifting to proprietary models in April, and comes with fewer restrictions than Meta's previous Llama family. Meta also announced plans to open-source Muse Spark 1.2, its frontier model powering the recently launched Muse Code terminal agent.

by carl.franzen@venturebeat.com (Carl Franzen)· VentureBeat AI
AWS Embeds Security in Rival AI Models, Betting on Control Plane

AWS Embeds Security in Rival AI Models, Betting on Control Plane

AWS announced at Black Hat USA 2026 that its Continuum vulnerability platform will integrate directly into Anthropic's Claude Code and OpenAI's Codex, embedding AWS security tooling at the point where developers write code regardless of which AI model they use. The move positions AWS as a security control plane for enterprise software development and reflects an urgent industry response to frontier AI models like Claude Mythos Preview, which identified thousands of previously unknown zero-day vulnerabilities during testing. AWS also expanded its Security Hub Extended marketplace with a 10th category focused on supply chain protection, adding Chainguard and Socket as partners.

by michael.nunez@venturebeat.com (Michael Nuñez)· VentureBeat AI
Ford launches AI assistant for vehicle info in mobile app

Ford launches AI assistant for vehicle info in mobile app

Ford is launching an AI-powered chatbot assistant in its Ford and Lincoln mobile apps that can answer questions about vehicle capabilities, fuel levels, cargo capacity, and towing specifications. The assistant is linked to individual customer vehicles and can provide information relevant to specific makes and models. Ford plans to expand the tool to include a voice-powered version.

by Andrew J. Hawkins· The Verge AI