ohmygpt-logoOhMyGPT Cookbook
OpenAPI/V1

Models

返回本站所支持的所有模型/服务,格式兼容OpenAI的格式

GET
/v1/models

Authorization

AuthorizationRequiredBearer <token>

In: header

Response Body

TypeScript Definitions

Use the response body type in TypeScript.

curl -X GET "https://api.ohmygpt.com/v1/models" \
  -H "Authorization: Bearer <token>"
{}