Skip to content

feat(provider): add Voban AI provider#1511

Open
fdematos wants to merge 1 commit intoanomalyco:devfrom
fdematos:feat/voban-provider
Open

feat(provider): add Voban AI provider#1511
fdematos wants to merge 1 commit intoanomalyco:devfrom
fdematos:feat/voban-provider

Conversation

@fdematos
Copy link
Copy Markdown

Summary

Adds Voban as a provider, the control plane for enterprise AI. One OpenAI-compatible gateway, any model, with per-request inspection, policy enforcement, and audit, operated in Europe.

5 models added:

  • mistral-large-2512
  • devstral-2512
  • glm-5.1
  • minimax-m2.5
  • kimi-k2.5

Provider details:

  • API: https://api.voban.ai/v1 (OpenAI-compatible)
  • SDK: @ai-sdk/openai-compatible
  • Auth: VOBAN_API_KEY
  • Docs: https://voban.ai/

Test plan

  • bun validate
  • GET /v1/models returns the 5 IDs above
  • POST /v1/chat/completions succeeds for all 5

- openai-compatible provider targeting api.voban.ai/v1
- mistral-large-2512 and devstral-2512 extend mistral first-party bases
- glm-5.1, minimax-m2.5, kimi-k2.5 extend first-party bases with Voban pricing
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