> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hubto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 模型列表

> Gemini 模型查询接口。

## 用途

用于获取当前可见的 Gemini 模型列表。

## 请求头

<ParamField header="Authorization" type="string" default="Bearer YOUR_API_KEY" required>
  Bearer 鉴权请求头。
</ParamField>

## 响应

<ResponseField name="models" type="object[]">
  当前账号可访问的模型列表。
</ResponseField>
