mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[GH-ISSUE #322] 客户端指定模型的疑问(gemini) #229
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wangqiang1988 on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/322
项目很好,就是有两点没搞明白。
我客户端指定了gemini-3-pro,然后我理解aiclient2api也会转换成用gemini-cli来请求cli所支持的模型,不知道这样理解正确吗?
那用量统计里面是可指定的后端3个模型的统计吗?如果用到了某个模型的上限aiclient2api会自动切换到下一个模型自动统计用量吗?如果这样的话用量统计的意义就是统计我客户端和aiclient2api之间的用量统计。
不知道以上两点理解的对吗?还请指教。
@justlovemaki commented on GitHub (Feb 13, 2026):
1.是把gemini-cli 里的请求api单独拿出来使用,没有客户端限制
2.用量统计也是用的gemini-cli 中的接口,数据是同步的