Stable public interface · v1

GPU cloud pricing API

Use the same evidence product that powers SaaS Sentinel. The API is static-first, read-only and free to inspect: no account, cookies or client key. Responses include permissive CORS headers, explicit schema versions, generation timestamps, source hashes and interpretation limits.

  • No runtime database or opaque ranking service
  • Immutable version namespace for breaking-change protection
  • 859 current offers behind the index

Endpoints

Small surface, durable semantics

Version 1 exposes only products that can be regenerated and validated without a stateful service. Filtering remains client-side, which keeps cost and failure modes low while the dataset is compact.

GET /api/v1/index.jsongpu-cloud-price-index@1.0.0

Current provider-balanced metrics, model summaries, fixed-cohort series, source hashes and limitations.

Open response →
GET /api/v1/changes.jsongpu-price-change-feed@1.0.0

Distinct normalized price changes for current comparable offer identities; repeated checks are suppressed.

Open response →
GET /api/v1/status.jsonpublic-status@1.0.0

Catalog, benchmark, autonomous SEO and distribution readiness without exposing credentials or internal logs.

Open response →
GET /api/v1/openapi.jsonopenapi@3.1.0

Machine-readable endpoint discovery and license metadata.

Open response →

Quick start

Fetch the full index in one request

Cache the response and compare `generated_at` before replacing a local copy. Do not present a rate as available unless its availability evidence says so.

fetch("https://www.saassentineltools.com/api/v1/index.json")
  .then((response) => response.json())
  .then(({ current, models }) => {
    console.log(current.index_value, models[0]);
  });

Terminal

curl --fail --silent --show-error "https://www.saassentineltools.com/api/v1/index.json"
CDN cache1 hour
Browser cache5 minutes
CredentialsNot required
LicenseAttribution + caveats

Stability policy

Versioned, observable and honest about limits

Non-breaking changes

Version 1 may add documented optional fields. Existing fields keep their meaning and normalized units. A semantic break receives a new URL namespace.

No uptime fiction

This free static API inherits the production site and CDN. It has no contractual SLA; clients should cache the last valid response and inspect timestamps.

Source responsibility

Provider pages remain the purchase authority. Preserve the evidence URL, date and limitations when republishing calculated or indexed values.