# GENXT Confidential LLM API ## API Docs - [Server attestation](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-10771587.md): This endpoint enables secure communication by accepting a nonce from the client and responding with multiple security reports and certificates. It returns a Trusted Execution Environment (TEE) report, a Trusted Platform Module (TPM) quote, a GPU report, and an Attested TLS (aTLS) certificate. These components collectively ensure the integrity and authenticity of the communication channel. - [Generate a completion](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-6405521.md): This endpoint generates a text completion based on a given prompt using a specified AI model. It can optionally accept base64-encoded images for multimodal model interactions. The endpoint supports streaming responses where the result is delivered in a series of messages; this can be disabled to receive a single response object. - [Generate a chat completion](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-6405522.md): This endpoint facilitates the generation of the next message in a conversation using a specified AI model. It supports maintaining a chat history to provide context to the model. The endpoint also supports streaming responses, which can be disabled to receive a single response object. - [List Local Models](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-6407386.md): List models that are available locally. - [Show Model Information](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-6407387.md): Show information about a model including details, modelfile, template, parameters, license, and system prompt. - [Generate Embeddings](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-6407388.md): Generate embeddings from a model - [OpenAI compatible endpoints](https://apidog.com/apidoc/shared/ecd5e7e1-b812-4397-9c37-da601816f20a/api-13967686.md): For OpenAI compatible API use https://api.genxt.ai/v1 base URL