Skip to content

feat(provider): add FuturMix as built-in provider#3679

Open
FuturMix wants to merge 1 commit into
chatboxai:mainfrom
FuturMix:feat/add-futurmix-provider
Open

feat(provider): add FuturMix as built-in provider#3679
FuturMix wants to merge 1 commit into
chatboxai:mainfrom
FuturMix:feat/add-futurmix-provider

Conversation

@FuturMix

@FuturMix FuturMix commented Apr 24, 2026

Copy link
Copy Markdown

Summary

Add FuturMix as a built-in provider. FuturMix is a multi-model AI API hub that provides access to 22+ models from Anthropic, Google, and OpenAI .

  • API: OpenAI-compatible ((see futurmix.ai))
  • Models: Claude Opus/Sonnet/Haiku, Gemini 2.5 Pro/Flash, GPT-5.4/Mini, and more
  • SLA: 99.99% uptime

Changes

Following the existing provider pattern (SiliconFlow, VolcEngine):

  1. src/shared/types/provider.ts — Add FuturMix = 'futurmix' to ModelProviderEnum
  2. src/shared/providers/definitions/models/futurmix.ts — Model class extending OpenAICompatible
  3. src/shared/providers/definitions/futurmix.ts — Provider definition with 9 curated models
  4. src/shared/providers/index.ts — Register side-effect import
  5. src/shared/model-registry/provider-mapping.ts — Add models.dev mapping
  6. src/renderer/static/icons/providers/futurmix.png — Provider icon

Test plan

  • Provider appears in the model provider dropdown
  • API key and host can be configured
  • Models appear in model selector
  • Chat works end-to-end with FuturMix API

🤖 Generated with Claude Code

FuturMix is an OpenAI-compatible AI gateway that provides unified
access to 22+ models from Anthropic, Google, and OpenAI through a
single API endpoint with 99.99% SLA.

Changes:
- Add ModelProviderEnum.FuturMix to provider types
- Create FuturMix model class extending OpenAICompatible
- Create provider definition with 9 curated models
- Register in provider index and models.dev mapping
- Add provider icon

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 40b43727-e387-409f-a5d3-650127e17d2b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@FuturMix

Copy link
Copy Markdown
Author

Friendly ping — this PR adds FuturMix as a provider following the SiliconFlow/VolcEngine pattern. Ready for review.

@billfelix

billfelix commented Apr 27, 2026 via email

Copy link
Copy Markdown

@FuturMix

Copy link
Copy Markdown
Author

Hi @billfelix — circling back on this one. The PR adds FuturMix as a built-in provider following the same pattern as SiliconFlow and VolcEngine.

Current status:

  • Mergeable state is clean, no conflicts
  • CodeRabbit auto-review was skipped per repo settings, but the code follows existing provider patterns exactly

Since the ChatBox project supports many providers and this is a straightforward addition (config + icon), would you be able to give it a review when you have a moment? Happy to make any adjustments if needed.

Thanks for the quick acknowledgment earlier!

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.

2 participants