List active models
Returns all active (non-deprecated) LLM and image-generation models available in Fetch Hive as a flat array. Excludes embedding-only models.
provider identifies the underlying model maker (e.g. openai, anthropic, minimaxai).
model_type is "llm" for chat/text models and "image_generation" for
models that generate images. is_vision means a model accepts image input;
is_image_generation means a model generates images.
is_reasoning is true when the model supports reasoning capabilities.
Authorizations
Workspace API key sent as Authorization: Bearer <api_key>.
Response
models returned
"gpt-4.1"
"GPT 4.1"
"gpt-4-1"
"openai"
"OpenAI"
1047576
llm, image_generation "llm"
false
true
false
true
true

