diff --git a/providers/openrouter/models/openrouter/healer-alpha.toml b/providers/openrouter/models/openrouter/healer-alpha.toml new file mode 100644 index 000000000..3f9335f44 --- /dev/null +++ b/providers/openrouter/models/openrouter/healer-alpha.toml @@ -0,0 +1,23 @@ +name = "Healer Alpha" +family = "alpha" +release_date = "2026-03-11" +last_updated = "2026-03-11" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +knowledge = "2026-03-11" +open_weights = false + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 262_144 +output = 64_000 + +[modalities] +input = ["text", "image", "audio", "pdf"] +output = ["text"] diff --git a/providers/openrouter/models/openrouter/hunter-alpha.toml b/providers/openrouter/models/openrouter/hunter-alpha.toml new file mode 100644 index 000000000..c9d07ee1e --- /dev/null +++ b/providers/openrouter/models/openrouter/hunter-alpha.toml @@ -0,0 +1,23 @@ +name = "Hunter Alpha" +family = "alpha" +release_date = "2026-03-11" +last_updated = "2026-03-11" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +knowledge = "2026-03-11" +open_weights = false + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 1_048_576 +output = 64_000 + +[modalities] +input = ["text", "image", "pdf"] +output = ["text"]