"HodlAI": {
"baseUrl": "https://api.hodlai.fun/v1",
"apiKey": "这里换成自己的 API Key",
"api": "openai-completions",
"models": [
{
"id": "gemini-3-pro-preview",
"name": "Gemini 3 Pro (preview)",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0.5,
"output": 1.5,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1048576,
"maxTokens": 8192
}
]
}