id- stringcreated- integer - Not supportedobject- stringowned_by- string - Not supportedaliases- array of strings - LLM additioncan_stream- boolean - LLM addition
A list of model objects.
> curl http://localhost:8080/v1/models
{"object":"list","data":[{"id":"gpt-3.5-turbo","object":"model","aliases":["3.5","chatgpt"],"can_stream":true},...]}model- string - Required
The model object matching the specified id or alias
> curl http://localhost:8080/v1/models/gpt-4
{"id":"gpt-4","object":"model","can_stream":true}Not supported