Add Infomaniak provider with 5 AI models#2
Open
pietrini wants to merge 5 commits into
Open
Conversation
Infomaniak is a Swiss cloud provider offering an OpenAI-compatible AI API with European data sovereignty. Adds provider config and models: - mistralai/Ministral-3-14B-Instruct-2512 (vision, tool calling) - google/Gemma-4-31B-it (extends canonical, vision, reasoning) - moonshotai/Kimi-K2.6 (extends canonical, reasoning, vision, video) - Qwen/Qwen3.5-122B-A10B-FP8 (extends canonical, reasoning, multimodal) - swiss-ai/Apertus-70B-Instruct-2509 (open multilingual model, beta) https://claude.ai/code/session_01MQforMKhaKerRcDUMZjnVg
Infomaniak caps this model at 100,000 input tokens, lower than the canonical Google model's 256K context window. https://claude.ai/code/session_01MQforMKhaKerRcDUMZjnVg
Infomaniak only exposes text-to-text for this model, not the vision capabilities available in the canonical Google model. https://claude.ai/code/session_01MQforMKhaKerRcDUMZjnVg
Based on Infomaniak's model page screenshots: - Qwen3.5 122B FP8: input cap 200K, image-text modality, beta - Kimi K2.6: input cap 256K, image-text modality (no video), beta - Ministral 3 14B: input cap 100K, beta - Gemma 4 31B: beta All non-Apertus models now correctly reflect Infomaniak's published specs. https://claude.ai/code/session_01MQforMKhaKerRcDUMZjnVg
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
This PR adds support for the Infomaniak AI provider, enabling access to multiple AI models through the Infomaniak API.
Key Changes
Implementation Details
@ai-sdk/openai-compatible)INFOMANIAK_API_KEYandINFOMANIAK_PROJECT_ID