# Stogas.ai Docs - [Evidence Bundle](/docs/confidential-bundle): Understand the public snapshot used to verify Stogas gateways. - [Security Model](/docs/confidential-security-model): What Stogas confidential verification proves and where its boundary ends. - [Verification Quickstart](/docs/confidential-verification): Verify the Stogas gateway with the CLI or an SDK. - [Quickstart](/docs): Send your first request through the Stogas OpenAI-compatible API. - [Model Tools](/docs/model-tools): Supported client tools, provider-hosted tools, and how tool usage is billed. - [Native Verifier Integrations](/docs/verifier-native-integrations): Call the Stogas verifier from JVM, .NET, Apple, mobile, and other native environments. - [API Reference](/docs/reference): Interactive endpoint playground for the gateway API. - [Compatibility Notes](/docs/reference/provider-behavior): The small set of Stogas behaviors that differ from a direct provider API. - [API Security](/docs/reference/security): Authentication, browser access, request limits, and optional diagnostics. - [Catalog](/docs/reference/catalog/getCatalog): Returns the active public gateway catalog used for model discovery, aliases, routing, and prices. - [List Models](/docs/reference/catalog/listModels): Returns an OpenAI-compatible list of catalog model IDs accepted by the gateway. - [Chat Completions](/docs/reference/openai-compatible/createChatCompletion): 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. - [Responses](/docs/reference/openai-compatible/createResponse): Create an OpenAI-compatible Responses API response. 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.