diff --git a/providers/aihubmix/models/claude-opus-4-5.toml b/providers/aihubmix/models/claude-opus-4-5.toml new file mode 100644 index 00000000..174e92e0 --- /dev/null +++ b/providers/aihubmix/models/claude-opus-4-5.toml @@ -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"] diff --git a/providers/aihubmix/models/coding-glm-4.6-free.toml b/providers/aihubmix/models/coding-glm-4.6-free.toml new file mode 100644 index 00000000..bb480508 --- /dev/null +++ b/providers/aihubmix/models/coding-glm-4.6-free.toml @@ -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"] diff --git a/providers/aihubmix/models/gpt-5.1-codex-max.toml b/providers/aihubmix/models/gpt-5.1-codex-max.toml new file mode 100644 index 00000000..95f02c56 --- /dev/null +++ b/providers/aihubmix/models/gpt-5.1-codex-max.toml @@ -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"] \ No newline at end of file