baseten

baseten is a skill for Claude Code, Codex from basetenlabs/baseten-skills. It costs 59 tokens per session (3,141 once invoked), scanned A, original, MIT.

A connection to Baseten, a platform for deploying, running, and training machine-learning models.

In plain words
What is it for?
Deploy models, call hosted model APIs, run training jobs, and manage deployments, environments, secrets, and model workflows.
Why use it?
It lets the coding agent manage Baseten model work without switching between separate dashboards or API calls.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Deploy models, call hosted model APIs, run training jobs, and manage deployments, environments, secrets, and model workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/basetenlabs/baseten-skills/baseten
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add basetenlabs/baseten-skills --skill baseten
Clone the repo
git clone --depth 1 https://github.com/basetenlabs/baseten-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for baseten

README.md
[![agentmods](https://agentmods.dev/badge/skills/basetenlabs/baseten-skills/baseten/github.svg)](https://agentmods.dev/skills/basetenlabs/baseten-skills/baseten)
Your own site
<a href="https://agentmods.dev/skills/basetenlabs/baseten-skills/baseten"><img src="https://agentmods.dev/badge/skills/basetenlabs/baseten-skills/baseten/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for baseten

Your own site · 80×15
<a href="https://agentmods.dev/skills/basetenlabs/baseten-skills/baseten"><img src="https://agentmods.dev/badge/skills/basetenlabs/baseten-skills/baseten.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,141 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.03141
Opus 5 $0.00030 $0.01571
Sonnet 5 $0.00012 $0.00628
Haiku 4.5 $0.00006 $0.00314

Measured 10d ago against content hash 2cd2f5db82ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

baseten scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

rarely substitutes for exercising the endpoint yourself. A `curl` against the predict URL with a representative
skills/baseten/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Baseten Product Overview

Production AI inference platform - serve and scale open-source, custom, and fine-tuned models with the fastest runtimes, cross-cloud HA, and seamless developer workflows.

  • Dedicated Inference - deploy any model, performance-optimized + horizontally scaled. Authored as auto-wrapped Truss server, custom Docker server, or compound/orchestrated deployment via Chains.
  • Model APIs - pre-optimized hosted APIs for popular models. Path to graduate to dedicated.
  • Training - two paths: Truss Train (BYO container, any framework, full hardware control) and Loops (Tinker-compatible managed SDK for SFT + async RL; paired trainer + sampling server, live weight transfers, one-click checkpoint deploy). Multi-node, 1T+ params, 10TB+ datasets, H100/H200/B200. Remote access: SSH and VS Code/Cursor tunnels into containers.
  • Frontier Gateway - operate your own foundation model B2C.

Agent DX Toolkit

Component Provides Install
baseten MCP Interact with backend (~REST API, CRUD): models, deployments, training, environments, secrets, chains. API-key auth. npx add-mcp https://api.baseten.co/mcp -g -y --header "Authorization: Bearer ${BASETEN_MCP_KEY}"
baseten_docs MCP Semantic search + filesystem of docs.baseten.co. No auth. npx add-mcp https://docs.baseten.co/mcp -n "baseten_docs" -g -y
truss CLI Needed for model/chain push from local code, watch (= live patch). Needs truss login once. uv tool install truss (or pip install truss --upgrade; respect user package manager: uv, poetry...)
llms.txt baseten.co/llms.txt (product + blog), docs.baseten.co/llms.txt (docs). reachable via HTTP
This skill SKILL.md + references/*.md loaded on demand. npx skills add basetenlabs/baseten-skills -g -y

Setup

  • Any subset works, full install recommended.
  • Suggest additional installs when the current task benefits from or requires them; help user with installation, but elicit preferences first.
  • Ensure BASETEN_MCP_KEY is provided when installing Baseten MCP (user can create key at app.baseten.co/settings/api_keys). Caveat: an MCP instance binds to one org/workspace at install time; switching the bound workspace later is not supported. To work with multiple workspaces, install additional MCP instances under different names with different keys (see last bullet of this section).
  • Truss CLI only needed for making deployments (check truss --version); prior login (multi-workspace users must provide --remote <name>). Explore with truss [subcommand] --help.
  • Docs MCP missing → grep / fetch llms.txt.
  • Backend MCP is API-key-only (currently); OAuth-only harnesses can still use the other components.
  • If backend MCP server is needed for different orgs/workspaces, add multiple MCP instances with different names/keys or use env-var expansion in the agent's config file and set the env var to the respective workspace's key.

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 182 lines · 59 tokens per session scan A 2cd2f5db82ce

Subscribe to this mod's changes

baseten is a skill published in the GitHub repository basetenlabs/baseten-skills (11 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 3,141 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tensorrt-llm

High-throughput LLM inference on NVIDIA GPUs.

NousResearch/hermes-agent · 18 tokens

google-cloud-solution-guided-gke-ai-migration

Guides the migration of existing AI workloads (Cloud Run, Gemini API, Gemini Enterprise Agent Platform) to self-hosted GKE inference using gcloud and kubectl. Use when the user has an existing AI inference workload (on Cloud Run, the Gemini API, Gemini Enterprise Agent Platform, or a custom VM) and wants to move it to…

google/skills · 157 tokens

agent-platform-tuning

Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).

google/skills · 64 tokens

gke-inference

Deploys and optimizes AI/ML inference workloads on GKE, using GPUs, TPUs, and model servers. Use when deploying GKE inference servers, configuring GKE GPU resources for inference, or deploying LLMs on GKE. Don't use for generic batch jobs or HPC task queues (use gke-batch-hpc instead).

google/skills · 74 tokens

modal

Modal is a serverless cloud platform for running Python on demand, including on-demand GPUs. Use when deploying or serving AI/ML models, running GPU-accelerated workloads (training, fine-tuning, inference), serving web endpoints, scheduling batch jobs, or scaling Python code to cloud containers with the Modal SDK.

K-Dense-AI/scientific-agent-skills · 65 tokens

agent-platform-endpoint-management

Manages Agent Platform serving endpoints. Use when you need to create, list, describe, update, or delete serving endpoints for model deployment on Agent Platform. Also use when troubleshooting endpoint permission, quota, or resource busy errors. Don't use for deploying models to endpoints or for running model…

google/skills · 64 tokens