From cd4bf245e925f6a9a978ec023a876a53608f302c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 21 Jul 2026 11:09:51 -0600 Subject: [PATCH] chore: updated models.yaml --- models.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/models.yaml b/models.yaml index 5313abe..7220450 100644 --- a/models.yaml +++ b/models.yaml @@ -320,6 +320,14 @@ # - https://ai.google.dev/api/rest/v1beta/models/streamGenerateContent - provider: gemini models: + - name: gemini-3.6-flash + max_input_tokens: 1048576 + max_output_tokens: 65536 + input_price: 1.5 + output_price: 7.5 + supports_function_calling: true + reasoning_levels: [minimal, low, medium, high] + default_reasoning_level: medium - name: gemini-3.5-flash max_input_tokens: 1048576 max_output_tokens: 65536 @@ -360,8 +368,6 @@ output_price: 0 supports_vision: true supports_function_calling: true - reasoning_levels: [low, medium, high] - default_reasoning_effort: low - name: gemini-2.5-pro max_input_tokens: 1048576 max_output_tokens: 65536