Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline 6b0bd7ae79 [siliconflow/google] Add reasoning options 2026-06-13 16:10:56 -05:00
2 changed files with 32 additions and 0 deletions
@@ -0,0 +1,16 @@
base_model = "google/gemma-4-26b-a4b-it"
attachment = false
reasoning = false
open_weights = false
[cost]
input = 0.12
output = 0.40
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,16 @@
base_model = "google/gemma-4-31b-it"
attachment = false
reasoning = false
open_weights = false
[cost]
input = 0.13
output = 0.40
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text"]
output = ["text"]