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:
@@ -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
|
||||
Reference in New Issue
Block a user