Skip to content

Commit 0a7cab6

Browse files
authored
Merge pull request #602 from msanft/msanft/privatemode-ai
Add privatemode.ai provider
2 parents 21bd51d + cded612 commit 0a7cab6

7 files changed

Lines changed: 125 additions & 0 deletions

File tree

providers/privatemode-ai/logo.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Gemma 3 27B"
2+
family = "gemma-3"
3+
attachment = true
4+
reasoning = false
5+
structured_output = true
6+
temperature = true
7+
tool_call = true
8+
release_date = "2025-03-12"
9+
last_updated = "2025-03-12"
10+
knowledge = "2024-08"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 128_000
19+
output = 8_192
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "gpt-oss-120b"
2+
family = "gpt-oss"
3+
attachment = false
4+
reasoning = true
5+
structured_output = true
6+
temperature = true
7+
tool_call = true
8+
release_date = "2025-08-04"
9+
last_updated = "2025-08-14"
10+
knowledge = "2025-08"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 128_000
19+
output = 128_000
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Qwen3-Coder 30B-A3B"
2+
family = "qwen3-coder"
3+
attachment = false
4+
reasoning = false
5+
structured_output = true
6+
temperature = true
7+
tool_call = true
8+
release_date = "2025-04"
9+
last_updated = "2025-04"
10+
knowledge = "2025-04"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 128_000
19+
output = 32_768
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Qwen3-Embedding 4B"
2+
family = "qwen3-embedding"
3+
attachment = false
4+
reasoning = false
5+
structured_output = false
6+
temperature = true
7+
tool_call = false
8+
release_date = "2025-06-06"
9+
last_updated = "2025-06-06"
10+
knowledge = "2025-06"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 32_000
19+
output = 2560
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Whisper large-v3"
2+
family = "whisper"
3+
attachment = true
4+
reasoning = false
5+
structured_output = false
6+
temperature = true
7+
tool_call = false
8+
release_date = "2023-09-01"
9+
last_updated = "2023-09-01"
10+
knowledge = "2023-09"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 0
19+
output = 4096
20+
21+
[modalities]
22+
input = ["audio"]
23+
output = ["text"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Privatemode AI"
2+
env = ["PRIVATEMODE_API_KEY", "PRIVATEMODE_ENDPOINT"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "http://localhost:8080/v1"
5+
doc= "https://docs.privatemode.ai/api/overview"

0 commit comments

Comments
 (0)