diff --git a/providers/aki-io/models/glm5.3-754b.toml b/providers/aki-io/models/glm5.3-754b.toml new file mode 100644 index 00000000000..fc20d83dccf --- /dev/null +++ b/providers/aki-io/models/glm5.3-754b.toml @@ -0,0 +1,13 @@ +base_model = "zhipuai/glm-5.3" +reasoning_options = [{ type = "effort", values = ["low", "high", "max"] }] + +# cost as described on the AKI.IO pricing page at https://aki.io/#pricing +[cost] +input = 1.00 +output = 3.50 +cache_read = 0.25 + +[limit] +context = 524_288 +output = 81_920 + diff --git a/providers/aki-io/models/kimi-k2.7-code-1100b.toml b/providers/aki-io/models/kimi-k2.7-code-1100b.toml deleted file mode 100644 index a814eda61af..00000000000 --- a/providers/aki-io/models/kimi-k2.7-code-1100b.toml +++ /dev/null @@ -1,18 +0,0 @@ -# attachment are not supported on AKI.IO for security reasons and therefore are disabled -# AKI.IO supports a reduced set of input modalities, thats why the description of the base model are overridden -base_model = "moonshotai/kimi-k2.7-code" -attachment = false -reasoning_options = [] - -# cost as described on the AKI.IO pricing page at https://aki.io/#pricing -[cost] -input = 0.86 -output = 3.00 -cache_read = 0.18 - -[limit] -context = 262_144 -output = 81_920 - -[modalities] -input = ["text", "image"]