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
5 changes: 5 additions & 0 deletions providers/cloudferro-sherlock/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Llama 3.3 70B Instruct"
family = "llama"
release_date = "2024-12-06"
last_updated = "2024-12-06"
attachment = false
reasoning = false
temperature = true
knowledge = "2024-10-09"
tool_call = true
open_weights = true

[cost]
input = 2.92
output = 2.92

[limit]
context = 70_000
output = 70_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/cloudferro-sherlock/models/openai/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "OpenAI GPT OSS 120B"
family = "gpt-oss"
release_date = "2025-08-28"
last_updated = "2025-08-28"
attachment = false
reasoning = true
temperature = true
structured_output = true
tool_call = true
open_weights = true

[cost]
input = 2.92
output = 2.92

[limit]
context = 131_000
output = 131_000

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Bielik 11B v2.6 Instruct"
release_date = "2025-03-13"
last_updated = "2025-03-13"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-03"
structured_output = true
tool_call = true
open_weights = true

[cost]
input = 0.67
output = 0.67

[limit]
context = 32_000
output = 32_000

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Bielik 11B v3.0 Instruct"
release_date = "2025-03-13"
last_updated = "2025-03-13"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-03"
structured_output = true
tool_call = true
open_weights = true

[cost]
input = 0.67
output = 0.67

[limit]
context = 32_000
output = 32_000

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/cloudferro-sherlock/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "CloudFerro Sherlock"
env = ["CLOUDFERRO_SHERLOCK_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://api-sherlock.cloudferro.com/openai/v1/"
doc = "https://docs.sherlock.cloudferro.com/"