This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
gemini-balance
Watch
1
Star
0
Fork
0
You've already forked gemini-balance
mirror of
https://github.com/snailyp/gemini-balance.git
synced
2026-06-03 14:49:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f58ae2b340a610efcff7e16c28cd56a2b65f0f24
gemini-balance
/
app
/
domain
History
zenyanbo
f58ae2b340
feat: add support for the
n
parameter in OpenAI-compatible requests. Now, when you make a request to the
/v1/chat/completions
endpoint with the
n
parameter, it will be correctly mapped to
candidateCount
in the Gemini API request, allowing you to receive multiple completions.
2025-08-11 17:39:18 +08:00
..
file_models.py
feat: Add Files API support with upload, list, get and delete operations
2025-07-12 03:33:39 +08:00
gemini_models.py
添加对gemini原生格式TTS的支持
2025-07-15 18:04:16 +09:00
image_models.py
…
openai_models.py
feat: add support for the
n
parameter in OpenAI-compatible requests. Now, when you make a request to the
/v1/chat/completions
endpoint with the
n
parameter, it will be correctly mapped to
candidateCount
in the Gemini API request, allowing you to receive multiple completions.
2025-08-11 17:39:18 +08:00