bat + new zsh functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user