Skip to content

feat: add FuturMix as LLM provider#5553

Open
FuturMix wants to merge 1 commit into
Mintplex-Labs:masterfrom
FuturMix:feat/add-futurmix-provider
Open

feat: add FuturMix as LLM provider#5553
FuturMix wants to merge 1 commit into
Mintplex-Labs:masterfrom
FuturMix:feat/add-futurmix-provider

Conversation

@FuturMix
Copy link
Copy Markdown

@FuturMix FuturMix commented Apr 29, 2026

Summary

Adds FuturMix as an OpenAI-compatible LLM provider option. FuturMix is an enterprise AI agent platform providing access to 22+ AI models (Claude, GPT, Gemini, etc.) at (see futurmix.ai).

  • Server LLM class (server/utils/AiProviders/futurmix/) — OpenAI SDK with (see futurmix.ai), model caching, streaming support
  • Agent provider (server/utils/agents/aibitat/providers/futurmix.js) — Tool calling support via Provider + UnTooled
  • Frontend UI (frontend/src/components/LLMSelection/FuturMixOptions/) — API key input + dynamic model selector grouped by organization
  • Registration — All provider hooks (helpers, customModels, updateENV, systemSettings, endpoints, UI preferences, privacy constants, agent providers)

Environment Variables

  • FUTURMIX_API_KEY — API key from futurmix.ai
  • FUTURMIX_MODEL_PREF — Model preference (default: claude-sonnet-4-20250514)

Closes #5536

Test Plan

  • Provider appears in LLM provider selection (settings + onboarding)
  • API key input and validation works
  • Model list fetches dynamically from /v1/models
  • Chat completions work with streaming
  • Agent mode works with tool calling

Add FuturMix as an OpenAI-compatible LLM provider. FuturMix is a unified
AI gateway providing access to 22+ AI models through a single API endpoint.

- Server-side LLM class with streaming and caching
- Agent provider for tool calling support
- Frontend settings UI with model selector
- Registration in all provider hooks

Closes Mintplex-Labs#5536

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FuturMix FuturMix changed the title feat: add FuturMix AI Gateway as LLM provider feat: add FuturMix as LLM provider May 6, 2026
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.

FEAT: Add FuturMix AI Gateway as an LLM provider

1 participant