1
dimlau 15 小时 29 分钟前
https://aistudio.google.com/rate-limit
我怎么没看见 gemini-flash-latest 这个名字? |
2
NickyHaris OP |
3
niubilewodev 12 小时 21 分钟前 via iPhone
AI 解释有误,有点说反了,latest 才是那个不稳定的。
https://ai.google.dev/gemini-api/docs/models Latest Points to the latest release for a specific model variation. This can be a stable, preview or experimental release. This alias will get hot-swapped with every new release of a specific model variation. A 2-week notice will be provided through email before the version behind latest is changed. For example: gemini-flash-latest. |
4
NickyHaris OP @niubilewodev 我用 gemini-flash-latest ,返回的结果显示实际调用的是
"modelVersion":"gemini-3-flash-preview" 那么,SKU 的解释有道理,就目前而言,是一回事。 问题在于,这个 gemini-3-flash-preview 的思考 token 不可控,相似的输入,输出有时没有 thoughtsTokenCount ,有时 thoughtsTokenCount 是 promptTokenCount 的几十倍,很迷…… |