Skip to main content
GET
Retrieve Available Models
Famulor 1.0 API (legacy). This page applies only to Famulor 1.0 (app.famulor.de) and is retained for legacy compatibility. For the current platform, use the Famulor 2.0 API reference.
This endpoint returns a list of available AI models that can be used when creating or updating assistants.

Query Parameters

string
default:"llm"
The type of models to retrieve, based on the engine mode:
  • llm - LLM models for the pipeline mode (default)
  • multimodal - Multimodal models for the multimodal mode
  • dualplex - Multimodal models for the dualplex mode

Response Fields

array

Notes

  • If no type parameter is provided, LLM models are returned by default
  • Use the llm_model_id field when creating pipeline assistants
  • Use the multimodal_model_id field when creating multimodal or dualplex assistants