Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions providers/infomaniak/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions providers/infomaniak/models/Qwen/Qwen3.5-122B-A10B-FP8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Qwen3.5 122B-A10B FP8"
family = "qwen"
release_date = "2026-02-23"
last_updated = "2026-05-06"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
status = "beta"

[cost]
input = 0.40
output = 3.20

[limit]
context = 200_000
input = 200_000
output = 50_000

[modalities]
input = ["text", "image"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/infomaniak/models/bge_multilingual_gemma2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "BGE Multilingual Gemma2"
family = "text-embedding"
release_date = "2024-07-30"
last_updated = "2026-05-06"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true

[cost]
input = 0.065
output = 0.00

[limit]
context = 8_192
input = 8_192
output = 3_584

[modalities]
input = ["text"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/infomaniak/models/google/gemma-4-31B-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
last_updated = "2026-05-06"
status = "beta"

[extends]
from = "google/gemma-4-31b-it"
Comment thread
abonvalle marked this conversation as resolved.

[cost]
input = 0.20
output = 0.40

[limit]
context = 100_000
input = 100_000
output = 8_192
22 changes: 22 additions & 0 deletions providers/infomaniak/models/mini_lm_l12_v2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Paraphrase Multilingual MiniLM L12 v2"
family = "text-embedding"
release_date = "2021-08-30"
last_updated = "2026-05-06"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true

[cost]
input = 0.00
output = 0.00

[limit]
context = 512
input = 512
output = 384

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Ministral 3 14B Instruct"
family = "ministral"
release_date = "2025-12-15"
last_updated = "2026-05-06"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.30
output = 0.40

[limit]
context = 100_000
input = 100_000
output = 25_600

[modalities]
input = ["text"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/infomaniak/models/moonshotai/Kimi-K2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
last_updated = "2026-05-06"
status = "beta"

[extends]
from = "moonshotai/kimi-k2.6"

[cost]
input = 0.60
output = 3.00

[limit]
context = 256_000
input = 256_000
output = 256_000
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Apertus 70B Instruct"
release_date = "2025-10-08"
last_updated = "2026-05-06"
attachment = false
reasoning = false
temperature = true
tool_call = false
open_weights = true
status = "beta"

[cost]
input = 0.70
output = 2.50

[limit]
context = 65_536
input = 65_536
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/infomaniak/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Infomaniak"
npm = "@ai-sdk/openai-compatible"
api = "https://api.infomaniak.com/2/ai/${INFOMANIAK_PROJECT_ID}/openai/v1"
env = ["INFOMANIAK_API_KEY", "INFOMANIAK_PROJECT_ID"]
doc = "https://www.infomaniak.com/fr/hebergement/ai-services"