AI Inference Providers arenaBuyer checklist
Every requirement we judge ai inference providers products against, as a ready-to-send RFP checklist — with each item's priority, why it matters, and how the top-ranked products score on it today.
53 requirements · 14 themes · verdicts for 7 products · updated 2026-09-14 · priorities mirror the story weights our scoring uses (methodology)
Show the markdown export
# AI Inference Providers — buyer checklist (RFP) Derived from ProductArena's evidence-graded user-story taxonomy for AI Inference Providers: 53 judged requirements. Priorities mirror story weights (3 = must-have, 2 = should-have, 1 = nice-to-have). ## Agenticness - [ ] **[must-have]** Plug MCP servers into this product so it can use their tools - [ ] **[must-have]** Connect an agent via an official MCP server - [ ] **[must-have]** Drive the product through a documented public API - [ ] **[must-have]** Delegate tasks to a built-in AI assistant inside the product - [ ] **[should-have]** Point an agent at llms.txt or agent-oriented docs - [ ] **[should-have]** Run the product headlessly / in CI for automation - [ ] **[should-have]** Use an official CLI - [ ] **[should-have]** Issue scoped/least-privilege API credentials for an agent - [ ] **[should-have]** Build against official SDKs - [ ] **[should-have]** Subscribe to events via webhooks - [ ] **[should-have]** Get AI-generated insights and suggestions from my data inside the product - [ ] **[should-have]** Set up automations that run autonomously in the background - [ ] **[should-have]** Operate the product with natural-language commands - [ ] **[should-have]** Explore an interactive API reference with runnable examples - [ ] **[should-have]** Download a machine-readable API spec (OpenAPI or equivalent) - [ ] **[should-have]** Rely on versioned APIs with a documented deprecation policy - [ ] **[nice-to-have]** Test against a sandbox environment without touching production data ## Automation depth - [ ] **[must-have]** Define rules that trigger actions automatically on events - [ ] **[should-have]** Perform bulk operations across many items at once - [ ] **[should-have]** Schedule recurring jobs or workflows - [ ] **[nice-to-have]** Version, review, and roll back my automations ## Batch async - [ ] **[should-have]** Submit asynchronous batch inference jobs at a documented discount versus real-time pricing ## Dedicated capacity - [ ] **[should-have]** Deploy a model on dedicated GPU capacity with autoscaling so my traffic is isolated from the shared serverless pool ## Fine tune serving - [ ] **[should-have]** Fine-tune a supported base model on my own data and serve the result on the same platform - [ ] **[should-have]** Upload and serve my own custom model weights or LoRA adapters ## Model catalog - [ ] **[must-have]** Choose among a broad catalog of current open-weight model families (Llama, Qwen, DeepSeek, GPT-OSS and peers) on shared serverless endpoints - [ ] **[should-have]** Get newly released open-weight models on the platform quickly after their public release - [ ] **[should-have]** Have an agent enumerate the live model catalog programmatically via a documented GET /v1/models-style endpoint - [ ] **[nice-to-have]** Rely on a documented deprecation policy with advance notice before a hosted model is removed ## Multimodal - [ ] **[nice-to-have]** Generate embeddings (and rerank results) for retrieval pipelines without a second vendor - [ ] **[nice-to-have]** Call vision, audio, or image-generation models beyond text chat on the same platform ## Openai compat - [ ] **[must-have]** Have an agent switch to or away from this provider mid-workflow because it speaks the standard chat-completions API without provider-specific code changes - [ ] **[must-have]** Point an existing OpenAI SDK client at the provider by changing only the base URL and API key - [ ] **[should-have]** Plug the provider into coding agents and agent frameworks through documented, first-party integration guides ## Openness - [ ] **[must-have]** Export all of my data in open formats and leave - [ ] **[must-have]** Self-host the core product - [ ] **[should-have]** Do everything through the API that I can do in the UI - [ ] **[should-have]** Read the product's source under an open license ## Pricing limits - [ ] **[must-have]** See public per-token prices for every hosted model without talking to sales - [ ] **[should-have]** Read documented rate limits and how they scale across usage tiers before I hit them in production - [ ] **[nice-to-have]** Set spending caps or budget alerts so a runaway workload cannot generate an unbounded bill ## Privacy posture - [ ] **[must-have]** Prevent my data from being used to train AI models - [ ] **[should-have]** Choose where my data is stored (region/residency) - [ ] **[should-have]** Control data retention and deletion - [ ] **[should-have]** Opt out of telemetry and usage tracking ## Reliability status - [ ] **[should-have]** Check a public status page with incident history before betting production traffic on the platform - [ ] **[nice-to-have]** Get a stated availability SLA on paid or enterprise tiers ## Speed latency - [ ] **[must-have]** Serve latency-sensitive workloads with fast time-to-first-token and high-throughput generation - [ ] **[must-have]** Stream completions token by token over SSE for responsive user experiences - [ ] **[should-have]** See published tokens-per-second or latency numbers, benchmarks, or load-testing guides backing the provider's speed claims - [ ] **[nice-to-have]** Benefit from prompt/prefix caching that reduces latency or cost on repeated context ## Structured tool calling - [ ] **[must-have]** Enforce structured outputs against a JSON schema (or grammar) so model responses parse reliably - [ ] **[must-have]** Rely on faithful function/tool calling — including parallel and multi-step tool use — so agent loops run on open models without breaking --- Source: https://ultrametric.ai/productarena/arena/inference-providers (evidence-graded verdicts for 7 products) · methodology: https://ultrametric.ai/productarena/methodology
Chips show the top 5 ranked products' current verdict on each requirement — ✓ full · ~ partial · ! disputed · — none · n/a not applicable.
Agenticness — how well agents can access and operate the productAgenticness· 17 items
How well agents can access and operate the product
- must-have
ai-native userPlug MCP servers into this product so it can use their tools
Core requirement — weighs 3× in arena scoring · 1 of 6 products fully deliver this today
- must-have
ai-native userConnect an agent via an official MCP server
Core requirement — weighs 3× in arena scoring · 3 of 7 products fully deliver this today
- must-have
ai-native userDrive the product through a documented public API
Core requirement — weighs 3× in arena scoring · all 7 products fully deliver this today
- must-have
ai-native userDelegate tasks to a built-in AI assistant inside the product
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userPoint an agent at llms.txt or agent-oriented docs
Important, not disqualifying — weighs 2× in arena scoring · 6 of 7 products fully deliver this today
- should-have
ai-native userRun the product headlessly / in CI for automation
Important, not disqualifying — weighs 2× in arena scoring · 6 of 7 products fully deliver this today
- should-have
ai-native userUse an official CLI
Important, not disqualifying — weighs 2× in arena scoring · 1 of 7 products fully deliver this today
- should-have
ai-native userIssue scoped/least-privilege API credentials for an agent
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userBuild against official SDKs
Important, not disqualifying — weighs 2× in arena scoring · 5 of 7 products fully deliver this today
- should-have
ai-native userSubscribe to events via webhooks
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userGet AI-generated insights and suggestions from my data inside the product
Important, not disqualifying — weighs 2× in arena scoring
- should-have
ai-native userSet up automations that run autonomously in the background
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userOperate the product with natural-language commands
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userExplore an interactive API reference with runnable examples
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userRely on versioned APIs with a documented deprecation policy
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
ai-native userTest against a sandbox environment without touching production data
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
Automation depth — how much of the product can run unattendedAutomation depth· 4 items
How much of the product can run unattended
- must-have
ai-native userDefine rules that trigger actions automatically on events
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userPerform bulk operations across many items at once
Important, not disqualifying — weighs 2× in arena scoring · 4 of 7 products fully deliver this today
- should-have
ai-native userSchedule recurring jobs or workflows
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
ai-native userVersion, review, and roll back my automations
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
Batch async — stories about batch async in this arenaBatch async· 1 item
Stories about batch async in this arena
- should-have
ml-engineerSubmit asynchronous batch inference jobs at a documented discount versus real-time pricing
Important, not disqualifying — weighs 2× in arena scoring · 3 of 7 products fully deliver this today
Dedicated capacity — stories about dedicated capacity in this arenaDedicated capacity· 1 item
Stories about dedicated capacity in this arena
- should-have
ml-engineerDeploy a model on dedicated GPU capacity with autoscaling so my traffic is isolated from the shared serverless pool
Important, not disqualifying — weighs 2× in arena scoring · 3 of 7 products fully deliver this today
Fine tune serving — stories about fine tune serving in this arenaFine tune serving· 2 items
Stories about fine tune serving in this arena
- should-have
ml-engineerFine-tune a supported base model on my own data and serve the result on the same platform
Important, not disqualifying — weighs 2× in arena scoring · 3 of 7 products fully deliver this today
- should-have
ml-engineerUpload and serve my own custom model weights or LoRA adapters
Important, not disqualifying — weighs 2× in arena scoring · 2 of 7 products fully deliver this today
Model catalog — stories about model catalog in this arenaModel catalog· 4 items
Stories about model catalog in this arena
- must-have
developerChoose among a broad catalog of current open-weight model families (Llama, Qwen, DeepSeek, GPT-OSS and peers) on shared serverless endpoints
Core requirement — weighs 3× in arena scoring · 2 of 7 products fully deliver this today
- should-have
ml-engineerGet newly released open-weight models on the platform quickly after their public release
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userHave an agent enumerate the live model catalog programmatically via a documented GET /v1/models-style endpoint
Important, not disqualifying — weighs 2× in arena scoring · 5 of 7 products fully deliver this today
- nice-to-have
developerRely on a documented deprecation policy with advance notice before a hosted model is removed
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
Multimodal — stories about multimodal in this arenaMultimodal· 2 items
Stories about multimodal in this arena
- nice-to-have
developerGenerate embeddings (and rerank results) for retrieval pipelines without a second vendor
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 2 of 7 products fully deliver this today
- nice-to-have
developerCall vision, audio, or image-generation models beyond text chat on the same platform
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 3 of 7 products fully deliver this today
Openai compat — stories about openai compat in this arenaOpenai compat· 3 items
Stories about openai compat in this arena
- must-have
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
Core requirement — weighs 3× in arena scoring · 6 of 7 products fully deliver this today
- must-have
developerPoint an existing OpenAI SDK client at the provider by changing only the base URL and API key
Core requirement — weighs 3× in arena scoring · all 7 products fully deliver this today
- should-have
ai-native userPlug the provider into coding agents and agent frameworks through documented, first-party integration guides
Important, not disqualifying — weighs 2× in arena scoring · 3 of 7 products fully deliver this today
Openness — open source, data portability, and self-hosting storiesOpenness· 4 items
Open source, data portability, and self-hosting stories
- must-have
ai-native userExport all of my data in open formats and leave
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
ai-native userSelf-host the core product
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userDo everything through the API that I can do in the UI
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userRead the product's source under an open license
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
Pricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits· 3 items
Free-tier ceilings, usage caps, and rate limits before you have to pay
- must-have
founderSee public per-token prices for every hosted model without talking to sales
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
developerRead documented rate limits and how they scale across usage tiers before I hit them in production
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
founderSet spending caps or budget alerts so a runaway workload cannot generate an unbounded bill
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 7 products fully deliver this today
Privacy posture — data-handling and privacy storiesPrivacy posture· 4 items
Data-handling and privacy stories
- must-have
ai-native userPrevent my data from being used to train AI models
Core requirement — weighs 3× in arena scoring · 1 of 7 products fully deliver this today
- should-have
ai-native userChoose where my data is stored (region/residency)
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userControl data retention and deletion
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userOpt out of telemetry and usage tracking
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
Reliability status — stories about reliability status in this arenaReliability status· 2 items
Stories about reliability status in this arena
- should-have
founderCheck a public status page with incident history before betting production traffic on the platform
Important, not disqualifying — weighs 2× in arena scoring · 1 of 7 products fully deliver this today
- nice-to-have
founderGet a stated availability SLA on paid or enterprise tiers
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
Speed latency — stories about speed latency in this arenaSpeed latency· 4 items
Stories about speed latency in this arena
- must-have
developerServe latency-sensitive workloads with fast time-to-first-token and high-throughput generation
Core requirement — weighs 3× in arena scoring · 5 of 7 products fully deliver this today
- must-have
developerStream completions token by token over SSE for responsive user experiences
Core requirement — weighs 3× in arena scoring · 4 of 7 products fully deliver this today
- should-have
ml-engineerSee published tokens-per-second or latency numbers, benchmarks, or load-testing guides backing the provider's speed claims
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
ml-engineerBenefit from prompt/prefix caching that reduces latency or cost on repeated context
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 3 of 7 products fully deliver this today
Structured tool calling — stories about structured tool calling in this arenaStructured tool calling· 2 items
Stories about structured tool calling in this arena
- must-have
developerEnforce structured outputs against a JSON schema (or grammar) so model responses parse reliably
Core requirement — weighs 3× in arena scoring · 5 of 7 products fully deliver this today
- must-have
ai-native userRely on faithful function/tool calling — including parallel and multi-step tool use — so agent loops run on open models without breaking
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
Full evidence behind every verdict lives on the arena page and each product page — chips above deep-link straight to the judged story.