Skip to content
Closed
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
7 changes: 3 additions & 4 deletions providers/aihubmix/models/coding-glm-4.7.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
Expand All @@ -13,9 +12,9 @@ open_weights = true
field = "reasoning_details"

[cost]
input = 0.27
output = 1.10
cache_read = 0.548
input = 0.06
output = 0.22
cache_read = 0.01

[limit]
context = 204800
Expand Down
1 change: 0 additions & 1 deletion providers/aihubmix/models/gpt-5-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ release_date = "2025-09-15"
last_updated = "2025-09-15"
attachment = true
reasoning = true
temperature = true
knowledge = "2024-09-30"
tool_call = true
open_weights = false
Expand Down
1 change: 0 additions & 1 deletion providers/aihubmix/models/gpt-5.2-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ release_date = "2026-01-14"
last_updated = "2026-01-14"
attachment = true
reasoning = true
temperature = true
knowledge = "2025-08-31"
tool_call = true
structured_output = true
Expand Down
22 changes: 22 additions & 0 deletions providers/aihubmix/models/gpt-5.4-mini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GPT-5.4-Mini"
family = "gpt-mini"
release_date = "2026-3-11"
last_updated = "2026-3-11"
attachment = true
reasoning = false
tool_call = true
open_weights = false
structured_output = true

[cost]
input = 0.75
output = 4.50
cache_read = 0.075

[limit]
context = 400_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/aihubmix/models/gpt-5.4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GPT-5.4"
family = "gpt"
release_date = "2026-3-11"
last_updated = "2026-3-11"
attachment = true
reasoning = true
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 2.50
output = 15.00
cache_read = 0.25

[limit]
context = 400_000
output = 128_000

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