feat: add infomaniak provider with 10 models#2893
Open
abonvalle wants to merge 3 commits into
Open
Conversation
Verified each reasoning model against the live Infomaniak API: - reasoning text is returned in `message.reasoning`, so use `interleaved = true` instead of the non-existent `field = "reasoning_content"` - gemma-4-31B-it ignores `reasoning_effort` and never emits reasoning, so drop its reasoning_options/interleaved and set `reasoning = false` - Mistral-Small only accepts `none`/`high`; documented the per-model wire format (reasoning_effort on/off) in comments above each reasoning_options Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
874492b to
842887f
Compare
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.
Re-submission of #1356, which was auto-closed as stale.
Rebased on latest
dev. Addresses @rekram1-node's review feedback from #1356:base_modelreferencesreasoning_options(Mistral-Small, Kimi-K2, Qwen3.5)Adds the Infomaniak provider: 8 LLMs + 2 embedding models.