feat(aihubmix): add gemini-3.7-flash model configuration (#4735)

* feat(gemini): add gemini-3.7-flash model configuration

* review and address bot suggestions
This commit is contained in:
rakshith1928
2026-08-15 04:29:16 +05:30
committed by GitHub
parent 369b6abce8
commit f97df19af4
@@ -0,0 +1,10 @@
base_model = "google/gemini-3.7-flash"
# AIHubMix unified Chat: $.reasoning_effort = low|medium|high
# https://docs.aihubmix.com/cn/api/unified-inference
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 0.75
output = 3.75
cache_read = 0.075