GET
/
v1
/
models
/

Response

200 - application/json
id
integer
required
name
string
required
model_type
enum<string>
  • text2text - Text to Text
  • text2image - Text to Image
  • text2vector - Text to Vector
Available options:
text2text,
text2image,
text2vector
model_provider
  • openai - OpenAI
  • azure - Azure OpenAI
  • anthropic - Anthropic
  • prem - Prem AI
  • groq - Groq
Available options:
openai,
azure,
anthropic,
prem,
groq
deprecated
boolean