diff --git a/providers/moark/logo.svg b/providers/moark/logo.svg new file mode 100644 index 00000000..dc84a919 --- /dev/null +++ b/providers/moark/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/moark/models/GLM-4.7.toml b/providers/moark/models/GLM-4.7.toml new file mode 100644 index 00000000..070dc67a --- /dev/null +++ b/providers/moark/models/GLM-4.7.toml @@ -0,0 +1,25 @@ +name = "GLM-4.7" +family = "glm" +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 + +[interleaved] +field = "reasoning_content" + +[cost] +input = 3.50 +output = 14.00 + +[limit] +context = 204800 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/moark/models/MiniMax-M2.1.toml b/providers/moark/models/MiniMax-M2.1.toml new file mode 100644 index 00000000..b7aaae57 --- /dev/null +++ b/providers/moark/models/MiniMax-M2.1.toml @@ -0,0 +1,23 @@ +name = "MiniMax-M2.1" +family = "minimax" +release_date = "2025-12-23" +last_updated = "2025-12-23" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 2.10 +output = 8.40 +cached_input = 2.10 +cached_write = 8.40 + +[limit] +context = 204_800 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/moark/provider.toml b/providers/moark/provider.toml new file mode 100644 index 00000000..a714dc46 --- /dev/null +++ b/providers/moark/provider.toml @@ -0,0 +1,5 @@ +name = "Moark" +npm = "@ai-sdk/openai-compatible" +env = ["MOARK_API_KEY"] +api = "https://moark.com/v1" +doc = "https://moark.com/docs/openapi/v1#tag/%E6%96%87%E6%9C%AC%E7%94%9F%E6%88%90"