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
| Method | Path | What it does |
|---|---|---|
| POST | /v1/chat/completions | Chat and multimodal turns, streaming optional. |
| POST | /v1/embeddings | Vector embeddings for retrieval. |
| POST | /v1/images/generations | Image synthesis on image-capable routes. |
| GET | /v1/models | The catalogue your key can currently reach. |
| GET | /v1/usage | Metered usage, filterable by key and date. |
Catalogue sample
Full price list →| Model | Vendor | Type | Input / 1M | Output / 1M |
|---|---|---|---|---|
| atlas-6-wide | Northwind | Multimodal | $0.55 | $2.76 |
| lumen-5-pro | Calder | Multimodal | $1.32 | $6.62 |
| swift-3.8-flash | Meridian | Multimodal | $0.08 | $0.41 |
| atlas-5.6-solo | Northwind | Multimodal | $0.28 | $1.65 |
| delta-v4-flash | Kestrel | Chat | $0.33 | $0.99 |
| flare-2.5-image | Northwind | Image | $1.65 | $9.90 |
| quill-4.6 | Sable | Multimodal | $0.22 | $0.66 |
| kite-k3 | Harbour | Chat | $2.25 | $11.25 |