Model API

One base URL, one key, the whole catalogue. The request body is the one your client library already builds.

Sample data. Endpoint paths and rates below are illustrative; this build has no live gateway behind it.

Base URL

/v1

api.agentplatform.store

Models reachable

400+

across 8 vendors

Median latency

0.34s

primary routes

Fallback

Automatic

on route failure

Make a call

curl https://api.agentplatform.store/v1/chat/completions \
  -H "Authorization: Bearer ap_sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "atlas-5.6-solo",
    "messages": [
      { "role": "user", "content": "Summarise this changelog." }
    ]
  }'

base url · https://api.agentplatform.store/v1

Endpoints

MethodPathWhat it does
POST/v1/chat/completionsChat and multimodal turns, streaming optional.
POST/v1/embeddingsVector embeddings for retrieval.
POST/v1/images/generationsImage synthesis on image-capable routes.
GET/v1/modelsThe catalogue your key can currently reach.
GET/v1/usageMetered usage, filterable by key and date.

Catalogue sample

Full price list →
ModelVendorTypeInput / 1MOutput / 1M
atlas-6-wideNorthwindMultimodal$0.55$2.76
lumen-5-proCalderMultimodal$1.32$6.62
swift-3.8-flashMeridianMultimodal$0.08$0.41
atlas-5.6-soloNorthwindMultimodal$0.28$1.65
delta-v4-flashKestrelChat$0.33$0.99
flare-2.5-imageNorthwindImage$1.65$9.90
quill-4.6SableMultimodal$0.22$0.66
kite-k3HarbourChat$2.25$11.25