bat + new zsh functions

This commit is contained in:
Jason Swank
2025-12-28 18:38:38 +00:00
parent 5b27f75da8
commit e285163442
6 changed files with 31 additions and 2 deletions

View File

@@ -203,6 +203,22 @@ list:
max_batch_size: 100
- provider: gemini
models:
- name: gemini-3-flash-preview
type: chat
max_input_tokens: 1048576
input_price: 0.0
output_price: 0.0
max_output_tokens: 65536
supports_vision: true
supports_function_calling: true
- name: gemini-3-pro-preview
type: chat
max_input_tokens: 1048576
input_price: 0.0
output_price: 0.0
max_output_tokens: 65536
supports_vision: true
supports_function_calling: true
- name: gemini-2.5-flash
type: chat
max_input_tokens: 1048576