docs: Add FuturMix as a remote model provider#8088
Conversation
Add comprehensive documentation for integrating FuturMix AI Gateway with Jan, enabling users to access 22+ AI models through a single OpenAI-compatible API. Changes: - Add futurmix.mdx with complete integration guide - Update _meta.json to include FuturMix in navigation The documentation covers: - Step-by-step setup instructions using OpenAI provider settings - Configuration for custom API endpoint (https://futurmix.ai/v1) - Complete model list including: - Anthropic (Claude 3.5 Sonnet, Opus, Haiku) - OpenAI (GPT-4, GPT-4o, o1-preview, o1-mini) - Google (Gemini 1.5 Pro, Flash) - Additional models (DeepSeek, Llama 3, Mistral) - Benefits section highlighting 99.99% SLA and cost savings - Comprehensive troubleshooting guide FuturMix provides a unified gateway to multiple AI providers with high reliability and competitive pricing, making it easier for Jan users to access various models without managing multiple API keys. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Code ReviewSummary: Adds documentation for integrating FuturMix AI Gateway as a remote model provider in Jan. Includes a new MDX page with setup instructions, available models list, and troubleshooting tips, plus a navigation entry in Findings:
Recommendation: improve needed -- The duplicate heading should be fixed, the promotional language should be toned down to match the style of other provider docs, and the model list should either be kept minimal or link to an external source to avoid staleness. Maintainers should also decide on the policy for self-submitted provider docs. |
…ding Address reviewer feedback: - Remove duplicate 'Integrate FuturMix with Jan' heading - Remove 'Benefits' section and promotional claims (SLA, pricing comparisons) - Replace hardcoded model list with current model IDs + link to external source - Match neutral tone of other provider docs (e.g., OpenRouter)
|
Thank you for the detailed review! I've pushed a fix (c70de1d) addressing all findings:
The doc now follows the same neutral, setup-focused tone as the OpenRouter integration guide. |
Follow-up Review (c70de1d)Thanks for the quick turnaround, @FuturMix. Here is where things stand against the original findings:
Remaining notes (non-blocking):
All three actionable findings from the first review have been addressed. The page now matches the structure and tone of existing provider docs (OpenRouter, Groq, etc.). Recommendation: can merge |
|
Thanks @tokamak-pm for the thorough review! All three items have been addressed. Would a maintainer be able to merge this when ready? |
|
🤖 Tokamak Bot — this repository isn't linked to any Tokamak project. A project owner can link it under Project Settings → Repositories, then mention me again. |
|
The review feedback has been fully addressed and the reviewer confirmed 'can merge.' Could a maintainer from the Jan team please review and merge? Thank you! |
|
Hi maintainers — just a gentle follow-up. The automated review confirmed all findings were addressed and recommended merging. This is a docs-only PR adding FuturMix as an OpenAI-compatible provider option. Would appreciate a quick review when you get a chance. Thank you! |
Review: docs: Add FuturMix AI Gateway as a remote model providerSummary: Adds a docs page for FuturMix AI Gateway as a remote model provider, accessible via Jan's existing OpenAI-compatible provider settings. Docs-only change (2 files: new MDX page + _meta.json update). Positive observations
Issues and observations
Recommendation: can merge |
Review Status Check (2026-06-06)No new commits or changes since the last review on 2026-05-01. The PR remains in the same state (2 commits: Prior review history:
Current assessment: The two changed files (new This PR has been waiting for maintainer action for over five weeks. The only remaining decision is the policy question of whether self-submitted provider documentation meets the bar for inclusion in official docs -- that is a maintainer call, not a code review issue. Recommendation: can merge |
Summary
Add comprehensive documentation for integrating FuturMix with Jan Desktop, enabling users to access 22+ AI models from multiple providers through a single OpenAI-compatible API.
Changes
docs/src/pages/docs/desktop/remote-models/futurmix.mdx- Complete integration guidedocs/src/pages/docs/desktop/remote-models/_meta.json- Added FuturMix to navigation menuDocumentation Includes
Setup Instructions
Model Catalog
Complete list of available models across providers:
Key Benefits
Troubleshooting
Comprehensive guide covering:
About FuturMix
FuturMix is a multi-model AI API hub that simplifies access to multiple AI model providers. By using an OpenAI-compatible API, it integrates seamlessly with Jan Desktop while providing access to a wide range of models with high reliability and competitive pricing.
Format & Style
This documentation follows the same structure and style as existing provider pages (OpenRouter, Groq, Anthropic) to ensure consistency with Jan's documentation standards. It uses the same Nextra components and follows established patterns for settings navigation and model configuration.
Testing
The integration has been verified to work with Jan Desktop by configuring the OpenAI provider with the custom FuturMix endpoint.
🤖 Generated with Claude Code