Baseten Release Notes

Follow

45 release notes curated from 47 sources by the Releasebot Team. Last updated: Jul 16, 2026

Get this feed:
  • Jul 15, 2026
    • Date parsed from source:
      Jul 15, 2026
    • First seen by Releasebot:
      Jul 16, 2026
    Baseten logo

    Baseten

    Inkling available on Baseten

    Baseten adds Inkling to its Model APIs, bringing OpenAI-compatible access to Thinking Machines Lab’s open-weights multimodal model with text, image, and audio input support, plus dedicated deployments for larger workloads.

    You can start sending requests to Inkling today through our Model APIs by calling the OpenAI-compatible endpoint with your Baseten API key. For larger workloads, dedicated deployments are available.

    Inkling is Thinking Machines Lab's open-weights multimodal model, built for breadth: it accepts text, image, and audio inputs, the first model on our Model APIs with audio support.

    curl -X POST https://inference.baseten.co/v1/chat/completions \
    -H "Authorization: Bearer $BASETEN_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{
      "model": "thinkingmachines/inkling",
      "messages": [{
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": "Summarize what is said in this recording."
          },
          {
            "type": "audio_url",
            "audio_url": {
              "url": "https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav"
            }
          }
        ]
      }]
    }'
    

    For more information and to get started, see our docs.

    Original source
  • Jul 8, 2026
    • Date parsed from source:
      Jul 8, 2026
    • First seen by Releasebot:
      Jul 8, 2026
    Baseten logo

    Baseten

    Model API Deprecation (GLM 5.1, GLM 5, Kimi K2.5, Nemotron Super 120B)

    Baseten announces API deprecations for GLM 5.1, GLM 5, Kimi K2.5, and Nemotron Super 120B, with model IDs becoming inactive on July 24 at 5pm PT. Customers are directed to swap in recommended alternatives or contact Baseten for a dedicated deployment.

    Model API Deprecation (GLM 5.1, GLM 5, Kimi K2.5, Nemotron Super 120B)

    The GLM 5.1, GLM 5, Kimi K2.5, and Nemotron Super 120B APIs will be deprecated at 5pm PT July 24th.

    At that time the model IDs will become inactive and return an error for all requests. As open source models advance rapidly, we prioritize serving the highest quality models and deprecate models when stronger alternatives are available.

    We recommend the following models as alternatives, all of which offer superior intelligence for each specific use case. Just swap in the new Model ID(s) prior to the deprecation date.

    model alternatives

    If you’d like to continue using the previous weights, please contact us about a dedicated deployment of the model.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Baseten and hundreds of other software products.

    Create account
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Baseten logo

    Baseten

    Personal API key visibility for admins

    Baseten adds org admin API key visibility with member, team, and key type filters on the API keys page.

    Organization admins can now view every member's personal API keys on the API keys page, alongside team keys.

    A new Owner / Team column shows who each key belongs to, and you can filter the list by member, team, and key type.

    Org admin view

    For more information, see our docs.

    Original source
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Baseten logo

    Baseten

    Events on Metrics and Logs graphs

    Baseten adds platform event overlays to Metrics and Logs to help correlate spikes with deployments, autoscaling, and updates.

    Metrics overlay

    Metrics and Logs now overlay platform events on your graphs, so you can line up a latency spike or scaling change with what caused it. Deployments, promotions, autoscaling and instance-type changes, activations, replica terminations, and environment updates all appear as markers.

    In Metrics, turn on the Events toggle; on the Logs volume chart, markers always show.

    For more information, see our docs.

    Original source
  • Jul 1, 2026
    • Date parsed from source:
      Jul 1, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Baseten logo

    Baseten

    Try the new baseten CLI

    Baseten launches a new CLI for deploying, calling, logging, monitoring, and managing models with JSON and jq support.

    We're building one CLI for the whole Baseten model workflow: deploy from local, call your models, stream and filter logs, check metrics, and manage deployments, environments, and secrets, all with --output json and --jq for agents and scripting.

    To get started, use brew on macOS:

    Add and trust the tap

    brew tap basetenlabs/baseten
    brew trust basetenlabs/baseten
    

    Install the CLI

    brew install baseten
    

    Give feedback, file an issue, or PR at github.com/basetenlabs/baseten-cli.

    For more information, see our docs.

    Original source
  • Similar to Baseten with recent updates:

  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Baseten logo

    Baseten

    Connect coding agents to Baseten

    Baseten adds MCP server support for coding agents, letting users manage workspaces from their agent with tools to deploy and promote models, tune autoscaling, pull logs, and launch training jobs, with read-only and mutating actions clearly labeled.

    Connect your coding agent to the Baseten MCP server and install the Baseten skill to manage your workspace from your agent. Your agent can deploy and promote models, tune autoscaling, pull logs, and launch training jobs. Every tool is labeled read-only or mutating, so you control which calls change your account.

    Get started by sending this prompt to your agent:

    Install the Baseten agent toolkit following the instructions at github.com/basetenlabs/baseten-skills, all global (-g -y): the `baseten` skill, the backend MCP https://api.baseten.co/mcp with header "Authorization: Bearer $BASETEN_MCP_KEY", and the docs MCP https://docs.baseten.co/mcp. Run the commands in a shell where $BASETEN_MCP_KEY is set; don’t print the key. Then tell me how to verify and whether to restart.
    

    For more information, see our docs.

    Original source
  • Jun 29, 2026
    • Date parsed from source:
      Jun 29, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Baseten logo

    Baseten

    Configure scale-down rate

    Baseten adds a new autoscaling control that caps how aggressively replicas are removed when traffic drops. With max_scale_down_rate, teams can scale down gradually to keep more capacity warm or release idle replicas faster.

    You can now cap how aggressively the autoscaler removes replicas when traffic drops. Set max_scale_down_rate between 1% and 50% (default 50%) to limit the share of excess replicas removed at each scale-down step.

    Lower the rate to scale down more gradually and keep more replicas warm when traffic tends to rebound. Raise it toward 50% to release idle capacity faster.

    curl -X PATCH \
    https://api.baseten.co/v1/models/$MODEL_ID/deployments/production/autoscaling_settings \
    -H "Authorization: Api-Key $BASETEN_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{
    "max_scale_down_rate": 20
    }'
    

    For more information, see our docs.

    Original source
  • Jun 25, 2026
    • Date parsed from source:
      Jun 25, 2026
    • First seen by Releasebot:
      Jun 26, 2026
    Baseten logo

    Baseten

    Log downloads

    Baseten adds dashboard log exports for deployments with background jobs and CSV or JSON downloads.

    Download all of a deployment's logs for a chosen time range and filters straight from the dashboard. Baseten runs the export as a background job and returns a CSV or JSON file covering up to 7 days and 100,000 lines.

    For more information, see our docs.

    Original source
  • Jun 24, 2026
    • Date parsed from source:
      Jun 24, 2026
    • First seen by Releasebot:
      Jun 25, 2026
    Baseten logo

    Baseten

    Model Deprecation (DeepSeek v3.1, MiniMax m2.5)

    Baseten deprecates DeepSeek v3.1 and MiniMax M2.5 model APIs and recommends GLM 5.2 as the new alternative.

    The DeepSeek v3.1 and MiniMax M2.5 Model API(s) were deprecated at 5pm PT on June 24th.

    The model ID(s) are currently inactive and will return an error for all requests. We recommend GLM 5.2 as an alternative. GLM 5.2 offers very strong agentic coding and tool calling capabilities. Just swap in the new Model ID: zai-org/GLM-5.2

    If you’d like to continue using the previous weights, please contact us about a dedicated deployment of the model.

    Original source
  • Jun 22, 2026
    • Date parsed from source:
      Jun 22, 2026
    • First seen by Releasebot:
      Jun 23, 2026
    Baseten logo

    Baseten

    Filter and stream model logs from the CLI

    Baseten adds filter flags to truss model-logs for targeted log filtering and request tracing.

    truss model-logs now takes filter flags so you can pull exactly the logs you need. Scope the window with --since, --start, and --end, filter by --min-level or message text with --includes and --excludes, or trace a single inference with --request-id.

    truss model-logs --model-id abc123 --deployment-id def456 --since 1h --min-level error
    [2026-06-22 00:00:00]: (abc12) response failed to return
    

    The same logs, deployment metrics, and model listing are also available via the Management API, which is currently in beta.

    Requires Truss 0.18.11, for more information, see the CLI reference.

    Original source
  • Jun 16, 2026
    • Date parsed from source:
      Jun 16, 2026
    • First seen by Releasebot:
      Jun 17, 2026
    Baseten logo

    Baseten

    GLM 5.2 available on Baseten

    Baseten adds GLM 5.2 to its Model APIs, giving users OpenAI-compatible access to Z.ai’s flagship agentic engineering model for long-horizon coding tasks, with dedicated deployments available for larger workloads.

    You can start sending requests to GLM 5.2 today through our Model APIs by calling the OpenAI-compatible endpoint with your Baseten API key. For larger workloads, dedicated deployments are available.

    GLM-5.2 is Z.ai's flagship model for agentic engineering is built to perform well on long-horizon coding tasks. GLM-5.2 runs on the Baseten Inference Stack.

    curl -X POST https://inference.baseten.co/v1/chat/completions \
    -H "Authorization: Api-Key $BASETEN_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{
    "model": "zai-org/GLM-5.2",
    "messages": [{"role": "user", "content": "Refactor this function for readability"}]
    }'
    

    For more information and to get started, see our docs.

    Original source
  • Jun 16, 2026
    • Date parsed from source:
      Jun 16, 2026
    • First seen by Releasebot:
      Jun 17, 2026
    Baseten logo

    Baseten

    Kimi K2.7 Code available on Baseten

    Baseten adds Kimi K2.7 Code to its Model APIs, making Moonshot AI’s coding-focused model available through an OpenAI-compatible endpoint. It also offers dedicated deployments for larger workloads and highlights support for long-horizon engineering tasks with a 262K-token context window.

    You can start sending requests to Kimi-K2.7-Code today through our Model APIs by calling the OpenAI-compatible endpoint with your Baseten API key. For larger workloads, dedicated deployments are available.

    Kimi K2.7 Code is Moonshot AI's coding-focused model, built for long-horizon agentic engineering tasks with a 262K-token context window. Kimi-K2.7-Code runs on the Baseten Inference Stack.

    curl -X POST https://inference.baseten.co/v1/chat/completions \
    -H "Authorization: Api-Key $BASETEN_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{
      "model": "moonshotai/Kimi-K2.7-Code",
      "messages": [{
        "role": "user",
        "content": "Write a binary search in Rust"
      }]
    }'
    

    For more information and to get started, see our docs.

    Original source
  • Jun 12, 2026
    • Date parsed from source:
      Jun 12, 2026
    • First seen by Releasebot:
      Jun 17, 2026
    Baseten logo

    Baseten

    New sidebar navigation

    Baseten rolls out a new collapsible sidebar nav for Models, Chains, Model APIs, and Training to speed up navigation and debugging.

    We just rolled out a new sidebar nav across Models, Chains, Model APIs, and Training making it easier to navigate between resources, access environments and deployments, and quickly jump to actions like API Endpoints and Playground. It's also collapsible, so you can maximize screen space when you're viewing logs, metrics, or debugging.

    Check it out by signing in and navigation to a deployed model.

    Original source
  • Jun 11, 2026
    • Date parsed from source:
      Jun 11, 2026
    • First seen by Releasebot:
      Jun 11, 2026
    Baseten logo

    Baseten

    Container restart tracking

    Baseten adds a deployment metrics graph for model container restarts to help spot crashes, OOM kills, and failed health checks.

    Each deployment's metrics dashboard now includes a graph showing model container restarts over time. Spikes point to crashes in your model code, out-of-memory kills, or failed health checks.

    Total restarts

    For more information, see the metrics docs.

    Original source
  • Jun 10, 2026
    • Date parsed from source:
      Jun 10, 2026
    • First seen by Releasebot:
      Jun 10, 2026
    Baseten logo

    Baseten

    vLLM and SGLang metrics

    Baseten adds engine-native metrics for vLLM and SGLang models in Metrics, with export to external observability stacks.

    Baseten now surfaces engine-native metrics for models served with vLLM or SGLang directly in the Metrics tab.

    Baseten automatically detects the engine through your container's code /metrics endpoint, then graphs metrics such as tokens per second, time to first token, KV cache usage, and requests running or queued, no configuration or redeploy required.

    vLLM metrics

    You can also export these metrics to your own observability stack alongside Baseten's standard metrics.

    For more information, see our docs.

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.