Standard Compute

An independent, flat-rate LLM inference API for AI coding agents. Standard Compute runs a single OpenAI-compatible (and Anthropic Messages-compatible) inference endpoint that smart-routes each request to the best-fit model across closed frontier and efficient open models, sold as a flat monthly subscription with a stated compute budget rather than per-token billing. Integration is a base-URL swap: point any OpenAI-compatible agent at https://api.stdcmpt.com/v1, use a Bearer key, and set the model to "standardcompute". There are no per-minute 429 walls and no 5-hour or weekly windows; requests run at full speed until the monthly budget is reached, then return HTTP 402 until the period renews.

Standard Compute publishes 8 APIs on the APIs.io network, including Chat API, Completions API, Healthz API, and 5 more. Tagged areas include LLM API, Flat Rate, Subscription, AI Agents, and Inference.

Standard Compute’s developer surface includes documentation, getting-started guide, support, engineering blog, pricing, signup flow, changelog, and 19 more developer resources.

46.2/100 developing ▬ flat Agent 22/100 agent aware Front door AI 6/6 dominant Full breakdown ↓
scored 2026-09-24 · rubric v0.22.0
1 APIs
LLM APIFlat RateSubscriptionAI AgentsInferenceModel RoutingAI GatewayDeveloper ToolsCoding AgentsOpenAI-Compatible

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-24 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/standard-compute: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

Standards implemented 1

Interfaces this provider implements that became standards by being copied rather than ratified. Each is profiled by the API Commons, and the evidence column says how the claim was established — not that it was made.

prose — states compatibility; nothing published to check it against
2 core of 338 operations graded · api-commons/models

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Standard Compute Chat API

The Chat API from Standard Compute — 1 operation(s) for chat.

Standard Compute Completions API

The Completions API from Standard Compute — 1 operation(s) for completions.

Standard Compute Healthz API

The Healthz API from Standard Compute — 1 operation(s) for healthz.

Standard Compute Install.ps1 API

The Install.ps1 API from Standard Compute — 1 operation(s) for install.ps1.

Standard Compute Install.sh API

The Install.sh API from Standard Compute — 1 operation(s) for install.sh.

Standard Compute Messages API

The Messages API from Standard Compute — 2 operation(s) for messages.

Standard Compute Models API

The Models API from Standard Compute — 1 operation(s) for models.

Standard Compute Responses API

The Responses API from Standard Compute — 1 operation(s) for responses.

Scroll for all 8

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Standard Compute Rate Limits

0 limits

RATE LIMITS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Standard Compute Domain Security

TLSv1.3 · DMARC

SECURITY

Standard Compute Vulnerability Disclosure

disclosure policy published

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
name: Standard Compute
description: 'An independent, flat-rate LLM inference API for AI coding agents. Standard Compute runs a single OpenAI-compatible
  (and Anthropic Messages-compatible) inference endpoint that smart-routes each request to the best-fit model across closed
  frontier and efficient open models, sold as a flat monthly subscription with a stated compute budget rather than per-token
  billing. Integration is a base-URL swap: point any OpenAI-compatible agent at https://api.stdcmpt.com/v1, use a Bearer key,
  and set the model to "standardcompute". There are no per-minute 429 walls and no 5-hour or weekly windows; requests run
  at full speed until the monthly budget is reached, then return HTTP 402 until the period renews.'
image: https://standardcompute.com/opengraph-image.png
url: https://raw.githubusercontent.com/api-evangelist/standard-compute/refs/heads/main/apis.yml
created: '2026-09-02'
modified: '2026-09-02'
specificationVersion: '0.21'
tags:
- LLM API
- Flat Rate
- Subscription
- AI Agents
- Inference
- Model Routing
- AI Gateway
- Developer Tools
- Coding Agents
- OpenAI-Compatible
tags_raw:
- llm api
- flat-rate
- subscription
- ai agents
- inference
- model routing
- ai gateway
- developer tools
- coding agents
- openai-compatible
apis:
- aid: standard-compute:standard-compute-chat-api
  name: Standard Compute Chat API
  description: The Chat API from Standard Compute — 1 operation(s) for chat.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Chat
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-chat-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-completions-api
  name: Standard Compute Completions API
  description: The Completions API from Standard Compute — 1 operation(s) for completions.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Completions
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-completions-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-healthz-api
  name: Standard Compute Healthz API
  description: The Healthz API from Standard Compute — 1 operation(s) for healthz.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Healthz
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-healthz-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-install-ps1-api
  name: Standard Compute Install.ps1 API
  description: The Install.ps1 API from Standard Compute — 1 operation(s) for install.ps1.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Install.ps1
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-install-ps1-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-install-sh-api
  name: Standard Compute Install.sh API
  description: The Install.sh API from Standard Compute — 1 operation(s) for install.sh.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Install.sh
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-install-sh-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-messages-api
  name: Standard Compute Messages API
  description: The Messages API from Standard Compute — 2 operation(s) for messages.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Message
  tags_raw:
  - Messages
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-messages-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-models-api
  name: Standard Compute Models API
  description: The Models API from Standard Compute — 1 operation(s) for models.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-models-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
- aid: standard-compute:standard-compute-responses-api
  name: Standard Compute Responses API
  description: The Responses API from Standard Compute — 1 operation(s) for responses.
  humanURL: https://standardcompute.com/getting-started
  baseURL: https://api.stdcmpt.com/v1
  tags:
  - Responses
  properties:
  - type: OpenAPI
    url: openapi/standard-compute-responses-api-openapi.yml
  - type: Documentation
    url: https://standardcompute.com/getting-started
  - type: GettingStarted
    url: https://standardcompute.com/getting-started
  - type: LLMsTxt
    url: https://standardcompute.com/llms.txt
  - type: Authentication
    url: authentication/standard-compute-authentication.yml
  - type: ErrorCatalog
    url: errors/standard-compute-problem-types.yml
  - type: RateLimits
    url: rate-limits/standard-compute-rate-limits.yml
  - type: Conventions
    url: conventions/standard-compute-conventions.yml
  - type: DataModel
    url: data-model/standard-compute-data-model.yml
common:
- type: Website
  url: https://www.standardcompute.com/
- type: Documentation
  url: https://standardcompute.com/getting-started
- type: GettingStarted
  url: https://standardcompute.com/getting-started
- type: Support
  url: https://standardcompute.com/support
- type: Blog
  url: https://standardcompute.com/blog
- type: Pricing
  url: https://standardcompute.com/pricing
- type: SignUp
  url: https://standardcompute.com/login
- type: TermsOfService
  url: https://standardcompute.com/terms
- type: PrivacyPolicy
  url: https://standardcompute.com/privacy
- type: StatusPage
  url: https://standardcompute.com/status
- type: ChangeLog
  url: https://standardcompute.com/changelog
- type: Security
  url: https://standardcompute.com/security
- type: LLMsTxt
  url: llms/standard-compute-llms.txt
- type: Lifecycle
  url: lifecycle/standard-compute-lifecycle.yml
- type: Plans
  url: plans/standard-compute-plans-pricing.yml
- type: RateLimits
  url: rate-limits/standard-compute-rate-limits.yml
- type: Authentication
  url: authentication/standard-compute-authentication.yml
- type: Conventions
  url: conventions/standard-compute-conventions.yml
- type: Conformance
  url: conformance/standard-compute-conformance.yml
- type: ErrorCatalog
  url: errors/standard-compute-problem-types.yml
- type: DataModel
  url: data-model/standard-compute-data-model.yml
- type: Packages
  url: packages/standard-compute-packages.yml
- type: Overlay
  url: overlays/standard-compute-openapi-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
- type: VulnerabilityDisclosure
  url: security/standard-compute-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/standard-compute-domain-security.yml
maintainers:
- FN: Standard Compute
  url: https://standardcompute.com
  email: contact@standardcompute.com
x-enrichment:
  date: '2026-09-02'
  status: enriched
  artifacts_added: 20
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/standard-compute"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/standard-compute/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/standard-compute/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.