Skip to content

AI Inference Providers Arena

Fireworks AI vs Baseten

Fireworks AI wins · 1315 (20 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round drawn
    Fireworks AIfullprobed9/10

    Direct probe evidence confirms llms.txt is live at https://docs.fireworks.ai/llms.txt (HTTP 200) with a documentation index, and per-page .md endpoints (e.g. introduction.md) explicitly point agents back to the llms.txt index, making the docs agent-consumable by design. Missing for 10: no independent third-party report of an agent successfully using this to complete a task end-to-end.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.fireworks.ai/llms.txt # Fireworks AI Docs - [Build with Fireworks AI](https://docs.fireworks.ai/ge…
    • [probe] PROBE docs-md: HTTP 200 at https://docs.fireworks.ai/getting-started/introduction.md > ## Documentation Index > Fetch the complete documenta…
    Basetenfullprobed9/10

    Baseten hosts a verified llms.txt (HTTP 200, indexing docs) and an agent-setup page directing agents to install skills/MCP servers to search the docs, confirmed live via a working MCP endpoint. missing for 10: independent third-party confirmation of an agent successfully using llms.txt end-to-end beyond Baseten's own probes.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.baseten.co/llms.txt # Baseten - [Baseten overview](https://docs.baseten.co/overview.md): Run hoste…
    • [probe] PROBE docs-md: HTTP 200 at https://docs.baseten.co/overview.md > ## Documentation Index > Fetch the complete documentation index at: https:/…
    • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
    • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
    • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round drawn
    Fireworks AIfullprobed7/10

    Fireworks is API-first (OpenAI-compatible REST endpoint) and ships a CLI (firectl) for scripted deployment/fine-tuning plus async batch-inference for high-volume automated jobs, all of which are naturally usable headlessly in CI pipelines. A live probe confirms the API endpoint is reachable and speaks JSON, requiring just an API key for auth (standard for CI use). Missing for 10: explicit CI/CD pipeline examples (e.g., GitHub Actions integration) and documented non-interactive auth/service-account flows for automated environments.

    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
    • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
    • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
    • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
    • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
    Basetenfullclaimed7/10

    Baseten provides a CLI (truss push, Baseten CLI/Switch), config.yaml-driven deployment, OpenAI-compatible REST APIs with async/webhook/polling support, and API-key-based auth/rate limiting, all of which support scripted, non-interactive CI/automation workflows. missing for 10: explicit CI/CD pipeline examples (e.g. GitHub Actions integration), independent hands-on confirmation of headless CLI use in automation, and documented non-interactive auth flow for CI secrets.

    • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
    • [github] Deploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that speci…
    • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
    • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any …
    • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
    • [claimed-docs] x-ratelimit-remaining-requests: Reports how many requests remain before you reach the request rate limit.
    • [claimed-docs] You can also set a workspace budget and query usage by API key or model.
    • [claimed-docs] a `config.yaml` can define the model, hardware, and inference engine without custom serving code
  3. ai-native userPlug MCP servers into this product so it can use their tools

    weight 3 · round drawn
    Fireworks AInone0/10

    The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

      Basetennone0/10

      Baseten's evidence only shows it exposing its own MCP server so external coding agents (Claude Code, Codex, Pi) can call Baseten's workspace tools — the reverse relationship. There is no evidence that Baseten itself can consume/plug in third-party MCP servers to gain access to their tools during inference or agent workflows.

      • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
      • [claimed-docs] Connect Claude Code, Codex CLI, or Pi with Baseten Switch.
      • [claimed-docs] Use [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
      • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…
      • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
    • ai-native userConnect an agent via an official MCP server

      weight 3 · round to Baseten
      Fireworks AInone0/10

      Fireworks AI is an inference/hosting platform with API compatibility, tool-calling, and fine-tuning features, but no evidence anywhere in the pack of an official MCP server for connecting agents. Absence of evidence for this applicable capability means 'none'.

        Basetenfullprobed8/10

        Baseten documents and hosts an official MCP server (docs.baseten.co/agent-setup, docs.baseten.co/mcp) that lets coding agents manage the Baseten workspace and search docs, and a live probe confirms the endpoint responds to MCP initialize with valid JSON-RPC capabilities. missing for 10: independent/community hands-on validation of the MCP server beyond the vendor's own probe, and more detail on the full tool surface exposed.

        • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
        • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
        • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…
      • ai-native userUse an official CLI

        weight 2 · round to Baseten
        Fireworks AIpartialclaimed4/10

        Evidence shows an official CLI (`firectl`) used for deployment commands like creating LoRA deployments, confirming Fireworks ships a CLI. However, the evidence pack lacks any dedicated documentation, install guide, or broader command reference showing its scope for AI-native/agentic workflows beyond one example command. missing for 10: install/setup docs, full command reference, independent hands-on usage confirming agentic/automation use cases.

        • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
        Basetenfullclaimed7/10

        Baseten ships official CLIs: Truss (`uvx truss push` to build/deploy models from a config.yaml, per baseten-gh-2/6) and Baseten Switch (a CLI referenced at /reference/cli/baseten-switch for routing coding-agent traffic, baseten-docs-34), plus one-command checkpoint deployment (baseten-docs-29). missing for 10: independent/hands-on verification of CLI behavior, and a full CLI reference/command list beyond scattered doc mentions.

        • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
        • [github] Deploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that speci…
        • [claimed-docs] Deploy any synced checkpoint with one CLI command
        • [claimed-docs] Use [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
        • [claimed-docs] Connect Claude Code, Codex CLI, or Pi with Baseten Switch.
      • ai-native userDrive the product through a documented public API

        weight 3 · round to Fireworks AI
        Fireworks AIfullprobed9/10

        Fireworks exposes an OpenAI-compatible REST API (chat completions, tool calling, structured outputs, embeddings, batch inference) documented extensively, with a live public endpoint confirmed by probe (api.fireworks.ai returning proper JSON auth errors) and a public status page. missing for 10: no publicly hosted OpenAPI/swagger spec was found (404s on standard paths), slightly reducing machine-readability of the API contract.

        • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
        • [claimed-docs] Force model output to conform to a JSON schema
        • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
        • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
        • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
        Basetenfullprobed8/10

        Baseten exposes an OpenAI/Anthropic-compatible inference API (docs-21, docs-30), a documented CLI/Truss deployment workflow, training APIs (docs-32, docs-36), and usage/rate-limit endpoints, all backed by extensive public docs and a live, probe-verified /v1/models endpoint and MCP server. Missing for 10: a discoverable OpenAPI/swagger spec (probe-3 shows 404s across candidate paths) and independent third-party API usage reports beyond community anecdotes.

        • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
        • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
        • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
        • [claimed-docs] Fine-tuning or running RL on a supported base model: Loops provisions a dedicated trainer and paired sampler, and each training step is an A…
        • [claimed-docs] Model 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] PROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header prov…
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/…
        • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
      • ai-native userIssue scoped/least-privilege API credentials for an agent

        weight 2 · round drawn
        Fireworks AInone0/10

        No evidence in the pack of scoped/least-privilege API key management (e.g., role-based keys, permission scoping, per-agent credential issuance) — only general auth requirements are mentioned (401 without a key). Missing for 10: docs on creating scoped/restricted API keys, role-based access control, per-agent credential issuance, and any permission-granularity settings.

        • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
        Basetennone0/10

        Baseten documents API keys, usage monitoring by API key, and workspace budgets, but no evidence describes scoped/least-privilege credential issuance (e.g., role-based permissions, restricted-scope keys, or per-agent credential minting). Monitoring usage by key is not the same as issuing scoped credentials.

        • [claimed-docs] Model 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] To monitor token and request consumption by API key or model, see Usage.
        • [claimed-docs] You can also set a workspace budget and query usage by API key or model.
        • [claimed-docs] To raise a Basic account's limits, request email verification. You can also use that form to move to Pro or Enterprise.
      • ai-native userBuild against official SDKs

        weight 2 · round to Baseten
        Fireworks AIpartialclaimed5/10

        Fireworks documents an OpenAI-compatible API and CLI (firectl) that let developers reuse existing OpenAI SDKs and tooling, but no evidence in the pack names a dedicated first-party Fireworks Python/JS SDK, its GitHub repo, or client library documentation. missing for 10: explicit official Fireworks SDK docs/repo, language coverage (Python/JS/Go), and independent developer confirmation of SDK usage.

        • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
        • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
        • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
        Basetenfullclaimed7/10

        Baseten ships the official open-source Truss SDK/CLI for packaging and deploying models (github.com/basetenlabs/truss) and also exposes OpenAI-compatible and Anthropic Messages-compatible endpoints so developers can use those official client SDKs (and LangChain) directly against Baseten (baseten-docs-21, baseten-docs-33, baseten-gh-1/2/5/6). This gives AI-native users multiple first-party and compatible SDK paths for building agentic workflows. Missing for 10: a dedicated first-party 'Baseten Python client' distinct from Truss, and independent/hands-on corroboration of SDK reliability beyond docs and repo README.

        • [github] Write once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and product…
        • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
        • [github] Truss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT…
        • [github] Deploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that speci…
        • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
        • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…
        • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
      • ai-native userSubscribe to events via webhooks

        weight 2 · round to Baseten
        Fireworks AInone0/10

        No evidence anywhere in the pack of a webhook subscription mechanism or event notification system for Fireworks AI; the docs focus on inference, fine-tuning, and deployment APIs with no mention of webhooks or event-driven callbacks.

          Basetenpartialclaimed4/10

          Docs mention that async inference results can be delivered via webhook callback, showing Baseten supports webhook-based notification for job completion, but there is no dedicated webhook subscription system (event types, signing, retry, subscription management) described anywhere in the evidence. Missing for 10: a general event-subscription/webhook API or docs page (event catalog, signature verification, delivery guarantees), coverage beyond async-inference completion notifications, and any independent confirmation of webhook reliability.

          • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
          • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any …
          • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling

        Agentic features

        1. ai-native userSet up automations that run autonomously in the background

          weight 2 · round drawn
          Fireworks AInone0/10

          The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

            Basetennone0/10

            Baseten's evidence covers async inference (deferred single requests via webhook/polling), model deployment, and training, but there is no evidence of scheduling, triggers, or autonomous multi-step automations running in the background — async inference is single-request deferral, not an automation/workflow engine.

            • ai-native userDelegate tasks to a built-in AI assistant inside the product

              weight 3 · round to Fireworks AI
              Fireworks AIpartialclaimed3/10

              Fireworks' dashboard offers a guided flow where a user 'describes the task, reviews the plan and cost, approves the run' for fine-tuning — a narrow assistant-like feature — but there's no evidence of a general-purpose in-product AI assistant that can be delegated broader tasks across the platform. Missing for 10: evidence of a persistent conversational/agentic assistant embedded in the console, scope beyond fine-tuning setup, and independent corroboration of its capabilities.

              • [claimed-docs] Get a guided path. Describe the task, review the plan and cost, approve the run, and get a trained model.
              Basetennone0/10

              Baseten's evidence shows MCP servers and a Baseten 'skill' that let external coding agents (Claude Code, Codex, etc.) manage a Baseten workspace — this is the reverse of a built-in in-product assistant; nothing in the evidence describes a first-party AI assistant living inside the Baseten UI/dashboard that a user can delegate platform tasks to.

              • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
              • [claimed-docs] Connect Claude Code, Codex CLI, or Pi with Baseten Switch.
              • [claimed-docs] Use [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
              • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
              • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…
            • ai-native userOperate the product with natural-language commands

              weight 2 · round to Baseten
              Fireworks AIpartialclaimed3/10

              The only evidence of natural-language operation is a single marketing line about a 'guided path' where you 'describe the task' to kick off fine-tuning — the rest of the product (inference API, deployments, benchmarking, CLI) is operated via code/API/CLI, not NL commands. Missing for 10: documentation of an NL-driven interface for core inference/deployment tasks, any chat-based control plane, or independent corroboration that the 'describe the task' feature works as an agentic NL interface.

              • [claimed-docs] Get a guided path. Describe the task, review the plan and cost, approve the run, and get a trained model.
              Basetenpartialprobed6/10

              Baseten ships an official skill and MCP server so a coding agent can 'manage your Baseten workspace and search these docs' via natural language, and a probe confirms a live, reachable MCP endpoint responding to JSON-RPC calls — this is genuine natural-language operability of the product through an agent intermediary. However the docs give only a high-level description of what workspace actions are exposed, with no detailed command catalog or independent hands-on verification of breadth/reliability. Missing for 10: a documented list of specific natural-language-operable actions (deploy, scale, monitor, etc.), and independent/hands-on evidence confirming the MCP tools work reliably end-to-end.

              • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
              • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
              • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…

            Api quality

            1. ai-native userExplore an interactive API reference with runnable examples

              weight 2 · round drawn
              Fireworks AInone0/10

              The evidence pack shows extensive text docs and a reference to an api-reference path, but no evidence of an interactive, runnable-example API reference (e.g., embedded code sandbox, live API console); in fact the OpenAPI/swagger probe returned 404 on all candidate paths, indicating no discoverable interactive spec. Missing for 10: an interactive API explorer, runnable code snippets, or a live OpenAPI/Swagger UI.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
              • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
              • [probe] PROBE llms.txt: HTTP 200 at https://docs.fireworks.ai/llms.txt # Fireworks AI Docs - [Build with Fireworks AI](https://docs.fireworks.ai/ge…
              Basetennone0/10

              Evidence shows extensive prose documentation (structured outputs, function calling, streaming, pricing) but no interactive API reference or runnable-example playground; a direct probe for an OpenAPI/Swagger spec (which typically powers interactive references) returned 404 on all candidate paths.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/…
              • [claimed-docs] Structured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text gene…
              • [claimed-docs] Function calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
              • [claimed-docs] Return model output token by token as it is generated.
            2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

              weight 2 · round drawn
              Fireworks AInone0/10

              Direct probes for OpenAPI/swagger spec files at all standard paths returned 404, and no docs page or evidence pack entry links to a downloadable machine-readable API spec; the API is described as 'OpenAI-compatible' but no explicit OpenAPI/Swagger artifact is provided.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
              Basetennone0/10

              A direct probe for a machine-readable API spec (openapi.json, swagger.json, and related paths) returned 404 on all candidates, and no docs page claims to publish an OpenAPI/Swagger spec — only that the API is OpenAI/Anthropic-compatible in shape, which is not the same as Baseten publishing its own downloadable spec.

              • [probe] PROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/…
              • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
              • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
            3. ai-native userTest against a sandbox environment without touching production data

              weight 1 · round to Baseten
              Fireworks AInone0/10

              No evidence of a sandbox/test environment, staging API keys, or any mechanism to test without touching production data/billing; documentation focuses on production inference, fine-tuning, and deployment features only.

                Basetenpartialclaimed4/10

                Docs mention that deployments 'support stable environments for development, staging, and production' (baseten-docs-20) and that Truss models 'behave the same in development and production' (baseten-gh-1), implying separate non-prod environments exist. However there is no detailed documentation of how sandbox/staging is isolated from production data, no guidance on seeding test data, and no independent confirmation of this workflow. Missing for 10: explicit sandbox/staging setup guide, data-isolation guarantees, and hands-on/community corroboration of safe non-prod testing.

                • [claimed-docs] They also support stable environments for development, staging, and production.
                • [github] Write once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and product…
              • ai-native userRely on versioned APIs with a documented deprecation policy

                weight 2 · round to Baseten
                Fireworks AInone0/10

                No evidence of a versioned API scheme or documented deprecation policy; docs mention OpenAI-compatible API and drop-in replacement but nothing about version numbers, changelogs, or sunset/deprecation timelines. The OpenAPI spec probe even 404'd on all candidate paths, suggesting limited API-versioning documentation. Missing for 10: explicit API versioning scheme, published deprecation/sunset policy, changelog of breaking changes.

                • [probe] PROBE openapi: all candidate paths 404 (https://docs.fireworks.ai/openapi.json, https://docs.fireworks.ai/swagger.json, https://docs.firewor…
                • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                Basetenpartialprobed3/10

                Baseten documents a deprecation policy for Model APIs, instructing users to migrate to dedicated deployments when weights are deprecated (baseten-docs-12), showing some commitment to managing API lifecycle. However, there is no evidence of explicit API versioning (e.g., version numbers, changelogs) and probes for an OpenAPI/swagger spec returned 404s, suggesting no formal versioned API contract is published. Missing for 10: explicit API version scheme, published changelog, machine-readable API spec, and independent confirmation of deprecation timelines.

                • [claimed-docs] Migrate to a dedicated deployment with the deprecated model weights. Contact us for assistance.
                • [probe] PROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/…

              Automation depth — how much of the product can run unattendedAutomation depth

              How much of the product can run unattended

              1. ai-native userPerform bulk operations across many items at once

                weight 2 · round to Fireworks AI
                Fireworks AIfullclaimed7/10

                Fireworks explicitly supports batch inference for processing large volumes of requests asynchronously at discounted rates, which directly enables bulk operations across many items (e.g., bulk generation, classification, embeddings). This is documented as a first-party feature with clear pricing/mechanics, though evidence lacks hands-on validation of batch job semantics (job status, size limits, error handling) or independent corroboration. missing for 10: hands-on/independent verification of batch job workflow, documented size/rate limits, and error-handling behavior for large batch jobs.

                • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
                Basetenpartialclaimed5/10

                Baseten's async inference is explicitly described as suited to 'batch work, long documents' where a request ID is returned and completion happens later via webhook or polling, which supports processing many items without holding open connections. However, there is no documented batch/bulk API endpoint for submitting many items in a single call, nor bulk management operations (e.g., bulk model/deployment updates) across the platform. Missing for 10: explicit multi-item batch submission API, bulk resource management (models/deployments/keys) in one operation, and independent evidence of throughput at scale for bulk workloads.

                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any …
                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling

              Batch async — stories about batch async in this arenaBatch async

              Stories about batch async in this arena

              Batch

              1. ml-engineerSubmit asynchronous batch inference jobs at a documented discount versus real-time pricing

                weight 2 · round to Fireworks AI
                Fireworks AIfullclaimed8/10

                Fireworks documents a dedicated Batch Inference API that processes requests asynchronously at a documented 50% discount off serverless per-token pricing, directly matching the story. Missing for 10: independent/hands-on confirmation of actual batch job submission and discount realization, and no SLA/turnaround details beyond the discount claim.

                • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
                Basetenpartialclaimed4/10

                Baseten documents asynchronous inference (request ID returned quickly, completion via webhook/polling) explicitly for batch work and long documents, so the submission mechanism is real. However, the only documented pricing discount is for KV-cached input tokens, not for async/batch requests specifically — there is no evidence of a documented discount rate for async vs real-time inference pricing. missing for 10: a documented async/batch discount rate or pricing tier distinct from real-time pricing, first-party pricing page showing the discount percentage.

                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any …
                • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling
                • [claimed-docs] Cached input tokens are prompt tokens served from the KV cache at a discounted rate. Caching is automatic and requires no request flags.
                • [claimed-docs] Model 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.

              Dedicated capacity — stories about dedicated capacity in this arenaDedicated capacity

              Stories about dedicated capacity in this arena

              Dedicated

              1. ml-engineerDeploy a model on dedicated GPU capacity with autoscaling so my traffic is isolated from the shared serverless pool

                weight 2 · round to Fireworks AI
                Fireworks AIfullclaimed8/10

                Fireworks explicitly documents on-demand deployments giving dedicated GPUs isolated from shared serverless traffic, with autoscaling configuration including scale-to-zero and minimum replica settings. Missing for 10: independent hands-on validation of autoscaling behavior under load and explicit SLA/isolation guarantees beyond docs claims (one community comment concerns fine-tuning cost, not dedicated-capacity autoscaling).

                • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless
                • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
                • [claimed-docs] Scale to zero when idle to minimize costs
                • [claimed-docs] Set to 0 for scale-to-zero
                Basetenpartialclaimed5/10

                Baseten clearly supports deploying models on dedicated GPUs/dedicated infrastructure (baseten-docs-2, baseten-docs-17, baseten-docs-30) with production-stable environments (baseten-docs-20) and resilient multi-cluster deployment (baseten-docs-15), which is distinct from the shared Model APIs pool (baseten-docs-1). However, no evidence explicitly describes autoscaling behavior for these dedicated deployments (scale-to-zero, concurrency-based scaling, etc.), so the isolation-plus-autoscaling combination is only partially substantiated. Missing for 10: explicit autoscaling documentation for dedicated deployments, and independent/hands-on confirmation of traffic isolation from the shared pool.

                • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated GPUs.
                • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated infrastructure.
                • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
                • [claimed-docs] They also support stable environments for development, staging, and production.
                • [claimed-docs] Deployments run active-active across clusters and clouds. If a region or provider loses capacity, MCM reroutes and reprovisions workloads.
                • [claimed-docs] Use Model APIs to call supported language models without deploying them.

              Fine tune serving — stories about fine tune serving in this arenaFine tune serving

              Stories about fine tune serving in this arena

              Fine tune

              1. ml-engineerFine-tune a supported base model on my own data and serve the result on the same platform

                weight 2 · round drawn
                Fireworks AIfullclaimed8/10

                Fireworks documents a complete fine-tune-and-serve loop on one platform: SFT/RFT training up to 1T+ params, same API/data format as inference, and LoRA deployment via live-merge or multi-LoRA with a single firectl command, producing a model that serves identically to a natively trained one. Missing for 10: independent/hands-on confirmation of end-to-end fine-tune→serve quality and reliability beyond vendor docs (the only community evidence found addresses cost, not functionality).

                • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters.
                • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters. Start training in minutes, deploy immediat…
                • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
                • [claimed-docs] Multi-LoRA: Base model is deployed with addon support; LoRA adapters are loaded dynamically at request time
                • [claimed-docs] Fireworks supports two deployment methods for LoRA trained models: live merge and multi-LoRA.
                • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                Basetenfullclaimed8/10

                Baseten documents Training Jobs/Loops for fine-tuning supported base models (Axolotl/TRL/custom loops), automatic checkpoint syncing, and one-CLI-command deployment of any synced checkpoint to production inference on the same platform, matching the story end-to-end. missing for 10: independent/hands-on third-party confirmation of the fine-tune-to-serve workflow (community evidence only covers unrelated Chains/embedding topics) and explicit list of which base models are 'supported' for fine-tuning.

                • [claimed-docs] Fine-tune with Loops or run your own training code with Training Jobs.
                • [claimed-docs] Baseten trains models on managed GPUs and deploys the resulting checkpoints to production inference on the same platform.
                • [claimed-docs] Baseten provisions GPUs through MCM, runs your training container, and syncs checkpoints to storage as the job progresses.
                • [claimed-docs] Your Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job sa…
                • [claimed-docs] Deploy any synced checkpoint with one CLI command
                • [claimed-docs] Fine-tuning or running RL on a supported base model: Loops provisions a dedicated trainer and paired sampler, and each training step is an A…
                • [claimed-docs] Loops provisions a dedicated trainer and paired sampler, and each training step is an API call from a Python loop you write.
              2. ml-engineerUpload and serve my own custom model weights or LoRA adapters

                weight 2 · round to Fireworks AI
                Fireworks AIfullclaimed9/10

                Fireworks docs explicitly cover uploading custom models from Hugging Face/S3/Azure Blob, plus deploying LoRA adapters via live-merge or multi-LoRA with a single firectl command. This directly matches the ml-engineer story of uploading and serving custom weights/adapters. Missing for 10: independent hands-on verification of the upload/serve workflow beyond vendor docs.

                • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
                • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
                • [claimed-docs] Multi-LoRA: Base model is deployed with addon support; LoRA adapters are loaded dynamically at request time
                • [claimed-docs] Fireworks supports two deployment methods for LoRA trained models: live merge and multi-LoRA.
                • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
                • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                Basetenfullclaimed8/10

                Baseten documents deploying custom/fine-tuned/open-source models via Truss (config.yaml + weights, supports transformers/diffusers/vLLM/etc.), and its Training product syncs LoRA/checkpoint artifacts that can be deployed as production endpoints with one CLI command, directly covering custom weights and LoRA adapter serving. Missing for 10: explicit LoRA-adapter-specific hot-swapping/multi-adapter serving docs and independent hands-on confirmation beyond vendor docs/GitHub README.

                • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated GPUs.
                • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated infrastructure.
                • [github] Write once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and product…
                • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
                • [github] Support for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss su…
                • [claimed-docs] Your Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job sa…
                • [claimed-docs] Deploy any synced checkpoint with one CLI command
                • [claimed-docs] Baseten trains models on managed GPUs and deploys the resulting checkpoints to production inference on the same platform.

              Model catalog — stories about model catalog in this arenaModel catalog

              Stories about model catalog in this arena

              Catalog

              1. ml-engineerGet newly released open-weight models on the platform quickly after their public release

                weight 2 · round to Fireworks AI
                Fireworks AIpartialclaimed5/10

                Marketing copy claims 'instant access to the most popular OSS models' and 'run the latest open models with a single line of code' plus '100+ supported models', implying rapid onboarding of new open-weight releases, but there is no concrete evidence (e.g., specific model, release-to-availability timeline, changelog) demonstrating actual speed of adding new models after public release. missing for 10: concrete turnaround-time examples/announcements for specific new open-weight model releases, independent confirmation of day-0/near-day-0 availability, and any changelog or blog evidence of catalog update cadence.

                • [claimed-docs] Get instant access to the most popular OSS models, optimized for cost, speed, and quality.
                • [claimed-docs] Run the latest open models with a single line of code
                • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                Basetennone0/10

                The evidence describes Baseten's general capabilities (Model APIs, Truss deployment, training) but contains no claims or evidence about how quickly newly released open-weight models are added to the hosted Model APIs catalog after their public release. Missing for 10: any documentation or track record on model-catalog update cadence, day-1 support claims, or examples of specific new model releases being onboarded quickly.

                • developerRely on a documented deprecation policy with advance notice before a hosted model is removed

                  weight 1 · round to Baseten
                  Fireworks AInone0/10

                  No evidence in the pack references a deprecation policy, model retirement notice period, or sunset process for hosted models; docs cover inference, fine-tuning, deployment, and pricing but nothing about model lifecycle/retirement communication.

                    Basetenpartialclaimed4/10

                    Baseten has a dedicated deprecation docs page instructing users to migrate to a dedicated deployment with deprecated model weights, showing some documented deprecation handling exists, but the evidence pack shows no explicit advance-notice period, timeline, or notification process. Missing for 10: concrete advance-notice window/SLA, notification channel details, and independent confirmation that notice is actually given before removal.

                    • [claimed-docs] Migrate to a dedicated deployment with the deprecated model weights. Contact us for assistance.
                  • ai-native userHave an agent enumerate the live model catalog programmatically via a documented GET /v1/models-style endpoint

                    weight 2 · round to Baseten
                    Fireworks AIfullprobed7/10

                    A live probe confirms `GET https://api.fireworks.ai/inference/v1/models` is a real, JSON-speaking, OpenAI-style endpoint (401 without a key, meaning it works with one), consistent with Fireworks' documented OpenAI-compatible API surface. Missing for 10: an explicit first-party docs page specifically describing the /v1/models listing endpoint and its response schema, and an authenticated hands-on confirmation showing the actual model list output.

                    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                    Basetenfullprobed8/10

                    A live probe confirms the OpenAI-style GET /v1/models endpoint exists at https://inference.baseten.co/v1/models and returns proper JSON auth-error responses when unauthenticated, consistent with Baseten's documented OpenAI-compatible Chat Completions API (baseten-docs-21, baseten-docs-30). This lets an agent enumerate the model catalog programmatically once authenticated. Missing for 10: explicit first-party documentation of the /v1/models endpoint's response schema/fields and an authenticated hands-on example showing the returned catalog contents.

                    • [probe] PROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header prov…
                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
                    • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
                  • developerChoose among a broad catalog of current open-weight model families (Llama, Qwen, DeepSeek, GPT-OSS and peers) on shared serverless endpoints

                    weight 3 · round to Fireworks AI
                    Fireworks AIfullprobed8/10

                    Docs confirm serverless access to 100+ open-source models across modalities via OpenAI-compatible APIs, with 'instant access to the most popular OSS models' and single-line-of-code deployment; the catalog explicitly spans text/vision/audio/image/embeddings. Specific families like Llama/Qwen/DeepSeek/GPT-OSS aren't individually enumerated in this evidence pack, and the model catalog itself wasn't independently enumerable (API requires a key). Missing for 10: explicit per-family model list confirmation, independent enumeration of catalog contents.

                    • [claimed-docs] Get instant access to the most popular OSS models, optimized for cost, speed, and quality.
                    • [claimed-docs] Run the latest open models with a single line of code
                    • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                    Basetenpartialprobed4/10

                    Baseten's docs confirm a serverless 'Model APIs' offering for calling supported language models without deploying them, with OpenAI/Anthropic-compatible endpoints, implying a hosted catalog exists — but no evidence enumerates specific open-weight families like Llama, Qwen, DeepSeek, or GPT-OSS, and the live models endpoint requires an API key to inspect. missing for 10: explicit list of supported model families, breadth/currency of catalog, independent confirmation of specific models available on shared serverless endpoints.

                    • [claimed-docs] Use Model APIs to call supported language models without deploying them.
                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
                    • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header prov…

                  Multimodal — stories about multimodal in this arenaMultimodal

                  Stories about multimodal in this arena

                  Modalities

                  1. developerGenerate embeddings (and rerank results) for retrieval pipelines without a second vendor

                    weight 1 · round to Fireworks AI
                    Fireworks AIfullclaimed7/10

                    Fireworks docs explicitly state support for 'embeddings & reranking in search & context retrieval' and list embeddings among its 100+ supported model types, all via the same OpenAI-compatible API used for other inference, letting a developer avoid a second vendor for retrieval pipelines. Missing for 10: no dedicated embeddings/rerank API reference or usage example, no independent/hands-on confirmation of rerank model quality or throughput.

                    • [claimed-docs] Use embeddings & reranking in search & context retrieval
                    • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.

                    Baseten's general-purpose model deployment (Truss, custom model hosting, transformers/diffusers/vLLM support) can host embedding or reranking models on dedicated infrastructure, and a community report confirms real-world 'Baseten.co embedding workloads' being run on the platform. However, there is no first-party documentation of a dedicated embeddings or rerank API/product page, no mention of specific embedding model catalog entries, or built-in reranking features analogous to competitors' turnkey embedding endpoints. missing for 10: dedicated embeddings/rerank API docs, named embedding/rerank models in the catalog, first-party guidance on building RAG retrieval pipelines end-to-end.

                    • [community] Developer notes that with Baseten.co embedding workloads, the client (not server) becomes the bottleneck due to Python's GIL, prompting them…
                    • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated GPUs.
                    • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated infrastructure.
                    • [github] Support for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss su…
                    • [github] Truss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT…
                  2. developerCall vision, audio, or image-generation models beyond text chat on the same platform

                    weight 1 · round to Fireworks AI
                    Fireworks AIfullclaimed8/10

                    Docs explicitly list 100+ supported models across text, vision, audio, image, and embeddings, with vision models specifically noted for analyzing images/documents, all on the same OpenAI-compatible API. Missing for 10: no independent/hands-on corroboration of image-generation or audio model usage, and no concrete API examples for non-text modalities beyond the feature list.

                    • [claimed-docs] 100+ Supported Models - Text, vision, audio, image, and embeddings
                    • [claimed-docs] Vision Models - Analyze images and documents
                    • [claimed-docs] Use embeddings & reranking in search & context retrieval
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    Basetenpartialclaimed5/10

                    Baseten's Truss framework explicitly supports 'diffusers' (used for image-generation models) and any open-source framework, and the platform lets you deploy 'open-source, fine-tuned, or custom' models on dedicated GPUs, implying vision/audio/image models can be hosted alongside text. However, the hosted 'Model APIs' product is explicitly scoped to 'supported language models' (baseten-docs-1), and no evidence names specific vision, audio, or image-generation models or endpoints being offered as first-class hosted APIs — multimodal support relies on self-deploying via Truss rather than a turnkey catalog like text chat models get. missing for 10: explicit vision/audio/image-generation model catalog or API examples, first-party documentation naming specific multimodal models supported out-of-the-box.

                    • [claimed-docs] Use Model APIs to call supported language models without deploying them.
                    • [claimed-docs] Deploy an open-source, fine-tuned, or custom model on dedicated infrastructure.
                    • [github] Support for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss su…
                    • [github] Truss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT…
                    • [claimed-docs] Use a Python model class or a custom Docker server when you need custom preprocessing, postprocessing, dependencies, or server behavior.

                  Openai compat — stories about openai compat in this arenaOpenai compat

                  Stories about openai compat in this arena

                  Compat

                  1. ai-native userPlug the provider into coding agents and agent frameworks through documented, first-party integration guides

                    weight 2 · round to Baseten
                    Fireworks AIpartialclaimed4/10

                    Fireworks documents an OpenAI-compatible API, tool/function calling, and structured outputs, which implicitly supports plugging into agent frameworks that use the OpenAI SDK, but there is no first-party guide explicitly targeting coding agents or agent frameworks (e.g., LangChain, AutoGen, Cursor, Continue) in the evidence. missing for 10: dedicated integration guides for named coding agents/agent frameworks, tutorials showing agent setup with Fireworks endpoints, and community corroboration of such integrations.

                    • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
                    • [claimed-docs] A drop-in replacement for closed-model APIs. Route to the best open or closed model for every task, and cut your AI coding spend 50 to 75%.
                    • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    Basetenfullprobed9/10

                    Baseten has dedicated first-party docs for connecting coding agents (Claude Code, Codex CLI, Pi) via Baseten Switch, plus a documented MCP server/skill for agent workspace management, and OpenAI/Anthropic-compatible endpoints enabling framework integrations like LangChain. This is corroborated by a live probe confirming the MCP endpoint responds correctly. Missing for 10: independent hands-on validation of the coding-agent connection flow beyond docs/probes.

                    • [claimed-docs] To point a coding agent at Model APIs, see [Coding agents](/inference/model-apis/coding-agents).
                    • [claimed-docs] Install the Baseten skill and MCP servers so your coding agent can manage your Baseten workspace and search these docs.
                    • [claimed-docs] Switch can also install Pi's direct Baseten provider, compare Baseten spend with estimated costs from Anthropic or OpenAI, and route request…
                    • [claimed-docs] Connect Claude Code, Codex CLI, or Pi with Baseten Switch.
                    • [claimed-docs] Use [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
                    • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…
                    • [probe] official MCP server documented at https://docs.baseten.co/agent-setup
                    • [probe] PROBE mcp-endpoint (2026-09-04): POST initialize to https://docs.baseten.co/mcp answered HTTP 200 with a JSON-RPC/MCP response (event: messa…
                  2. ai-native userHave an agent switch to or away from this provider mid-workflow because it speaks the standard chat-completions API without provider-specific code changes

                    weight 3 · round drawn
                    Fireworks AIfullprobed8/10

                    Fireworks explicitly documents itself as a drop-in replacement using the OpenAI-compatible chat-completions API (docs-1,11,15,27,36), and a live probe confirms the OpenAI-style /v1/models endpoint is functioning at api.fireworks.ai (probe-rt-1), supporting seamless mid-workflow provider swaps without code changes. Missing for 10: independent hands-on agent-switching test (e.g. LangChain/agent framework confirming no code changes needed) and a public OpenAPI spec (probe-3 shows 404s for openapi.json).

                    • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] A drop-in replacement for closed-model APIs. Route to the best open or closed model for every task, and cut your AI coding spend 50 to 75%.
                    • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] Migrate from OpenAI — Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                    Basetenfullclaimed8/10

                    Baseten documents OpenAI Chat Completions API compatibility for Model APIs, explicitly enabling drop-in use with familiar client SDKs (e.g., LangChain's ChatOpenAI via base_url swap), and even documents a Switch tool that can route requests between Baseten and other providers like Anthropic/OpenAI mid-workflow. This directly supports agent-driven provider switching without provider-specific code changes. Missing for 10: independent/hands-on confirmation of seamless mid-workflow switching beyond vendor docs, and no explicit statement of full drop-in parity with OpenAI's complete API surface.

                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
                    • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
                    • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…
                    • [claimed-docs] Switch can also install Pi's direct Baseten provider, compare Baseten spend with estimated costs from Anthropic or OpenAI, and route request…
                    • [claimed-docs] Use [Baseten Switch](/reference/cli/baseten-switch) to route requests from Claude Code or Codex CLI to Model APIs.
                  3. developerPoint an existing OpenAI SDK client at the provider by changing only the base URL and API key

                    weight 3 · round drawn
                    Fireworks AIfullprobed9/10

                    Docs explicitly state Fireworks is a drop-in replacement for OpenAI (same API), points client at api.fireworks.ai with OpenAI-compatible endpoints, and a live probe confirms the OpenAI-style /v1/models endpoint is reachable and speaks JSON. Missing for 10: no explicit hands-on developer account showing a real OpenAI SDK code snippet with only base_url/api_key changed being run successfully.

                    • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] Migrate from OpenAI: Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://api.fireworks.ai/inference/v1/models without a key returned HTTP 401 ({"error":{"message":"Y…
                    Basetenfullprobed9/10

                    Baseten explicitly documents an OpenAI Chat Completions-compatible endpoint for its Model APIs, and shows real-world usage where only base_url and API key need to change (e.g. LangChain's ChatOpenAI pointed at Baseten). A live probe confirms an OpenAI-style /v1/models endpoint responding at inference.baseten.co. Missing for 10: no independent third-party hands-on report explicitly confirming a drop-in swap with the official OpenAI SDK client itself (only LangChain example and docs claims).

                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.
                    • [claimed-docs] Call hosted models through an OpenAI-compatible API, deploy your own models on dedicated infrastructure
                    • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header prov…

                  Openness — open source, data portability, and self-hosting storiesOpenness

                  Open source, data portability, and self-hosting stories

                  1. ai-native userDo everything through the API that I can do in the UI

                    weight 2 · round drawn
                    Fireworks AIpartialclaimed6/10

                    Fireworks documents API/CLI (firectl) access to essentially every major capability — inference, fine-tuning, LoRA deployment, model upload, autoscaling, batch inference, benchmarking — implying an API-first architecture where the UI is largely a thin layer over these APIs. However, there is no explicit statement or audit confirming full UI/API feature parity, and no evidence addressing whether any UI-only conveniences (e.g., dashboard analytics, billing, team management) lack API equivalents. Missing for 10: an explicit parity statement or audit, evidence covering account/billing/UI-only features, and independent confirmation that no UI feature is API-inaccessible.

                    • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
                    • [claimed-docs] Deploy your LoRA trained model with a single command: firectl deployment create "accounts//models/"
                    • [claimed-docs] Live merge is the simplest way to deploy a trained model. Fireworks automatically merges the LoRA weights into the base model at deployment …
                    • [claimed-docs] Boost model quality with supervised and reinforcement fine-tuning of models up to 1T+ parameters.
                    • [claimed-docs] Scale to zero when idle to minimize costs
                    • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                    • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                    Basetenpartialprobed6/10

                    Baseten's core workflows — deploying models (Truss/config.yaml/CLI), running inference (OpenAI/Anthropic-compatible endpoints, streaming, async, structured outputs, function calling), and training (Loops API calls, Training Jobs CLI deploy) — are all API/CLI-driven, and usage/budget can be queried by API key, suggesting strong API-UI parity for the platform's main functions. However, there is no explicit documentation asserting full UI/API parity, no discoverable OpenAPI/reference spec (probe found only 404s), and no evidence that workspace/account-management UI features (team, billing settings) are exposed via API. Missing for 10: an explicit parity statement or full API reference, confirmation of workspace/admin functions being API-accessible, and independent verification of parity beyond inference/training/deploy workflows.

                    • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
                    • [claimed-docs] Your Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job sa…
                    • [claimed-docs] Deploy any synced checkpoint with one CLI command
                    • [claimed-docs] Loops provisions a dedicated trainer and paired sampler, and each training step is an API call from a Python loop you write.
                    • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
                    • [claimed-docs] Structured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text gene…
                    • [claimed-docs] Function calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
                    • [claimed-docs] You can also set a workspace budget and query usage by API key or model.
                    • [probe] PROBE openapi: all candidate paths 404 (https://docs.baseten.co/openapi.json, https://docs.baseten.co/swagger.json, https://docs.baseten.co/…
                  2. ai-native userExport all of my data in open formats and leave

                    weight 3 · round drawn
                    Fireworks AIpartialclaimed4/10

                    Fireworks documents open, OpenAI-compatible APIs and identical SFT data formats, plus the ability to upload custom/fine-tuned models from Hugging Face, S3, or Azure Blob Storage, which implies some data/model portability rather than lock-in. However there is no explicit documentation of a data export tool, account data download, or guidance for migrating fine-tuning datasets or deployed models back out of the platform. Missing for 10: explicit data-export/download feature docs, confirmation that user-uploaded training data or fine-tuned models can be freely exported (not just uploaded), and any account/data-deletion or portability policy.

                    • [claimed-docs] Drop-in replacement for inference and training — same API, same SFT data format
                    • [claimed-docs] Upload your own models from Hugging Face or elsewhere to deploy trained or custom-trained models optimized for your use case.
                    • [claimed-docs] Upload from local files or directly from S3 buckets or Azure Blob Storage
                    • [claimed-docs] Migrate from OpenAI — Drop-in replacement for inference and training — same API, same SFT data format
                    Basetenpartialclaimed4/10

                    Baseten's tooling leans open: models are packaged via the open-source Truss format (config.yaml, no proprietary container lock-in), and training checkpoints are synced to external storage as the job runs, so a user's model weights and training artifacts aren't trapped in a proprietary format. However there is no explicit documentation of exporting workspace data, logs, usage/billing history, or deployment configs in bulk, and no dedicated 'account export' or data-portability feature. missing for 10: explicit full-account/data export tooling, documentation of exporting logs/usage/config metadata, and any user testimonial of migrating away with all data intact.

                    • [github] Write once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and product…
                    • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
                    • [claimed-docs] Your Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job sa…
                    • [claimed-docs] Deploy any synced checkpoint with one CLI command
                    • [claimed-docs] Baseten provisions GPUs through MCM, runs your training container, and syncs checkpoints to storage as the job progresses.
                  3. ai-native userRead the product's source under an open license

                    weight 2 · round to Baseten
                    Fireworks AInone0/10

                    Fireworks AI is a proprietary inference/hosting platform; there is no evidence of an open-license source-code release for the core product (only an 'open-source benchmarking tool' side utility is mentioned, not the platform itself). No repository, license file, or source availability is documented.

                    • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                    • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                    Basetenpartialclaimed3/10

                    Baseten's core platform (inference service, dashboard, orchestration/MCM) is proprietary SaaS with no evidence of an open license; only the Truss packaging library is open-source on GitHub, which is a peripheral client tool rather than the product itself. missing for 10: no open license for the actual Baseten platform/service source, no repository for the core inference or orchestration engine, only a tangential SDK is open.

                    • [github] Write once, run anywhere: Package model code, weights, and dependencies with a model server that behaves the same in development and product…
                    • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
                    • [github] Fast developer loop: Iterate with live reload, skip Docker and Kubernetes configuration, and use a batteries-included serving environment.
                    • [github] Support for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss su…
                    • [github] Truss lets you serve models with the Baseten Inference Stack as well as deploy models from any open-source framework: vLLM, SGLang, TensorRT…
                    • [github] Deploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that speci…

                  Pricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits

                  Free-tier ceilings, usage caps, and rate limits before you have to pay

                  Limits

                  1. developerRead documented rate limits and how they scale across usage tiers before I hit them in production

                    weight 2 · round to Baseten
                    Fireworks AInone0/10

                    The evidence pack shows references to service tiers (priority, fast) and notes on-demand deployments have 'no hard rate limits', but there is no documented table or page specifying actual rate-limit numbers (RPM/TPM) or how they scale across usage tiers for serverless usage. Developers have no concrete documented limits to plan against before hitting them in production.

                    • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                    • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting `service_tier: "priority"` on chat completions.
                    • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                    Basetenpartialclaimed6/10

                    Baseten has a dedicated pricing-and-limits doc covering request/token rate limits, rate-limit response headers, tier upgrades (Basic→Pro/Enterprise via email verification), workspace budgets, and usage monitoring by API key/model. However, it lacks a detailed table of exact numeric limits per tier and doesn't cover rate limits for dedicated-deployment (non-Model-APIs) inference. missing for 10: explicit numeric limit tables per tier, independent/community corroboration of documented limits, coverage of dedicated deployment rate limits (not just Model APIs).

                    • [claimed-docs] Model 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] To monitor token and request consumption by API key or model, see Usage.
                    • [claimed-docs] To raise a Basic account's limits, request email verification. You can also use that form to move to Pro or Enterprise.
                    • [claimed-docs] x-ratelimit-remaining-requests: Reports how many requests remain before you reach the request rate limit.
                    • [claimed-docs] You can also set a workspace budget and query usage by API key or model.

                  Pricing

                  1. founderSet spending caps or budget alerts so a runaway workload cannot generate an unbounded bill

                    weight 1 · round to Baseten
                    Fireworks AInone0/10

                    No evidence in the pack of any spending cap, budget alert, or usage limit configuration feature; only cost-related mentions are pricing structures (serverless, batch discounts) not budget controls. A community report even highlights an unexpectedly high bill with no indication of caps to prevent it, reinforcing the absence of this capability.

                    • [community] Fireworks AI is one of the most overpriced model hosting companies. Tried fine-tuning with 10k records SFT on gpt-oss-20b, ran for 8 mins, b…
                    Basetenpartialclaimed5/10

                    Baseten docs mention setting a workspace budget and monitoring usage by API key/model, plus rate limits (request/token) that cap throughput, which supports pricing-limits awareness (baseten-docs-10, -23, -37, -38). However, there's no evidence of automated spending caps that hard-stop billing or proactive budget alerts/notifications — the workspace budget appears to be a settable figure without documented enforcement or alerting mechanics. Missing for 10: explicit alerting/notification system, enforcement behavior when budget is exceeded, and independent confirmation that budgets actually cap spend rather than just track it.

                    • [claimed-docs] Model 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] To monitor token and request consumption by API key or model, see Usage.
                    • [claimed-docs] x-ratelimit-remaining-requests: Reports how many requests remain before you reach the request rate limit.
                    • [claimed-docs] You can also set a workspace budget and query usage by API key or model.
                  2. founderSee public per-token prices for every hosted model without talking to sales

                    weight 3 · round to Fireworks AI
                    Fireworks AIpartialcommunity5/10

                    Docs describe a self-serve, pay-per-token model ('point your client at api.fireworks.ai... pay only for what you use', batch inference at '50% off Serverless per-token prices') implying pricing is accessible without sales contact, and a community user cites a specific billed dollar amount for usage, suggesting transparent metering. However, no evidence pack item directly cites or shows Fireworks' public pricing page listing per-model per-token rates. Missing for 10: a direct citation to the pricing page enumerating per-token rates for each hosted model, and confirmation that all 100+ models have listed public prices rather than requiring contact for some tiers.

                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                    • [claimed-docs] Process large volumes of requests asynchronously at 50% off Serverless per-token prices.
                    • [claimed-docs] Process large volumes of requests asynchronously at **50% off** Serverless per-token prices.
                    • [community] Fireworks AI is one of the most overpriced model hosting companies. Tried fine-tuning with 10k records SFT on gpt-oss-20b, ran for 8 mins, b…
                    Basetenpartialprobed3/10

                    Docs confirm Model APIs are billed per token and that usage/rate limits can be queried without contacting sales, but no evidence shows an actual public price list with per-model per-token rates; the models endpoint even requires an API key to enumerate the catalog. missing for 10: a public pricing/rate-card page listing token prices per model, independent confirmation that pricing is visible without account creation or sales contact.

                    • [claimed-docs] Model 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] To raise a Basic account's limits, request email verification. You can also use that form to move to Pro or Enterprise.
                    • [probe] PROBE models-endpoint (2026-09-04): GET https://inference.baseten.co/v1/models without a key returned HTTP 401 (No Authorization header prov…

                  Privacy posture — data-handling and privacy storiesPrivacy posture

                  Data-handling and privacy stories

                  1. ai-native userChoose where my data is stored (region/residency)

                    weight 2 · round drawn
                    Fireworks AInone0/10

                    No evidence in the pack mentions data residency, regional storage options, or geographic controls for where data is stored/processed on Fireworks AI; the docs cover inference, fine-tuning, deployment, and pricing but not region selection.

                      Basetennone0/10

                      No evidence in the pack mentions region selection, data residency options, or multi-region storage controls for user data; deployments are described as active-active across clusters/clouds for reliability (baseten-docs-15), not as a user-selectable residency control. Missing for 10: any mention of region/residency selection, data storage location controls, or compliance-driven data locality options.

                      • [claimed-docs] Deployments run active-active across clusters and clouds. If a region or provider loses capacity, MCM reroutes and reprovisions workloads.
                    • ai-native userPrevent my data from being used to train AI models

                      weight 3 · round drawn
                      Fireworks AInone0/10

                      No evidence pack item addresses a data-training opt-out, privacy policy, or data-retention/no-train guarantee for inputs sent to Fireworks AI's inference or fine-tuning APIs; all citations concern performance, deployment, and pricing features. missing for 10: explicit privacy policy or terms stating user data is not used for model training, an opt-out/opt-in control, and any independent confirmation of this practice.

                        Basetennone0/10

                        No evidence pack content addresses data usage for training, opt-out controls, or any privacy/data-retention policy commitments; the axis is applicable (Baseten processes customer data/prompts and could plausibly offer such guarantees) but nothing in the docs, GitHub, or community evidence confirms it.

                        • ai-native userControl data retention and deletion

                          weight 2 · round drawn
                          Fireworks AInone0/10

                          No evidence in the pack discusses data retention policies, deletion controls, or privacy/compliance mechanisms for user data or fine-tuning datasets; the docs cover inference, fine-tuning, deployment, and pricing but never data retention/deletion. missing for 10: documented data retention policy, user-facing deletion/erasure controls, data handling/compliance certifications (SOC2/GDPR), retention configuration options.

                            Basetennone0/10

                            The evidence pack covers deployment, training, inference APIs, pricing, and coding-agent integration, but no documentation addresses data retention policies, deletion of inputs/outputs, or user control over stored data/logs. This is a fair axis for an AI inference/hosting platform (buyers routinely ask about data handling), so it applies, but there is no evidence it is delivered.

                            • ai-native userOpt out of telemetry and usage tracking

                              weight 2 · round drawn
                              Fireworks AInone0/10

                              No evidence pack items address telemetry, usage tracking, opt-out controls, or privacy settings for Fireworks AI; the docs cover inference, fine-tuning, and deployment features but never mention telemetry/data-collection opt-out. missing for 10: any documentation of telemetry collection, a privacy/opt-out setting, or usage-tracking disclosure.

                                Basetennone0/10

                                No evidence in the pack addresses telemetry/usage-tracking opt-out settings for Baseten's platform, CLI, or SDK; the evidence only covers inference features, training, and pricing/usage monitoring for billing purposes, not privacy telemetry controls.

                                Reliability status — stories about reliability status in this arenaReliability status

                                Stories about reliability status in this arena

                                Reliability

                                1. founderGet a stated availability SLA on paid or enterprise tiers

                                  weight 1 · round drawn
                                  Fireworks AInone0/10

                                  No evidence of a stated uptime/availability SLA (e.g., 99.9% commitment) for paid or enterprise tiers — only a public status page and an optional 'priority' service tier for better reliability during peak periods, which is not a contractual SLA.

                                  • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                                  • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting `service_tier: "priority"` on chat completions.
                                  • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
                                  Basetennone0/10

                                  Baseten documents Pro/Enterprise tiers, active-active multi-cloud deployments, and a public status page, but no evidence pack item states an actual SLA (uptime percentage, response-time guarantee, or contractual commitment) for any paid or enterprise tier.

                                  • [claimed-docs] To raise a Basic account's limits, request email verification. You can also use that form to move to Pro or Enterprise.
                                  • [claimed-docs] Deployments run active-active across clusters and clouds. If a region or provider loses capacity, MCM reroutes and reprovisions workloads.
                                  • [probe] PROBE status-page (2026-09-04): https://status.baseten.co returns HTTP 200 and renders a public service-status page (page body includes "ope…
                                2. founderCheck a public status page with incident history before betting production traffic on the platform

                                  weight 2 · round drawn
                                  Fireworks AIpartialprobed6/10

                                  A public status page at status.fireworks.ai is confirmed live and shows current operational status, satisfying the core ask of checking uptime before committing production traffic. However, the evidence pack does not confirm the page includes a historical incident log or past-outage records. missing for 10: explicit confirmation of incident history/timeline on the status page, independent user reports referencing past outages logged there.

                                  • [probe] PROBE status-page (2026-09-04): https://status.fireworks.ai returns HTTP 200 and renders a public service-status page (page body includes "o…
                                  Basetenpartialprobed6/10

                                  A live probe confirms Baseten operates a public status page at status.baseten.co that returns HTTP 200 and shows current operational status, which is the core reliability-status signal a founder would check before committing production traffic. However, the evidence pack does not confirm the page includes a visible incident history/archive log, only that it renders current status. missing for 10: explicit confirmation that the status page displays past incident history/timeline, not just live status.

                                  • [probe] PROBE status-page (2026-09-04): https://status.baseten.co returns HTTP 200 and renders a public service-status page (page body includes "ope…

                                Speed latency — stories about speed latency in this arenaSpeed latency

                                Stories about speed latency in this arena

                                Benchmarks

                                1. ml-engineerSee published tokens-per-second or latency numbers, benchmarks, or load-testing guides backing the provider's speed claims

                                  weight 2 · round to Fireworks AI
                                  Fireworks AIpartialclaimed4/10

                                  Fireworks documents an open-source benchmarking tool that customers can use to measure their own deployment's throughput/latency, and it markets 'Fast' variants and on-demand deployments with claims of 'lower latency, higher throughput' — but the evidence pack contains no actual published tokens-per-second numbers, latency benchmarks, or third-party load-testing results substantiating these speed claims. Missing for 10: concrete published TPS/latency figures, independent benchmark comparisons, or a load-testing guide with real numbers rather than just a tool pointer.

                                  • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                  • [claimed-docs] Fireworks Benchmark Tool: Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                  • [claimed-docs] Fast — high-speed deployments for latency-sensitive workloads. Selected by switching the model ID to a Fast variant
                                  • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
                                  • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                                  Basetennone0/10

                                  The evidence pack covers Baseten's product features (Model APIs, Truss, training, coding-agent integrations) but contains no published benchmark numbers, tokens-per-second figures, latency claims, or load-testing guides; the only performance-adjacent comment is a third-party observation about client-side GIL bottlenecks, which is unrelated to Baseten's own speed claims.

                                  Serving

                                  1. developerServe latency-sensitive workloads with fast time-to-first-token and high-throughput generation

                                    weight 3 · round drawn
                                    Fireworks AIfullclaimed8/10

                                    Fireworks explicitly documents Fast variants for latency-sensitive workloads, dedicated on-demand GPUs for predictable low-latency/high-throughput, sticky session-affinity routing to boost cache hit rate, a priority service tier, and an open-source benchmarking tool to measure/optimize deployment performance. missing for 10: independent third-party latency/throughput benchmarks corroborating the claims, and no direct rebuttal of speed claims in community evidence (only pricing complaints, which are off-topic).

                                    • [claimed-docs] Fast — high-speed deployments for latency-sensitive workloads. Selected by switching the model ID to a Fast variant
                                    • [claimed-docs] Better performance – Lower latency, higher throughput, and predictable performance unaffected by other users
                                    • [claimed-docs] On-demand deployments give you dedicated GPUs for your models, providing several advantages over serverless: **Better performance**...**No h…
                                    • [claimed-docs] Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                    • [claimed-docs] x-session-affinity: Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                    • [claimed-docs] Priority — higher reliability during peak periods. Opt in by setting service_tier: "priority" on chat completions.
                                    • [claimed-docs] Use our open-source benchmarking tool to measure and optimize your deployment's performance
                                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                                    Basetenfullcommunity8/10

                                    Baseten's docs and GitHub materials show explicit architecture for latency-sensitive, high-throughput serving: token-by-token streaming (baseten-docs-8, baseten-docs-26), dedicated GPU deployment with TensorRT-LLM/vLLM/SGLang optimized builds via Truss (baseten-gh-2, baseten-gh-4, baseten-gh-6), automatic KV-cache discounting for repeated prompt tokens (baseten-docs-11), and active-active multi-cluster routing to avoid capacity-related slowdowns (baseten-docs-15). Async inference is also offered for non-latency-critical batch work, showing the platform differentiates paths for latency vs throughput use cases (baseten-docs-9, baseten-docs-27). missing for 10: published quantitative TTFT/throughput benchmarks or independent third-party latency comparisons; one community note (baseten-comm-3) suggests client-side bottlenecks can arise in high-throughput client code, an important but non-contradicting caveat.

                                    • [claimed-docs] Return model output token by token as it is generated.
                                    • [claimed-docs] Streaming sends tokens as they are generated over server-sent events, which suits long generations and UIs where partial output beats a blan…
                                    • [claimed-docs] Cached input tokens are prompt tokens served from the KV cache at a discounted rate. Caching is automatic and requires no request flags.
                                    • [claimed-docs] Deployments run active-active across clusters and clouds. If a region or provider loses capacity, MCM reroutes and reprovisions workloads.
                                    • [github] You write a `config.yaml` that specifies the model, the hardware, and the engine, then `uvx truss push` builds a TensorRT-optimized containe…
                                    • [github] Support for all Python frameworks: From `transformers` and `diffusers` to PyTorch and TensorFlow to vLLM, SGLang, and TensorRT-LLM, Truss su…
                                    • [github] Deploying a model to Baseten via Truss turns a Hugging Face model into a production-ready API endpoint. You write a `config.yaml` that speci…
                                    • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents
                                    • [claimed-docs] Async inference returns a request ID quickly and completes later through webhook or polling, which suits batch work, long documents, or any …
                                    • [community] Developer notes that with Baseten.co embedding workloads, the client (not server) becomes the bottleneck due to Python's GIL, prompting them…
                                  2. ml-engineerBenefit from prompt/prefix caching that reduces latency or cost on repeated context

                                    weight 1 · round to Baseten
                                    Fireworks AIpartialclaimed6/10

                                    Fireworks documents an explicit prompt-caching mechanism: an optional x-session-affinity sticky-routing key that pins repeated requests to the same replica specifically to 'maximize prompt-cache hit rate,' directly addressing latency/cost benefits for repeated context on serverless deployments. However, details are thin — no documentation of cache TTL/eviction policy, no quantified latency/cost savings numbers, and no independent benchmarks or hands-on confirmation of cache hit rates. missing for 10: quantified latency/cost savings from cache hits, cache eviction/TTL policy details, independent or hands-on corroboration of the caching behavior.

                                    • [claimed-docs] Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                    • [claimed-docs] x-session-affinity: Optional sticky-routing key. Pin repeated requests to the same replica to maximize prompt-cache hit rate.
                                    Basetenfullclaimed7/10

                                    Docs explicitly describe automatic prompt caching: cached input tokens are served from KV cache at a discounted rate with no request flags needed, directly addressing latency/cost reduction on repeated context. missing for 10: no quantified latency/cost benchmarks, no independent/community corroboration of caching behavior in practice.

                                    • [claimed-docs] Cached input tokens are prompt tokens served from the KV cache at a discounted rate. Caching is automatic and requires no request flags.
                                    • [claimed-docs] Model 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.
                                  3. developerStream completions token by token over SSE for responsive user experiences

                                    weight 3 · round to Baseten
                                    Fireworks AInone0/10

                                    The evidence pack repeatedly describes Fireworks as an OpenAI-compatible inference API but never explicitly documents SSE/token-streaming behavior (e.g., a `stream: true` parameter or chunked response format) for chat/completions endpoints; docs-17 and docs-36 only allude to 'sending tokens' and API compatibility without confirming streaming responses. Missing for 10: explicit streaming API docs, SSE example/code snippet, or hands-on confirmation of token-by-token delivery.

                                    • [claimed-docs] You point your client at `api.fireworks.ai`, send tokens, and pay only for what you use — no GPUs to size, no autoscaler to tune, no cold st…
                                    • [claimed-docs] Fireworks provides fast, cost-effective access to leading open-source text models through OpenAI-compatible APIs.
                                    Basetenfullclaimed8/10

                                    Baseten's docs explicitly describe SSE token-by-token streaming ('Return model output token by token as it is generated' / 'Streaming sends tokens as they are generated over server-sent events') as a first-class inference mode alongside async, with OpenAI/Anthropic-compatible client SDK support for easy integration. Missing for 10: no independent/hands-on benchmark or community confirmation of streaming latency/responsiveness in practice.

                                    • [claimed-docs] Return model output token by token as it is generated.
                                    • [claimed-docs] Streaming sends tokens as they are generated over server-sent events, which suits long generations and UIs where partial output beats a blan…
                                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.

                                  Structured tool calling — stories about structured tool calling in this arenaStructured tool calling

                                  Stories about structured tool calling in this arena

                                  Structured

                                  1. developerEnforce structured outputs against a JSON schema (or grammar) so model responses parse reliably

                                    weight 3 · round drawn
                                    Fireworks AIfullclaimed8/10

                                    Fireworks docs explicitly describe a Structured Outputs feature to 'force model output to conform to a JSON schema' and ensure responses 'conform to your specified format, making them easy to parse,' directly matching the story. Missing for 10: independent/hands-on corroboration of reliability across models and no mention of grammar-based constraints beyond JSON schema.

                                    • [claimed-docs] Structured outputs ensure model responses conform to your specified format, making them easy to parse and integrate into your application.
                                    • [claimed-docs] Force model output to conform to a JSON schema
                                    Basetenfullclaimed8/10

                                    Baseten has dedicated first-party docs on structured outputs enforcing JSON schemas for reliable data extraction, plus separate function/tool calling support and OpenAI-compatible client integration (e.g., LangChain with_structured_output) confirming reliable parsing workflows. Missing for 10: independent/hands-on validation of schema-enforcement reliability and no mention of grammar-based (e.g., regex/CFG) constraints beyond JSON schema.

                                    • [claimed-docs] Structured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text gene…
                                    • [claimed-docs] Function calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
                                    • [claimed-docs] Function calling (also called tool calling) lets a model choose a tool and produce its arguments from a user request.
                                    • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…
                                    • [claimed-docs] They support the OpenAI Chat Completions API and the Anthropic Messages API in beta, so you can use familiar client SDKs.

                                  Tools

                                  1. ai-native userRely on faithful function/tool calling — including parallel and multi-step tool use — so agent loops run on open models without breaking

                                    weight 3 · round to Fireworks AI
                                    Fireworks AIpartialclaimed5/10

                                    Fireworks documents tool/function calling as a supported feature (docs-2) and structured JSON-schema outputs (docs-19), which underpin agent tool-use loops, but there is no documentation or evidence specifically addressing parallel tool calls, multi-step tool-use reliability, or fidelity benchmarks against OpenAI-style tool calling on open models. missing for 10: explicit parallel/multi-step tool-calling documentation, reliability/fidelity benchmarks, independent hands-on validation of agent-loop tool use.

                                    • [claimed-docs] Tool calling (also known as function calling) enables models to intelligently select and use external tools based on user input.
                                    • [claimed-docs] Force model output to conform to a JSON schema
                                    Basetenpartialclaimed4/10

                                    Baseten docs confirm function/tool-calling support ("lets a model choose a tool and produce its arguments from a user request") and structured outputs for reliable JSON generation, but the pack never mentions parallel tool calls, multi-step agent loops, or any reliability testing on open models. Missing for 10: explicit parallel tool-call support docs, multi-step agent loop examples, and independent/hands-on evidence of reliability across open models.

                                    • [claimed-docs] Function calling* (also called *tool calling*) lets a model choose a tool and produce its arguments from a user request.
                                    • [claimed-docs] Function calling (also called tool calling) lets a model choose a tool and produce its arguments from a user request.
                                    • [claimed-docs] Structured outputs let you generate text that conforms to specific JSON schemas, providing reliable data extraction and controlled text gene…
                                    • [claimed-docs] Because Baseten exposes an OpenAI-compatible endpoint, you can use LangChain's `ChatOpenAI` with `with_structured_output` by pointing `base_…

                                  Not comparable on these axes

                                  1. ai-native userGet AI-generated insights and suggestions from my data inside the product

                                    weight 2 · not comparable
                                    Fireworks AIn/a

                                    Fireworks AI is an inference/fine-tuning infrastructure platform (APIs, model hosting, deployments) rather than an end-user product that holds 'your data' and surfaces AI-generated insights/suggestions within a UI. This story targets data-analytics/SaaS-style products, not a model-serving API platform, so the axis is a category mismatch.

                                      Basetenn/a

                                      Baseten is an ML model deployment/inference infrastructure platform (model serving, training, fine-tuning) rather than an analytics/BI product that ingests a user's own data and surfaces AI-generated insights inside a dashboard. None of the evidence describes Baseten analyzing customer data and returning insights/suggestions — this axis is a category error for an inference/serving platform.

                                      • ai-native userDefine rules that trigger actions automatically on events

                                        weight 3 · not comparable
                                        Fireworks AIn/a

                                        Fireworks AI is an inference/hosting/fine-tuning platform, not an automation/rules-engine product; there's no concept of event-triggered rules in its evidence, and this axis is a category mismatch rather than a missing feature.

                                          Basetennone0/10

                                          Baseten's docs describe async inference completing via webhook or polling, but this is a fixed completion-notification mechanism, not a user-defined rules engine for triggering arbitrary actions on events (e.g., alerts, autoscaling policies, custom conditional workflows). No evidence of any rule-definition or event-trigger automation feature exists in the pack.

                                          • ai-native userSchedule recurring jobs or workflows

                                            weight 2 · not comparable
                                            Fireworks AIn/a

                                            Fireworks AI is an inference/fine-tuning/model-hosting platform, not a workflow/job orchestration or scheduling product; scheduling recurring jobs or workflows is outside its product category and belongs to orchestration tools built on top of it.

                                              Basetennone0/10

                                              Baseten's docs describe async inference (webhook/polling), training jobs, and deployments, but nothing in the evidence pack mentions a scheduler, cron-like trigger, or recurring/automated job orchestration feature. Since Baseten already runs jobs (training, inference) a scheduling capability is a fair ask, but no evidence shows it exists.

                                              • ai-native userVersion, review, and roll back my automations

                                                weight 1 · not comparable
                                                Fireworks AIn/a

                                                Fireworks AI is an inference/fine-tuning hosting platform; versioning, reviewing, and rolling back 'automations' (workflow/agent automations) is not a category it addresses—it's a wrong axis for this product type, not a missing feature.

                                                  Basetenn/a

                                                  Baseten is an ML model deployment and training platform, not an automation/workflow builder that produces user-authored 'automations' needing version review and rollback; the evidence pack only discusses model deployments, training jobs, and inference APIs, none of which map to this axis.

                                                  • ai-native userSelf-host the core product

                                                    weight 3 · not comparable
                                                    Fireworks AIn/a

                                                    Fireworks AI is a hosted inference/training cloud service; there is no evidence of a self-hostable core product (e.g., open-sourced platform binary/container for on-prem deployment). Self-hosting is not a plausible axis for this managed SaaS/API offering, so this is a category mismatch rather than an unmet capability.

                                                      Basetenn/a

                                                      Baseten is a managed cloud inference/training platform (SaaS), not open-source software designed for self-hosting the core product; there is no evidence of a self-hostable core, and the category itself is a hosted service, making this axis inapplicable.