1. List Models
AI 果果
  • AI果果
    • 关于AI果果
    • 错误消息
    • OpenAI
      • Billing
      • Usage
      • Chat
      • Vision
      • Dall-e
      • Speech
    • Gemini
      • Models
      • Billing
      • Usage
      • Chat
      • Vision-image
      • Vision-video
      • Images-Generations
      • Images-Edits
      • Image-Chat-Edits
    • Models
      • List Models
        • Models - OpenAI Format
          GET
        • Models - Gemini Format
          GET
    • Chat
    • Music
      • Suno Music
  1. List Models

Models - Gemini Format

GET
https://api.aichat199.com/v1beta/models
Get the list of models supported by the current API-Key

请求参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aichat199.com/v1beta/models' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json'

返回响应

🟢200成功
application/json
Body

示例
{
  "models": [
    {
      "name": "models/gemini-pro",
      "version": "string",
      "displayName": "string",
      "description": "string",
      "inputTokenLimit": 0,
      "outputTokenLimit": 0,
      "supportedGenerationMethods": [
        "string"
      ]
    }
  ]
}
修改于 2026-02-03 15:11:51
上一页
Models - OpenAI Format
下一页
Suno Music
Built with