Google Gemini Advanced (Pro). Enhanced capabilities for complex tasks and analysis.
Input
¥0.30
¥ / 百万Token
Output
¥0.60
¥ / 百万Token
价格单位:¥(人民币)
curl https://api.aigcto.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gemini-advanced",
"messages": [{"role": "user", "content": "What is the meaning of life?"}],
"stream": true
}'Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.