Skip to content

Commit 9b8a22d

Browse files
authored
Merge pull request #725 from janszypulski/add-provider-cloudferro-sherlock
Add provider - Cloudferro Sherlock
2 parents 5a778c6 + 22d6a24 commit 9b8a22d

6 files changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Llama 3.3 70B Instruct"
2+
family = "llama"
3+
release_date = "2024-12-06"
4+
last_updated = "2024-12-06"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10-09"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 2.92
14+
output = 2.92
15+
16+
[limit]
17+
context = 70_000
18+
output = 70_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "OpenAI GPT OSS 120B"
2+
family = "gpt-oss"
3+
release_date = "2025-08-28"
4+
last_updated = "2025-08-28"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
structured_output = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 2.92
14+
output = 2.92
15+
16+
[limit]
17+
context = 131_000
18+
output = 131_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Bielik 11B v2.6 Instruct"
2+
release_date = "2025-03-13"
3+
last_updated = "2025-03-13"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2025-03"
8+
structured_output = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.67
14+
output = 0.67
15+
16+
[limit]
17+
context = 32_000
18+
output = 32_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Bielik 11B v3.0 Instruct"
2+
release_date = "2025-03-13"
3+
last_updated = "2025-03-13"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2025-03"
8+
structured_output = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.67
14+
output = 0.67
15+
16+
[limit]
17+
context = 32_000
18+
output = 32_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "CloudFerro Sherlock"
2+
env = ["CLOUDFERRO_SHERLOCK_API_KEY"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "https://api-sherlock.cloudferro.com/openai/v1/"
5+
doc = "https://docs.sherlock.cloudferro.com/"

0 commit comments

Comments
 (0)