Skip to content

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

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

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

Conversation

@FuturMix
Copy link
Copy Markdown

@FuturMix FuturMix commented Apr 24, 2026

Summary

Add FuturMix as a built-in provider. FuturMix is an enterprise AI platform 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 <[email protected]>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 24, 2026

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
Copy link
Copy Markdown

billfelix commented Apr 27, 2026 via email

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