latestOpenAPI 3.0.22026-08-1751714.1 KB

434c9de75420

Models

Retrieve a model

Returns metadata for one TextCortex model available through the OpenAI-compatible public API.

get/models/{model_id}

Path parameters

model_idstring required

TextCortex model id.

Response

Successful response

createdinteger required

Unix timestamp for the model release date.

idstring required

TextCortex model id.

object'model' required
owned_bystring required
deployment_jurisdiction'EU' | 'EEA' | 'US' | 'UK' | 'CH' | 'GLOBAL' | 'null' nullable required

Canonical deployment jurisdiction advertised by TextCortex. Use this field to distinguish multi-region routes when served_from_country_code is null.

served_from_country_codestring nullable required

ISO 3166-1 alpha-2 country code for the model deployment advertised by TextCortex. Europe-hosted metadata is used only when the model has an explicit Europe override.

Example response

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