Skip to content
Open
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/aihubmix/models/claude-opus-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Opus 4.5"
release_date = "2025-11-25"
last_updated = "2025-11-25"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03"
open_weights = false

[cost]
input = 5.00
output = 25.00
cache_read = 0.50
cache_write = 6.25

[limit]
context = 200_000
output = 32_000

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/aihubmix/models/coding-glm-4.6-free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Coding GLM-4.6 Free"
release_date = "2025-09-30"
last_updated = "2025-09-30"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 200_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
20 changes: 20 additions & 0 deletions providers/aihubmix/models/gpt-5.1-codex-max.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "GPT-5.1-Codex-Max"
release_date = "2025-11-19"
last_updated = "2025-11-19"
knowledge = "2024-09-30"
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 1.25
output = 10.00
cache_read = 0.125

[limit]
context = 400_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
Loading