feat: add FuturMix as a model provider#12220
Open
FuturMix wants to merge 1 commit intocontinuedev:mainfrom
Open
feat: add FuturMix as a model provider#12220FuturMix wants to merge 1 commit intocontinuedev:mainfrom
FuturMix wants to merge 1 commit intocontinuedev:mainfrom
Conversation
FuturMix is a unified AI gateway providing OpenAI-compatible access to 22+ models from OpenAI, Anthropic, and Google through a single API endpoint and key. Changes: - Add FuturMix LLM class extending OpenAI (core/llm/llms/FuturMix.ts) - Register FuturMix in LLMClasses array - Add 7 model presets + AUTODETECT support in GUI - Add provider entry with API key input in GUI - Add provider logo - Add documentation page
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
1 similar comment
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds FuturMix as a built-in model provider. FuturMix is a unified AI gateway that provides OpenAI-compatible access to 22+ models from OpenAI, Anthropic, and Google through a single API endpoint and key.
OpenAIwithapiBaseset tohttps://futurmix.ai/v1/(similar to Tensorix, SiliconFlow)/modelsendpointdocs/customize/model-providers/more/futurmix.mdxFiles changed
core/llm/llms/FuturMix.tscore/llm/llms/index.tsgui/src/pages/AddNewModel/configs/models.tsgui/src/pages/AddNewModel/configs/providers.tsgui/public/logos/futurmix.pngdocs/customize/model-providers/more/futurmix.mdxTest plan
/v1/modelsendpointSummary by cubic
Adds
FuturMixas a built-in model provider so users can access 22+ models (OpenAI, Anthropic, Google) via a single OpenAI-compatible endpoint. Includes 7 presets andAUTODETECTin the Add New Model flow.FuturMixclass extendingOpenAIwithapiBasehttps://futurmix.ai/v1/; registered inLLMClasses.futurmix.png, 7 presets (Claude Opus 4-7, Sonnet 4-6, Haiku 4.5, Gemini 2.5 Pro/Flash, GPT-5.4/5.4 Mini), andAUTODETECTvia/v1/models.docs/customize/model-providers/more/futurmix.mdx.Written for commit a9b7db2. Summary will update on new commits.