List Models
Returns an OpenAI-compatible list of catalog model IDs accepted by the gateway.
Response Body
application/json
application/json
curl -X GET "https://api.stogas.ai/v1/models"{
"object": "list",
"data": [
{
"id": "gpt-5.5-latest",
"object": "model",
"created": 1,
"owned_by": "stogas"
}
]
}{
"error": {
"message": "Catalog unavailable",
"type": "internal_error"
}
}Catalog GET
Returns the active public gateway catalog used for model discovery, aliases, routing, and prices.
Chat Completions POST
Create an OpenAI-compatible chat completion. The gateway resolves the requested model and route through the compiled Stogas catalog, applies deployment facts such as implied service tier, rejects unsupported parameters, and then relays the request to the configured provider.