GENXT Confidential LLM API
    GENXT Confidential LLM API
    • Server attestation
      POST
    • Generate a completion
      POST
    • Generate a chat completion
      POST
    • List Local Models
      GET
    • Show Model Information
      POST
    • Generate Embeddings
      POST
    • OpenAI compatible endpoints
      POST

      OpenAI compatible endpoints

      POST
      https://api.genxt.ai/v1
      For OpenAI compatible API use https://api.genxt.ai/v1 base URL
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.genxt.ai/v1' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'
      Response Response Example
      [
          0
      ]

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/json
      object {0}
      Examples

      Responses

      🟢200Embeddings generated from the model.
      application/json
      Body
      array[number]
      optional
      Previous
      Generate Embeddings
      Built with