Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions providers/openrouter/models/openrouter/healer-alpha.toml
Original file line number Diff line number Diff line change
@@ -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"]
23 changes: 23 additions & 0 deletions providers/openrouter/models/openrouter/hunter-alpha.toml
Original file line number Diff line number Diff line change
@@ -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"]
Loading