Model Database

AI/ML API provides a suite of powerful, serverless models for seamless integration into your applications

You can refer to the Models documentation to understand what models are available and the differences between them. It also possible to list all LLM models through API.

列出所有支持的型号及其提供商。

get

返回一个支持的模型和它们的提供者的字典,包括大语言模型和其他人工智能服务。

响应
200成功
application/json
get
/models
GET /models HTTP/1.1
Host: api.aimlapi.com
Accept: */*
200成功
{
  "ANY_ADDITIONAL_PROPERTY": "text"
}

最后更新于