openapi: 3.1.0 info: title: CometAPI Unified Audio Models API description: CometAPI is an OpenAI-compatible aggregator that exposes a single REST surface for 500+ AI models from multiple vendors (OpenAI, Anthropic, Google, xAI, DeepSeek, Alibaba, and more). Endpoints follow OpenAI's request/response shapes for chat, embeddings, images, video, and speech, so existing OpenAI SDK clients can switch by changing only the base URL and API key. version: 1.0.0 contact: name: CometAPI url: https://www.cometapi.com/ servers: - url: https://api.cometapi.com/v1 description: Production security: - bearerAuth: [] tags: - name: Models description: List of supported models routable by CometAPI. paths: /models: get: operationId: listModels summary: List models description: Return the catalog of models routable through CometAPI. tags: - Models responses: '200': description: List of models. components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT externalDocs: description: CometAPI Documentation url: https://apidoc.cometapi.com/