Skip to content
Hoody.com

Returns the current cached catalog of AI models available through the Hoody AI gateway. Use this endpoint to discover available models and their Hoody-denominated pricing before initiating inference requests. Provider details are intentionally omitted from the response.

This endpoint takes no parameters.

Terminal window
curl -X GET https://api.hoody.icu/api/v1/ai/models \
-H "Authorization: Bearer <token>"
NameTypeRequiredDescription
statusCodenumberYesHTTP-style status code returned in the body
messagestringYesHuman-readable description of the result
dataobjectYesContainer for the catalog payload
data.updated_atnull | stringYesISO 8601 timestamp of when the catalog was last refreshed, or null if not yet known
data.modelsarrayYesThe list of available AI models
data.models[].idstringYesCanonical model identifier (e.g. openai/gpt-4o) used when issuing inference requests
data.models[].namestringYesDisplay name of the model
data.models[].descriptionnull | stringNoShort description of the model and its capabilities
data.models[].creatednull | integerNoUnix timestamp (seconds) representing when the model was created upstream
data.models[].context_lengthnull | integerNoMaximum context window in tokens
data.models[].input_modalitiesarrayNoSupported input modality identifiers (e.g. text, image, file)
data.models[].output_modalitiesarrayNoSupported output modality identifiers (e.g. text)
data.models[].pricingobjectYesHoody-denominated pricing keys (e.g. prompt, completion, image) mapped to cost-per-unit strings