stogas

Catalog

Returns the active public gateway catalog used for model discovery, aliases, routing, and prices.

GET
/v1/catalog

Response Body

application/json

application/json

curl -X GET "https://api.stogas.ai/v1/catalog"
{
  "version": "stogas.gateway.catalog.v1",
  "generatedAt": "1970-01-01T00:00:01Z",
  "graph": {
    "models": {},
    "deployments": {},
    "providers": {},
    "providerEndpoints": {},
    "stogasEndpoints": {}
  },
  "indexes": {
    "provider_endpoint_request_slugs": {}
  }
}
{
  "error": {
    "message": "Catalog unavailable",
    "type": "internal_error"
  }
}