From 24975af8e05cea44529f9368eb3c2dc96602dffa Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Tue, 26 May 2026 19:59:02 -0500 Subject: [PATCH] Add minimax profile --- profiles/openrouter/openrouter-minimax-m2-5.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 profiles/openrouter/openrouter-minimax-m2-5.yml diff --git a/profiles/openrouter/openrouter-minimax-m2-5.yml b/profiles/openrouter/openrouter-minimax-m2-5.yml new file mode 100644 index 0000000..4bad098 --- /dev/null +++ b/profiles/openrouter/openrouter-minimax-m2-5.yml @@ -0,0 +1,8 @@ +id: openrouter-minimax-m2-5 +endpoint: https://openrouter.ai/api/v1 +model: minimax/minimax-m2.5 +temperature: 0.5 +reasoning_effort: medium +top_p: 0.95 +timeout_seconds: 180 +api_key_env: OPENROUTER_API_KEY \ No newline at end of file