> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyceum.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat Completions



## OpenAPI

````yaml /api-reference/openapi.json post /api/v2/external/serverless/chat/completions
openapi: 3.1.0
info:
  title: Lyceum Cloud Execution API
  version: 0.1.0
servers: []
security: []
paths:
  /api/v2/external/serverless/chat/completions:
    post:
      tags:
        - Chat & Embeddings
      summary: Chat Completions
      operationId: chat_completions_api_v2_external_serverless_chat_completions_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````