ModelSell 文档
管理接口模型

以 Gemini OpenAI 兼容路径获取模型列表

以 Gemini OpenAI 兼容路径获取模型列表。该接口来自 new-api 当前 router 代码,返回统一管理接口响应;具体 data 结构随业务对象变化。

GET
/v1beta/openai/models

以 Gemini OpenAI 兼容路径获取模型列表。该接口来自 new-api 当前 router 代码,返回统一管理接口响应;具体 data 结构随业务对象变化。

Authorization

bearerAuth
AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Response Body

application/json

curl -X GET "https://example.com/v1beta/openai/models"
{
  "success": true,
  "message": "string",
  "data": null
}