Skip to main content

Get available models

GET 
/ai/models

This endpoint returns a list of Open Source and OpenAI models that are available for use.

Note: Model id's will be in the form {source}/{model_name}. For example openai/gpt-4 or mistralai/Mistral-7B-Instruct-v0.1 consistent with HuggingFace naming conventions.

Responses

200: Successful Response

422: Validation Error

Loading...