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-11 18:09:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8711088ebcf7f0da593b0e28e01c0df779e20ad7
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
feat: Add Files API support with upload, list, get and delete operations
2025-07-12 03:33:39 +08:00
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
删除ruff导致的格式化换行
2025-06-30 17:52:10 +08:00
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