| 项目 | 内容 |
|---|---|
| Base URL | https://api.gravitex.ai/v1/chat/completions |
| 认证方式 | API Key (Token) |
| 请求头 | Authorization: Bearer sk-xxxx、Content-Type: application/json |
gemini-2.5-flash / gemini-2.5-flash-preview-09-2025gemini-2.5-flash-lite-preview-09-2025gemini-2.5-progemini-3-pro-preview(默认开启思考,使用 thinking_level)gemini-3-pro-preview-thinking-lowgemini-3-pro-preview-thinking-high以路由配置为准,如有疑问请咨询管理员。
temperature、top_p、max_tokens、stopresponse_format/json_schematools/tool_choice(OpenAI 兼容格式)thinking_budget(2.5 系列)或 thinking_level(3 Pro Preview)googleSearch 工具"extra_body": {
"google": {
"tools": [
{ "googleSearch": {} }
]
}
}thinking_budget(数字)。-1 自动,0 关闭,>0 指定预算。thinking_level(LOW/HIGH),默认 HIGH,无需数字预算。