メインコンテンツまでスキップ

モデル一覧

This page gathers the endpoints used to enumerate available models.

モデル API / モデル一覧

GET Native Gemini Format

GET /models

Returns the list of available models in Gemini API format

Request Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringNonone

Response Example

200 Response

{
"data": [
{
"id": "string",
"object": "string",
"owned_by": "string",
"permission": [
"string"
]
}
],
"object": "string"
}

Responses

StatusMeaningDescriptionModel
200OKnoneInline

Response Schema

Status 200

NameTypeRequiredConstraintsChinese NameDescription
» data[object]truenonenone
»» idstringtruenonenone
»» objectstringtruenonenone
»» owned_bystringtruenonenone
»» permission[oneOf]truenonenone

oneOf

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousstringfalsenonenone

xor

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousintegerfalsenonenone

xor

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousbooleanfalsenonenone

xor

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousarrayfalsenonenone

xor

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousobjectfalsenonenone

xor

NameTypeRequiredConstraintsChinese NameDescription
»»» anonymousnumberfalsenonenone

continued

NameTypeRequiredConstraintsChinese NameDescription
» objectstringtruenonenone