diff --git a/profiles/local-gemma4.yml b/profiles/local-gemma4.yml index 8f414cb..bacd38e 100644 --- a/profiles/local-gemma4.yml +++ b/profiles/local-gemma4.yml @@ -3,7 +3,6 @@ endpoint: https://inference.ai.rakestrawhome.com/v1 model: google/gemma4-31b-it temperature: 0.15 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 900 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/local-nemotron.yml b/profiles/local-nemotron.yml index 18f1495..88fd98b 100644 --- a/profiles/local-nemotron.yml +++ b/profiles/local-nemotron.yml @@ -3,7 +3,6 @@ endpoint: https://inference.ai.rakestrawhome.com/v1 model: "nvidia/Nemotron-3-Nano-30B-A3B" temperature: 0.15 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 900 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-gemini-flash.yml b/profiles/openrouter-gemini-flash.yml index 7fb8d74..d1e5441 100644 --- a/profiles/openrouter-gemini-flash.yml +++ b/profiles/openrouter-gemini-flash.yml @@ -3,7 +3,6 @@ endpoint: https://openrouter.ai/api/v1 model: "~google/gemini-flash-latest" temperature: 0.15 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 240 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-gemma4-31b.yml b/profiles/openrouter-gemma-4-31b.yml similarity index 92% rename from profiles/openrouter-gemma4-31b.yml rename to profiles/openrouter-gemma-4-31b.yml index 796003f..6faf9dc 100644 --- a/profiles/openrouter-gemma4-31b.yml +++ b/profiles/openrouter-gemma-4-31b.yml @@ -3,7 +3,6 @@ endpoint: https://openrouter.ai/api/v1 model: google/gemma-4-31b-it temperature: 0.15 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 240 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-glm-5-1.yml b/profiles/openrouter-glm-5-1.yml index 6055d45..88c77b2 100644 --- a/profiles/openrouter-glm-5-1.yml +++ b/profiles/openrouter-glm-5-1.yml @@ -3,7 +3,6 @@ endpoint: https://openrouter.ai/api/v1 model: z-ai/glm-5.1 temperature: 0.5 reasoning_effort: high -max_tokens: 8192 top_p: 0.95 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-mistral-large.yml b/profiles/openrouter-mistral-large.yml index f83bdf3..ab44c59 100644 --- a/profiles/openrouter-mistral-large.yml +++ b/profiles/openrouter-mistral-large.yml @@ -2,7 +2,6 @@ id: openrouter-mistral-large endpoint: https://openrouter.ai/api/v1 model: mistralai/mistral-large-2512 temperature: 0.15 -max_tokens: 4096 top_p: 0.98 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-mistral-medium-3-5.yml b/profiles/openrouter-mistral-medium-3-5.yml index 2aad2e1..d12ccc7 100644 --- a/profiles/openrouter-mistral-medium-3-5.yml +++ b/profiles/openrouter-mistral-medium-3-5.yml @@ -3,7 +3,6 @@ endpoint: https://openrouter.ai/api/v1 model: mistralai/mistral-medium-3-5 temperature: 0.15 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-mistral-small-3.yml b/profiles/openrouter-mistral-small-3.yml index b489831..278b210 100644 --- a/profiles/openrouter-mistral-small-3.yml +++ b/profiles/openrouter-mistral-small-3.yml @@ -2,7 +2,6 @@ id: openrouter-mistral-small-3 endpoint: https://openrouter.ai/api/v1 model: mistralai/mistral-small-3.2-24b-instruct temperature: 0.05 -max_tokens: 16384 top_p: 1.0 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY diff --git a/profiles/openrouter-mistral-small-4.yml b/profiles/openrouter-mistral-small-4.yml index d6754b6..95566f3 100644 --- a/profiles/openrouter-mistral-small-4.yml +++ b/profiles/openrouter-mistral-small-4.yml @@ -3,7 +3,6 @@ endpoint: https://openrouter.ai/api/v1 model: mistralai/mistral-small-2603 temperature: 0.1 reasoning_effort: high -max_tokens: 4096 top_p: 0.98 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY