Skip to content

How Baseten’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score26/100

Agent-ready 53.7 × 0.30 = 16.11

API quality 8.6 × 0.20 = 1.72

Openness 25.7 × 0.20 = 5.14

Built-in AI 10.3 × 0.15 = 1.55

Automation 8.6 × 0.15 = 1.29

(16.11 + 1.72 + 5.14 + 1.55 + 1.29) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 25.80 ÷ 1.00 = 25.8

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready53.7/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://docs.baseten.co/llms.txtPROBE llms.txt: HTTP 200 at https://docs.baseten.co/llms.txt # Baseten - [Baseten overview](https://docs.baseten.co/overview.md): Run hosted models, deploy custom models, and train
  • [probe] https://docs.baseten.co/overview.mdPROBE docs-md: HTTP 200 at https://docs.baseten.co/overview.md > ## Documentation Index > Fetch the complete documentation index at: https://docs.baseten.co/llms.txt > Use this file t
  • [claimed-docs] https://docs.baseten.co/agent-setup.mdInstall the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
  • [probe] https://docs.baseten.co/agent-setupofficial MCP server documented at https://docs.baseten.co/agent-setup
  • [probe] https://docs.baseten.co/mcpPROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: message data: {"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"resources":{"listChanged":true}) — a live, publicly reachable MCP server.

Run the product headlessly / in CI for automationweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [github] https://github.com/basetenlabs/trussDeploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it.
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any case where the caller should not hold a connection open for minutes.
  • [claimed-docs] https://docs.baseten.co/overviewCall hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdx-ratelimit-remaining-requests: Reports how many requests remain before you reach the request rate limit.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdYou can also set a workspace budget and query usage by API key or model.
  • [claimed-docs] https://docs.baseten.co/overviewa `config.yaml` can define the model, hardware, and inference engine without custom serving code

Plug MCP servers into this product so it can use their toolsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://docs.baseten.co/agent-setup.mdInstall the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdConnect Claude Code, Codex CLI, or Pi with Baseten Switch.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdUse [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
  • [probe] https://docs.baseten.co/mcpPROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: message data: {"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"resources":{"listChanged":true}) — a live, publicly reachable MCP server.
  • [probe] https://docs.baseten.co/agent-setupofficial MCP server documented at https://docs.baseten.co/agent-setup

Connect an agent via an official MCP serverweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.baseten.co/agent-setup.mdInstall the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
  • [probe] https://docs.baseten.co/agent-setupofficial MCP server documented at https://docs.baseten.co/agent-setup
  • [probe] https://docs.baseten.co/mcpPROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: message data: {"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"resources":{"listChanged":true}) — a live, publicly reachable MCP server.

Use an official CLIweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [github] https://github.com/basetenlabs/trussDeploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it.
  • [claimed-docs] https://docs.baseten.co/training/index.mdDeploy any synced checkpoint with one CLI command
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdUse [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdConnect Claude Code, Codex CLI, or Pi with Baseten Switch.

Drive the product through a documented public APIweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.baseten.co/overviewThey support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
  • [claimed-docs] https://docs.baseten.co/overviewCall hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
  • [claimed-docs] https://docs.baseten.co/training/index.mdFine-tuning or running RL on a supported base model: Loops provisions a dedicated trainer and paired sampler, and each training step is an API call from a Python loop you write.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdModel APIs bill by token and enforce request and token rate limits. You can also set a workspace budget and query usage by API key or model.
  • [probe] https://inference.baseten.co/v1/modelsPROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header provided) — the OpenAI-style models endpoint is live and speaks JSON, but enumerating the catalog requires an API key.
  • [probe] https://docs.baseten.co/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/api/openapi.json, https://docs.baseten.co/.well-known/openapi.json)
  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdModel APIs bill by token and enforce request and token rate limits. You can also set a workspace budget and query usage by API key or model.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdTo monitor token and request consumption by API key or model, see Usage.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdYou can also set a workspace budget and query usage by API key or model.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdTo raise a Basic account's limits, request email verification. You can also use that form to move to Pro or Enterprise.

Build against official SDKsweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [github] https://github.com/basetenlabs/trussWrite once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and production.
  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [github] https://github.com/basetenlabs/trussTruss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT-LLM, `transformers`, `diffusers`, PyTorch, TensorFlow, and more.
  • [github] https://github.com/basetenlabs/trussDeploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it.
  • [claimed-docs] https://docs.baseten.co/overviewThey support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
  • [claimed-docs] https://docs.baseten.co/inference/structured-outputs.mdBecause Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_url` at Baseten
  • [claimed-docs] https://docs.baseten.co/overviewCall hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure

Subscribe to events via webhooksweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any case where the caller should not hold a connection open for minutes.
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling

Agent-ready = 112.8 ÷ 210 × 100 = 53.7

API quality8.6/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.baseten.co/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/api/openapi.json, https://docs.baseten.co/.well-known/openapi.json)
  • [claimed-docs] https://docs.baseten.co/inference/structured-outputs.mdStructured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text generation.
  • [claimed-docs] https://docs.baseten.co/inference/function-calling.mdFunction calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
  • [claimed-docs] https://docs.baseten.co/inference/streaming.mdReturn model output token by token as it is generated.

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.baseten.co/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/api/openapi.json, https://docs.baseten.co/.well-known/openapi.json)
  • [claimed-docs] https://docs.baseten.co/overviewThey support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
  • [claimed-docs] https://docs.baseten.co/overviewCall hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 4 (quality) × 0.6 (partial) = 2.4 of 10 max

  • [claimed-docs] https://docs.baseten.co/overviewThey also support stable environments for development, staging, and production.
  • [github] https://github.com/basetenlabs/trussWrite once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and production.

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [claimed-docs] https://docs.baseten.co/inference/model-apis/deprecation.mdMigrate to a dedicated deployment with the deprecated model weights. Contact us for assistance.
  • [probe] https://docs.baseten.co/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/api/openapi.json, https://docs.baseten.co/.well-known/openapi.json)

API quality = 6.0 ÷ 70 × 100 = 8.6

Openness25.7/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [claimed-docs] https://docs.baseten.co/training/index.mdYour Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job saves them, and deploys any checkpoint as a production endpoint.
  • [claimed-docs] https://docs.baseten.co/training/index.mdDeploy any synced checkpoint with one CLI command
  • [claimed-docs] https://docs.baseten.co/training/index.mdLoops provisions a dedicated trainer and paired sampler, and each training step is an API call from a Python loop you write.
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
  • [claimed-docs] https://docs.baseten.co/inference/structured-outputs.mdStructured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text generation.
  • [claimed-docs] https://docs.baseten.co/inference/function-calling.mdFunction calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/pricing-and-limits.mdYou can also set a workspace budget and query usage by API key or model.
  • [probe] https://docs.baseten.co/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/api/openapi.json, https://docs.baseten.co/.well-known/openapi.json)

Export all of my data in open formats and leaveweight 3

3 (weight) × 4 (quality) × 0.6 (partial) = 7.2 of 30 max

  • [github] https://github.com/basetenlabs/trussWrite once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and production.
  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [claimed-docs] https://docs.baseten.co/training/index.mdYour Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job saves them, and deploys any checkpoint as a production endpoint.
  • [claimed-docs] https://docs.baseten.co/training/index.mdDeploy any synced checkpoint with one CLI command
  • [claimed-docs] https://docs.baseten.co/concepts/howbasetenworks.mdBaseten provisions GPUs through MCM, runs your training container, and syncs checkpoints to storage as the job progresses.

Read the product's source under an open licenseweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [github] https://github.com/basetenlabs/trussWrite once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and production.
  • [github] https://github.com/basetenlabs/trussYou write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it. No Python code, no Dockerfile, no container management.
  • [github] https://github.com/basetenlabs/trussFast developer loop: Iterate with live reload, skip Docker and Kubernetes configuration, and use a batteries-included serving environment.
  • [github] https://github.com/basetenlabs/trussSupport for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss supports models created and served with any framework.
  • [github] https://github.com/basetenlabs/trussTruss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT-LLM, `transformers`, `diffusers`, PyTorch, TensorFlow, and more.
  • [github] https://github.com/basetenlabs/trussDeploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized container and deploys it.

Self-host the core productweight 3

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 18.0 ÷ 70 × 100 = 25.7

Built-in AI10.3/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://docs.baseten.co/agent-setup.mdInstall the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdConnect Claude Code, Codex CLI, or Pi with Baseten Switch.
  • [claimed-docs] https://docs.baseten.co/inference/model-apis/coding-agents.mdUse [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
  • [probe] https://docs.baseten.co/agent-setupofficial MCP server documented at https://docs.baseten.co/agent-setup
  • [probe] https://docs.baseten.co/mcpPROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: message data: {"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"resources":{"listChanged":true}) — a live, publicly reachable MCP server.

Operate the product with natural-language commandsweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.baseten.co/agent-setup.mdInstall the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
  • [probe] https://docs.baseten.co/agent-setupofficial MCP server documented at https://docs.baseten.co/agent-setup
  • [probe] https://docs.baseten.co/mcpPROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: message data: {"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"resources":{"listChanged":true}) — a live, publicly reachable MCP server.

Built-in AI = 7.2 ÷ 70 × 100 = 10.3

Automation8.6/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any case where the caller should not hold a connection open for minutes.
  • [claimed-docs] https://docs.baseten.co/inference/overview.mdAsync inference returns a request ID quickly and completes later through webhook or polling

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Schedule recurring jobs or workflowsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Version, review, and roll back my automationsweight 1

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Automation = 6.0 ÷ 70 × 100 = 8.6