fix(abacus): omit inherited GPT input limits

This commit is contained in:
Aiden Cline
2026-07-10 11:49:53 -05:00
parent 0004993aa6
commit 64fed1b223
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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 = []
+1
View File
@@ -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 = []