Skip to content

Gemini Native

Gemini Native 接口适合需要保留 Google Gemini 原生请求格式的场景。

请求地址

http
POST /v1/gemini/generateContent

示例

json
{
  "model": "gemini-2.5-pro",
  "contents": [
    {
      "role": "user",
      "parts": [
        { "text": "Describe Cubicspaces in one paragraph." }
      ]
    }
  ]
}

企业合作联系:hello@cubicspaces.ai