From 21cfae5ede3ca9780411f2a69fd5a3cc630e5508 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Fri, 12 Jun 2026 23:18:40 -0500 Subject: [PATCH] Add nemotron-3-ultra and claude-sonnet-latest profiles --- profiles/anthropic/claude-sonnet-latest.yml | 7 +++++++ profiles/nvidia/nemotron-3-ultra.yml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 profiles/anthropic/claude-sonnet-latest.yml create mode 100644 profiles/nvidia/nemotron-3-ultra.yml diff --git a/profiles/anthropic/claude-sonnet-latest.yml b/profiles/anthropic/claude-sonnet-latest.yml new file mode 100644 index 0000000..c7be449 --- /dev/null +++ b/profiles/anthropic/claude-sonnet-latest.yml @@ -0,0 +1,7 @@ +id: claude-sonnet-latest +endpoint: https://openrouter.ai/api/v1 +model: "~anthropic/claude-sonnet-latest" +reasoning_effort: high +timeout_seconds: 240 +api_key_env: OPENROUTER_API_KEY +service_tier: flex diff --git a/profiles/nvidia/nemotron-3-ultra.yml b/profiles/nvidia/nemotron-3-ultra.yml new file mode 100644 index 0000000..bb55536 --- /dev/null +++ b/profiles/nvidia/nemotron-3-ultra.yml @@ -0,0 +1,7 @@ +id: nemotron-3-ultra +endpoint: https://openrouter.ai/api/v1 +model: nvidia/nemotron-3-ultra-550b-a55b +reasoning_effort: high +timeout_seconds: 180 +api_key_env: OPENROUTER_API_KEY +service_tier: flex