List models
/v1/modelsList models available through Token360.
The response uses the OpenAI-compatible model list shape. Use the returned id as the model value in compatible endpoints such as chat completions, image generation, video generation, audio, and batch jobs.
Authentication
No authentication is required. API keys sent as Authorization: Bearer ... are accepted but not required.
Query Parameters
currentintegerPage number.
sizeintegerPage size.
sort_byenum<string>Sort field.
sort_orderenum<string>Sort direction.
model_typestringFilter by model type, such as LLM, IMAGE_GENERATION, VIDEO_GENERATION, or AUDIO.
keywordstringSearch by model name or display name.
namestringExact model name filter. Multiple names may be comma-separated.
tagsstringFilter by one or more comma-separated tags.
input_typesstringFilter by comma-separated input types, such as text,image,audio.
output_typesstringFilter by comma-separated output types, such as text,image,video,audio.
publisher_namesstringFilter by one or more publisher display names. May be comma-separated or sent multiple times.
Response
objectstringAlways list.
dataobject[]List of model objects.
data.idstringModel ID to pass as the model parameter.
data.objectstringAlways model.
data.createdintegerUnix timestamp derived from the model publish or update time.
data.owned_bystringPublisher or owner display name.
data.architectureobjectModel architecture and modality metadata.
data.canonical_slugstringModel slug. Matches id.
data.context_lengthinteger|nullMaximum prompt plus completion tokens when derivable from the model API Usage schema.
data.default_parametersobjectDefault request parameter values applied or recommended for this model when available.
data.parameter_schemaobjectSupported request parameter metadata keyed by supported parameter name.
data.descriptionstringModel description.
data.expiration_datestring|nullExpiration date when available; otherwise null.
data.hugging_face_idstring|nullHugging Face model identifier when available; otherwise null.
data.knowledge_cutoffstring|nullTraining-data cutoff date when available; otherwise null.
data.linksobjectRelated model resources.
data.namestringDisplay name.
data.per_request_limitsobjectPer-request limits derived from the normalized API Usage schema.
data.supported_parametersstring[]Supported request parameter names from the same normalized API Usage schema shown on the model detail page.
data.supported_voicesstring[]|nullSupported voice IDs for voice models when available; otherwise null.