fix(abacus): omit inherited GPT input limits
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
# RouteLLM cached_input_token_rate: 0.0000005
|
||||
# RouteLLM thinking: True
|
||||
base_model = "openai/gpt-5.5"
|
||||
base_model_omit = ["limit.input"]
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
# RouteLLM cached_input_token_rate: 0.0000001
|
||||
# RouteLLM thinking: True
|
||||
base_model = "openai/gpt-5.6-luna"
|
||||
base_model_omit = ["limit.input"]
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
# RouteLLM cached_input_token_rate: 0.0000005
|
||||
# RouteLLM thinking: True
|
||||
base_model = "openai/gpt-5.6-sol"
|
||||
base_model_omit = ["limit.input"]
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
# RouteLLM cached_input_token_rate: 0.00000025
|
||||
# RouteLLM thinking: True
|
||||
base_model = "openai/gpt-5.6-terra"
|
||||
base_model_omit = ["limit.input"]
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user