Models

List models

Returns the TextCortex models available through the OpenAI-compatible public API.

get/models

Response

Successful response

object'list' required

Example response

{
  "data": [
    {
      "id": "kimi-k2-5",
      "owned_by": "textcortex"
    }
  ]
}

Changes