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-05-07 04:42:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
gemini-balance
/
app
/
domain
History
snaily
b52092a72b
Merge pull request
#300
from zenyanbo/main
2025-08-16 01:06:18 +08:00
..
file_models.py
…
gemini_models.py
feat: Add Gemini API embeddings compatibility with embedContent and batchEmbedContents methods
2025-07-30 02:28:53 +08: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