Full-Time
Updated on 8/22/2026
Deploys and serves scalable AI models
$165k - $330k/yr
Montreal, QC, Canada + 3 more
More locations: Toronto, ON, Canada | San Francisco, CA, USA | New York, NY, USA
Hybrid
Hybrid work is required; specific on-site frequency is not stated.
See people who can refer or advise you
Baseten provides a machine learning infrastructure platform for deploying, serving, and scaling AI models in production. Its Inference Stack lets teams deploy custom or open-source models as scalable APIs with features like automatic scaling, resource and version management, and observability. It supports multi-cloud deployments (AWS, GCP, or a client’s own cloud) and includes Baseten Training for containerized training jobs and Baseten Model APIs for quick prototyping. Baseten aims to simplify the end-to-end lifecycle of AI models in production by handling deployment, scaling, and management, with tiered plans to fit different customer needs.
Company Size
201-500
Company Stage
Series F
Total Funding
$2.1B
Headquarters
San Francisco, California
Founded
2019
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
💰 Competitive compensation: We aim to provide 90th percentile (or better) salaries and equity grants for every team member commensurate with their experience.
🌎 Remote-first work environment: The Baseten team is welcome to work from wherever they want; fully remote, in our San Francisco office, or a mix of both. We provide a $1,000 stipend for you to make your home office comfortable and productive.
🏓 Regular in-person team summits: We get together as a team three times a year to plan, workshop, and most importantly, get to know each other better.
🌴 Unlimited PTO: We ask that everyone take at least 4 weeks of vacation. And we have a company-wide break between Christmas and New Year's Day.
🏥 Full healthcare coverage: Medical, dental and vision insurance for you and your family.
🍼 Paid parental leave: 16-weeks fully paid parental leave (adoptive and non-birth parents included) and flexibility with schedules while returning to work.
📈 401(k): Company-sponsored 401(k) for you to contribute to.
🧠: Learning and development budget: We encourage you to take classes, attend conferences, and invest in your craft and we’ll cover expenses to make it happen.
NVIDIA ships a router that outlasts the model beside it. Models & Agents A 30 billion parameter open model and an open source router ship the same day. The router is the release enterprises will find harder to replace. By Shashi Bellamkonda · August 11, 2026 faster output speed, Nemotron 3.5 Lightning vs. class peers (NVIDIA, 2026) lower cost on LangChain's Deep Agents tasks via NeMo Switchyard (LangChain, 2026) cost reduction on Ramp's SWE-Bench suite via NeMo Switchyard (Ramp, 2026) NVIDIA released a small open model and an open source router the same day. Ten partner companies published specific cost and latency numbers for the router, not the model. That router is the layer enterprises will find harder to replace. Thirty billion parameters is the small release this week. NVIDIA's more consequential move sits one layer up, in the software that decides which model touches each request before the model itself does any work. One model among several, by design. NVIDIA expanded its Nemotron 3 family on August 11 with Nemotron 3.5 Lightning, a 30-billion-parameter mixture-of-experts model built for the narrow, repeated tasks that always-on agents run all day (NVIDIA, 2026). The company frames it as one piece inside a system of models. A frontier reasoning model, Nemotron 3 Ultra or a comparable model such as GPT-5.6, plans and orchestrates a workflow, while Lightning executes specific steps inside it: code review, tool calls, security alert triage, billing questions (NVIDIA, 2026). Lightning delivers up to four times faster output and 30% faster agentic task completion than other models in its size class, by NVIDIA's own PinchBench results (NVIDIA, 2026). CrowdStrike is customizing it for cybersecurity workloads. Harvey is pairing it with its Trajectory product for legal research. CodeRabbit built a routing layer on top of it with Baseten for code review (NVIDIA, 2026). The model ships open. Enterprises can post-train it on their own data through NVIDIA NeMo and run it locally, on NVIDIA RTX workstations, NVIDIA DGX Spark systems, or edge devices they already own (NVIDIA, 2026). The router ships with its own adoption numbers. NeMo Switchyard is the second release from the same day: an open source library that routes each step of an agent workflow to whichever model handles it best, tuned for cost, latency, or quality depending on what an enterprise sets (NVIDIA, 2026). NVIDIA's internal benchmarks show it holding frontier-level accuracy while cutting task completion cost to close to a third of running Opus 4.8 alone (NVIDIA, 2026). NVIDIA's GitHub repository still marks Switchyard pre-alpha, a status sitting next to five partners already reporting production or near-production numbers. That gap between the label and the results is worth factoring into any deployment timeline. Several partners published their own numbers alongside the release: * Boomi hit 100% domain-routing accuracy across five routing tests, sent 59% of traffic to a fine-tuned model running five times faster, and cut later-turn latency by 21% (Boomi, 2026). * LangChain cut cost 74% across 145 multi-turn Deep Agents tasks by sending only 7% of calls to a frontier model, at a 6% accuracy tradeoff (LangChain, 2026). * Ramp matched frontier model performance on its SWE-Bench suite while cutting cost 58% and runtime 33% (Ramp, 2026). * Cognition folded a staged router into Devin Desktop, holding near-frontier performance on FrontierCode Main while cutting mean cost 28% (Cognition, 2026). * Classmethod reported an early 27% cost reduction running opencode and Fireworks workloads through the router (Classmethod, 2026). Every figure above comes from a named company running production or near-production workloads. A router is harder to rip out than a model. Kong is shipping Switchyard natively inside Kong AI Gateway. LiteLLM is adding it as a plugin to its proxy layer, the piece that sits between an application and every model call it makes. LangChain built its own routing benchmark on top of it. Swapping a model checkpoint changes an API endpoint and a few configuration lines. Swapping a routing library means re-tuning the cost, latency, and quality tradeoffs across every agent workflow built on top of it, then reworking whatever gateway or proxy the enterprise wired it into. Swapping a model checkpoint changes an endpoint. Swapping a routing library means re-tuning cost and latency across every workflow built on top of it. Ramp, Cognition, and Boomi adopted more than a model this week. They adopted the layer that decides which model runs next, every time, for every agent they operate. That is a genuine efficiency win today, and a routing dependency an enterprise will carry longer than the model that shipped alongside it. Nemotron 3.5 Lightning is the visible release. NeMo Switchyard, shipped the same day, is the piece still running inside enterprise gateways after this model gets replaced. What happens next. Does NeMo Switchyard's routing logic stay open enough that an enterprise can swap NVIDIA's default algorithm without losing the Kong and LiteLLM integrations already built around it? Does the router's default configuration route evenly among competing frontier models over time, or does cost tuning start to favor Nemotron placements as usage scales? Boomi and Ramp published exact percentages this week. Do the next round of adopters match those numbers with the same specificity, or do vaguer results start showing up in six months? CIO/CTO Viability Question NeMo Switchyard is open source, but once it is wired into a gateway or proxy layer, who actually decides which model handles each agent request, and what would it cost to change that decision in twelve months? Boomi. "Why Open Model Routing Matters." Boomi Blog, 2026, boomi.com. Classmethod. "NVIDIA NeMo Switchyard, First Touch." Classmethod Developers Blog, 2026, classmethod.jp. Cognition. "FrontierCode Main." Cognition Blog, 2026, cognition.com. LangChain. "Switchyard Agent Routing Benchmark." LangChain Blog, 2026, langchain.com. NVIDIA. "NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Deliver Faster, Smarter, More Efficient Agentic AI." NVIDIA Blog, 11 Aug. 2026, blogs.nvidia.com. Ramp. "Ramp SWE-Bench." Ramp Labs, 2026, labs.ramp.com. About Shashi Bellamkonda Shashi Bellamkonda is a Principal Research Director at Info-Tech Research Group, where he covers marketing technology, artificial intelligence platforms, customer experience, and collaboration tools. He is an Entrepreneur in Residence at Stony Brook Univerisity's College of Business. He was an Adjunct Professor at Georgetown University for over 14 years, host of the Talking Headless Show on LinkedIn Live, and brings more than 25 years of technology marketing experience to his research and advisory work. Disclaimer: This blog reflects my personal views only. Content does not represent the views of my employer, Info-Tech Research Group. AI tools may have been used for brevity, structure, or research support. Please independently verify any information before relying on it.
Bolna Open Source: build vs. Buy for voice AI in 2026. Dhiraj · 7 August 2026 · Updated 7 August 2026 Founder of Bolti, writing about voice AI for Indian businesses. Bolti, a voice AI platform for phone agents, provides production-grade telephony infrastructure starting with a ₹6/min pay-as-you-go pricing model and 50 free minutes. If you are exploring "bolna open source" frameworks to build, deploy, or customize conversational voice bots, you need to understand how open-source LLMs translate to real-time phone calls. While open-source frameworks give you code-level control, running a voice pipeline in production requires solving critical latency and telephony challenges. This guide explains how to evaluate open-source voice architectures, when to build with open-source frameworks, and how to use open-weights models like DeepSeek and Llama 4 inside a managed, low-latency environment. What is the architecture of a bolna open source voice agent? An open-source voice agent must orchestrate three distinct pipelines with sub-second latency to feel like a natural human conversation. To build a voice agent using open-source tools, your architecture must continuously run this loop: * Speech-to-Text (STT): Transcribes the caller's incoming audio stream. * Large Language Model (LLM): Processes the transcript, maintains conversation state, and generates the next text response. * Text-to-Speech (TTS): Synthesizes the generated text response back into an audio stream. In a fully self-hosted or open-source stack, you have to manually configure, host, and optimize each component. If your LLM takes more than 1.5 seconds to respond, the caller will experience awkward silences and likely hang up. The voice pipeline components. To achieve natural conversation, your open-source setup needs more than just basic transcription and synthesis. You must integrate: * Voice Activity Detection (VAD): To instantly detect when the caller starts and stops speaking. * Turn Detection: To decide exactly when it is the agent's turn to speak. * Interruption Handling: To immediately stop the agent's audio stream the moment the caller speaks mid-sentence. * Telephony Noise Cancellation: To strip out background noise and line static before the audio hits your STT model. How do you run open source LLMs for voice? Running open-weights models for voice requires highly optimized inference engines because voice is completely unforgiving of latency delays. While closed APIs are easy to plug in, open-weights models on dedicated infrastructure can be 5-10x cheaper at scale. They also keep your prompts off general APIs and allow you to use domain-specific fine-tunes. Instead of managing complex GPU clusters, vLLM instances, and cold starts yourself, Bolti lets you run open-source LLMs as first-class providers via its integration with Baseten. This gives you the cost and data-control benefits of open source without the infrastructure overhead. Supported open-source models. You can select these production-ready open-weights models directly from your agent settings: * DeepSeek-V3.1 (671B MoE): Excellent for strong reasoning, complex tool-calling, and multilingual conversations. This is often the best balance of quality and cost for voice. * Llama-4-Maverick-17B (128E MoE): Optimized for ultra-low latency conversational agents. It has a very long context window (1M tokens) and excellent instruction-following capabilities. * Qwen3-235B-A22B: The highest-quality open model in the suite, best used when complex reasoning capability is more important than raw speed. By leveraging Baseten's infrastructure through Bolti, you get sub-second cold starts, speculative decoding, and FP8 weight optimizations out of the box. You only pay for active GPU time, meaning your agents scale to zero during off-hours. Build vs. Buy: Should you self-host your voice stack? Deciding whether to build your entire stack with open-source libraries or use a managed platform depends on your engineering bandwidth and scale. Here is a direct comparison of self-hosting an open-source voice agent versus using Bolti's managed infrastructure: | Feature / Requirement | Self-Hosted Open Source Stack | Managed Platform (Bolti) | | Inference Latency | High setup effort to optimize TTFT under 150ms | Sub-second turn-taking built-in | | Interruption Handling | Requires complex custom websockets & audio buffering | Native, real-time interruption handling | | Telephony Integration | Manual SIP trunking and WebRTC configurations | BYOC (Twilio, Exotel, Plivo) or native numbers | | Scaling | Must manage autoscaling GPU clusters | Unlimited concurrent calls per agent | | Pricing | High upfront infrastructure & engineering cost | ₹6/minute pay-as-you-go | If you have a dedicated DevOps team capable of tuning low-level WebSockets, optimizing CUDA kernels, and managing SIP trunks, building on a raw open-source framework is viable. For teams that want to focus on business logic, prompts, and integrations, a managed platform is significantly faster to deploy. How to implement open source models in your business workflows. Once you have selected your model, you can deploy it across various business workflows. For example, you can use these open-source models to run automated HR screening funnels. With Bolti, you can build an HR screening agent that uses open-weights models to call candidates, conduct initial interviews, and parse resumes. Here is how you set up a workflow using an open-weights model: * Create a Role: Define the job description and custom questions in your dashboard. * Configure your Agent: Select your preferred open-source model (like Llama 4 or DeepSeek) and link your system prompt using template variables like {{candidate_name}} and {{jd_text}}. * Upload Candidates: Upload resumes to automatically parse details and initiate outbound calls. * Review Results: View structured call transcripts and analysis generated by your open-source model. Set up your first open source voice agent. Deploying open-weights models for real-time voice calls does not require managing complex GPU pipelines or writing low-level websocket code. With Bolti, you can configure a production-ready agent running DeepSeek or Llama 4 in under 10 minutes. Sign up today to get 50 free minutes of call time, or scale your production calling infrastructure with its transparent pricing plans starting at just ₹6/minute. Frequently asked questions. Does Bolti support open-source LLMs? What is the pricing for running open-source models on Bolti? Can I bring my own SIP trunk when using open-source models? How does Bolti handle interruptions with open-source models?
Hugging Face integrates Baseten as serverless inference provider. Hugging Face has announced the integration of Baseten as a serverless inference provider, offering enhanced deployment and scaling capabilities for machine learning models directly within the Hugging Face ecosystem. Published August 5, 2026 The landscape of machine learning model deployment is continually evolving, with a strong emphasis on efficiency, scalability, and ease of use. In a significant move to address these demands, Hugging Face has recently integrated Baseten as a serverless inference provider. This collaboration aims to streamline the process for developers and organizations to deploy and manage their machine learning models, fostering a more accessible and performant environment for AI innovation. Seamless deployment and management. One of the primary benefits of this integration is the simplified deployment workflow for machine learning models. Users can now leverage Baseten's infrastructure directly through Hugging Face, enabling them to deploy models without the complexities of managing underlying servers or infrastructure. This serverless approach abstracts away the operational overhead, allowing developers to focus more on model development and less on deployment mechanics. The process involves selecting Baseten as an inference endpoint, after which the platform handles the packaging, containerization, and provisioning of resources required to run the model at scale. Dynamic scaling and cost efficiency. Baseten's serverless architecture is designed to provide automatic and dynamic scaling capabilities. This means that deployed models can efficiently handle varying levels of traffic, scaling up during peak demand and scaling down to zero when not in use. This elasticity is crucial for cost optimization, as users only pay for the compute resources consumed during active inference. For businesses and individual developers, this translates into significant cost savings compared to maintaining always-on infrastructure, particularly for models with fluctuating usage patterns. The integration allows for more efficient resource allocation, ensuring that models are both performant and economical. Enhanced model accessibility and performance. The partnership between Hugging Face and Baseten also contributes to improving the overall accessibility and performance of machine learning models. By offering Baseten as a deployment option, Hugging Face extends its ecosystem with a robust, high-performance inference solution. This allows for faster response times and lower latency for model predictions, which is critical for real-time applications and user experiences. Developers can take advantage of Baseten's optimized inference stack, which is built to deliver efficient computation, especially for large and complex models, thereby bringing high-quality AI capabilities closer to end-users. Broader implications for the ML community. This strategic integration has broader implications for the machine learning community. It underscores a growing trend towards specialized and integrated platforms that aim to simplify the entire ML lifecycle, from development to deployment. For developers, it means more choices and greater flexibility in how they bring their models to production. For businesses, it opens up opportunities to implement AI solutions more quickly and cost-effectively. This collaboration also highlights the importance of interoperability within the AI ecosystem, as different platforms and services work together to create a more cohesive and powerful environment for innovation. Why it matters. The integration of Baseten as a serverless inference provider on Hugging Face represents a significant advancement in democratizing access to powerful machine learning deployment tools. It simplifies the operational burden, optimizes resource utilization through dynamic scaling, and enhances model performance, ultimately accelerating the adoption and application of AI across various industries. This move reinforces Hugging Face's commitment to building a comprehensive and user-friendly platform for the global AI community.
Baseten 加入 Hugging Face 推理提供者陣容. 2026年8月6日 00:00 我們很高興宣佈,Baseten 現已成為 Hugging Face Hub 支援的推理提供者之一!Baseten 的加入擴展了 Hub 模型頁面上的無伺服器推理服務,並與我們的 JS 和 Python 客戶端 SDK 無縫整合,讓使用者能更輕鬆地透過偏好的提供者使用多種模型. Back to Articles Baseten on Hugging Face Inference Providers | Published August 6, 2026 Update on GitHub Upvote 1 Alex Ker alexker-baseten Follow baseten Roland Crosby rolandcrosby-baseten Follow baseten Sid Shanker squidarth Follow baseten Johan johan-baseten Follow baseten Célina Hanouti celinah Follow Simon Brandeis sbrandeis Follow Lucain Pouget Wauplin Follow merve merve Follow Spaxe is thrilled to share that Baseten is now a supported Inference Provider on the Hugging Face Hub! Baseten joins its growing ecosystem, enhancing the breadth and capabilities of serverless inference directly on the Hub's model pages. Inference Providers are also seamlessly integrated into its client SDKs (for both JS and Python), making it super easy to use a wide variety of models with your preferred providers.Baseten is an AI infrastructure platform that covers serverless AI, training and more. With a catalog of many frontier models, Baseten makes it easy for developers to integrate a wide range of AI capabilities into their applications with minimal setup.Baseten supports a broad spectrum of model types - from LLMs to text-to-speech and more. As part of this initial integration, Baseten is launching support for conversational and text-generation tasks on Hugging Face, enabling access to popular open-weight LLMs such as Kimi K3, latest DeepSeek V4 Flash, GLM-5.2, and many more.Support for additional tasks will roll out soon! See the full list of models supported by Baseten here.Follow Baseten on Hugging Face: https://huggingface.co/baseten.How it works In the website UI In your user account settings, you are able to: Set your own API keys for the providers you've signed up with. If no custom key is set, your requests will be routed through HF.Order providers by preference.This applies to the widget and code snippets in the model pages. As mentioned, there are two modes when calling Inference Providers: Custom key (calls go directly to the inference provider, using your own API key of the corresponding inference provider) Routed by HF (in that case, you don't need a token from the provider, and the charges are applied directly to your HF account rather than the provider's account) Model pages showcase third-party inference providers (the ones that are compatible with the current model, sorted by user preference) From the client SDKs Baseten is available through the Hugging Face SDKs - huggingface_hub (>= 1. 26.1) for Python and @huggingface/inference for JavaScript.The following examples show how to use the latest DeepSeek V4 Flash through Baseten.Use a Hugging Face token to authenticate - the request will be routed to Baseten automatically. From your favorite Agent Harness Hugging Face Inference Providers are integrated in most Agent Harnesses - including Pi, OpenCode, Hermes Agents, OpenClaw, and more.This means you can plug baseten-hosted models straight into your favorite tools without any extra glue code. Browse the full list of integrations here.from Python import os from openai import OpenAI client = OpenAI( base_url="https://router.huggingface.co/v1", api_key=os.environ["HF_TOKEN"],) completion = client.chat.completions. create( model="deepseek-ai/DeepSeek-V4-Flash-0731:baseten", messages=[ {"role": "user", "content": "Write a Python function that returns the nth Fibonacci number using memoization."}],) print(completion.choices[0]. message) from JS import {OpenAI} from "openai"; const client = new OpenAI({ baseURL: "https://router.huggingface.co/v1", apiKey: process.env.HF_TOKEN,}); const chatCompletion = await client.chat.completions. create({ model: "deepseek-ai/DeepSeek-V4-Flash-0731:baseten", messages: [{ role: "user", content: "Write a Python function that returns the nth Fibonacci number using memoization.",},],}); console.log(chatCompletion.choices[0].message); Billing For direct requests, i.e. when you use the key from an inference provider, you are billed by the corresponding provider.For instance, if you use a baseten API key you're billed on your baseten account.For routed requests, i.e.when you authenticate via the Hugging Face Hub, you'll only pay the standard provider API rates. There's no additional markup from Spaxe; Spaxe just pass through the provider costs directly.(In the future, Spaxe may establish revenue-sharing agreements with its provider partners.) Important Note!!! PRO users get $2 worth of Inference credits every month.You can use them across providers. Subscribe to the Hugging Face PRO plan to get access to Inference credits, ZeroGPU, Spaces Dev Mode, 20x higher limits, and more.Spaxe also provide free inference with a small quota for its signed-in free users, but please upgrade to PRO if you can! co/spaces/huggingface/HuggingDiscussions/discussions/49 Models mentioned in this article 3 Spaces mentioned in this article 1 More Articles from its Blog llmsinference-providersdeepinfra DeepInfra on Hugging Face Inference Providers | +4 14 April 29, 2026 llmsinference-providersscaleway Scaleway on Hugging Face Inference Providers | +5 24 September 19, 2025 Community EditPreview Upload images, audio, and videos by dragging in the text input, pasting, or clicking here. Tap or paste here to upload images Comment · Sign up or log in to comment Upvote 1 Models mentioned in this article 3 Spaces mentioned in this article 1
Baseten has secured $300 million in Series E funding at a $5 billion post-money valuation. The round was co-led by Institutional Venture Partners and CapitalG, Google's growth fund, with Nvidia participating. The AI inference platform, founded in 2021, helps companies deploy and serve machine learning models at scale through its Baseten Cloud service. The company addresses key deployment challenges including latency, cost, and scalability. The valuation represents significant growth from $825 million roughly a year earlier and more than doubles from $2.15 billion in late 2025. Before this round, Baseten had raised approximately $225 million, including a $75 million Series C in early 2025 and a $150 million Series D. Nvidia's participation signals growing collaboration between hardware manufacturers and inference infrastructure providers. The investment reflects broader market momentum as venture capital increasingly focuses on AI deployment infrastructure rather than foundation models alone.