Skip to content

feat: add FuturMix as AI model provider#2162

Open
FuturMix wants to merge 3 commits intostackblitz-labs:mainfrom
FuturMix:add-futurmix-provider
Open

feat: add FuturMix as AI model provider#2162
FuturMix wants to merge 3 commits intostackblitz-labs:mainfrom
FuturMix:add-futurmix-provider

Conversation

@FuturMix
Copy link
Copy Markdown

@FuturMix FuturMix commented Apr 25, 2026

Summary

Add FuturMix as a new AI provider in bolt.diy. FuturMix is an enterprise AI agent platform providing 22+ models .

Changes

  • Add app/lib/modules/llm/providers/futurmix.ts — Provider implementation
  • Update app/lib/modules/llm/registry.ts — Register provider
  • Update .env.example — Add FUTURMIX_API_KEY variable

Features

  • Static models: Claude 4 Opus, Claude Sonnet 4.5, GPT-4o, Gemini 2.5 Pro/Flash, DeepSeek
  • Dynamic model discovery via /v1/models endpoint
  • Uses getOpenAILikeModel() for OpenAI compatibility
  • 99.99% SLA with auto-failover

Configuration

Set FUTURMIX_API_KEY in environment or enter in the UI provider settings.

Test Plan

  • Provider appears in model selector
  • Models load correctly (static + dynamic)
  • Chat completions work with FuturMix API key

🤖 Generated with Claude Code

@FuturMix FuturMix changed the title feat: Add FuturMix AI Gateway provider feat: add FuturMix AI Gateway provider Apr 27, 2026
@FuturMix FuturMix changed the title feat: add FuturMix AI Gateway provider feat: add FuturMix as AI model 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.

1 participant