diff --git a/providers/llmgateway/models/minimax-m3.toml b/providers/llmgateway/models/minimax-m3.toml new file mode 100644 index 000000000..d3841b436 --- /dev/null +++ b/providers/llmgateway/models/minimax-m3.toml @@ -0,0 +1,6 @@ +base_model = "minimax/MiniMax-M3" + +[cost] +input = 0.6 +output = 2.4 +cache_read = 0.12 diff --git a/providers/llmgateway/models/qwen3.7-plus.toml b/providers/llmgateway/models/qwen3.7-plus.toml new file mode 100644 index 000000000..a485b47a5 --- /dev/null +++ b/providers/llmgateway/models/qwen3.7-plus.toml @@ -0,0 +1,7 @@ +base_model = "alibaba/qwen3.7-plus" + +[cost] +input = 0.4 +output = 1.6 +cache_read = 0.08 +cache_write = 0.5