diff --git a/providers/scx/logo.svg b/providers/scx/logo.svg new file mode 100644 index 0000000000..545176a945 --- /dev/null +++ b/providers/scx/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/providers/scx/models/MiniMax-M2.7.toml b/providers/scx/models/MiniMax-M2.7.toml new file mode 100644 index 0000000000..faecca8ff0 --- /dev/null +++ b/providers/scx/models/MiniMax-M2.7.toml @@ -0,0 +1,7 @@ +base_model = "minimax/MiniMax-M2.7" +name = "MiniMax 2.7 (SCX)" +reasoning_options = [] + +[limit] +context = 191_000 +output = 8_000 diff --git a/providers/scx/models/coder.toml b/providers/scx/models/coder.toml new file mode 100644 index 0000000000..e4ce0fda5f --- /dev/null +++ b/providers/scx/models/coder.toml @@ -0,0 +1,18 @@ +name = "Coder" +description = "SCX high-performance coding assistant with reasoning, optimized for algorithms, debugging, and code review" +release_date = "2026-03" +last_updated = "2026-03" +attachment = false +reasoning = true +reasoning_options = [] +temperature = true +tool_call = true +open_weights = false + +[limit] +context = 191_000 +output = 8_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/scx/provider.toml b/providers/scx/provider.toml new file mode 100644 index 0000000000..8d9d8723d7 --- /dev/null +++ b/providers/scx/provider.toml @@ -0,0 +1,5 @@ +name = "SCX.ai" +env = ["SCX_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.scx.ai/v1" +doc = "https://platform.scx.ai/docs"