Skip to content

feat(scx): add SCX.ai provider with coder and MiniMax-M2.7 models#3085

Open
bhuvan2134686 wants to merge 1 commit into
anomalyco:devfrom
SouthernCrossAI:add-scx-provider
Open

feat(scx): add SCX.ai provider with coder and MiniMax-M2.7 models#3085
bhuvan2134686 wants to merge 1 commit into
anomalyco:devfrom
SouthernCrossAI:add-scx-provider

Conversation

@bhuvan2134686

Copy link
Copy Markdown

Adds SCX.ai as a provider

SCX.ai is a sovereign, OpenAI-compatible inference platform. This adds the provider and two of its models.

Provider (providers/scx/provider.toml)

  • api = "https://api.scx.ai/v1" (OpenAI-compatible)
  • npm = "@ai-sdk/openai-compatible"
  • env = ["SCX_API_KEY"]
  • logo included

Models

  • coder — SCX's own coding model (reasoning + tool calling)
  • MiniMax-M2.7 — served by SCX; uses base_model = "minimax/MiniMax-M2.7" with SCX-specific limits and display name

Validated locally with bun run validate (passes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant