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
6 changes: 3 additions & 3 deletions providers/evroc/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions providers/evroc/models/KBLab/kb-whisper-large.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ open_weights = true

[cost]
# per audio minute
input = 0.00236
output = 0.00236
output_audio = 2.36
input = 0.0023
output = 0.0023
output_audio = 2.3

[limit]
context = 448
Expand Down
4 changes: 2 additions & 2 deletions providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tool_call = false
open_weights = true

[cost]
input = 0.12
output = 0.12
input = 0.115
output = 0.115

[limit]
context = 40_960
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name = "Qwen3 30B 2507"
name = "Qwen3 Reranker 4B"
family = "qwen"
release_date = "2025-07-30"
last_updated = "2025-07-30"
attachment = false
reasoning = false
tool_call = true
tool_call = false
open_weights = true

[cost]
input = 0.35
output = 1.42
input = 0.0575
output = 0

[limit]
context = 64_000
output = 64_000
context = 32_000
output = 4_096

[modalities]
input = ["text"]
Expand Down
4 changes: 2 additions & 2 deletions providers/evroc/models/Qwen/Qwen3-VL-30B-A3B-Instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tool_call = true
open_weights = true

[cost]
input = 0.24
output = 0.94
input = 0.23
output = 0.92

[limit]
context = 100_000
Expand Down
5 changes: 5 additions & 0 deletions providers/evroc/models/Qwen/Qwen3.6-35B-A3B-FP8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
base_model = "alibaba/qwen3.6-35b-a3b"

[cost]
input = 0.345
output = 1.38
7 changes: 7 additions & 0 deletions providers/evroc/models/google/gemma-4-26B-A4B-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
base_model = "google/gemma-4-26b-a4b-it"

[cost]
input = 0.144
output = 0.575


Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tool_call = false
open_weights = true

[cost]
input = 0.12
output = 0.12
input = 0.114
output = 0.114

[limit]
context = 512
Expand Down
20 changes: 0 additions & 20 deletions providers/evroc/models/microsoft/Phi-4-multimodal-instruct.toml

This file was deleted.

20 changes: 0 additions & 20 deletions providers/evroc/models/mistralai/Magistral-Small-2509.toml

This file was deleted.

5 changes: 5 additions & 0 deletions providers/evroc/models/mistralai/Mistral-Medium-3.5-128B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
base_model = "mistral/mistral-medium-2604"

[cost]
input = 1.725
output = 6.90
6 changes: 3 additions & 3 deletions providers/evroc/models/mistralai/Voxtral-Small-24B-2507.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ open_weights = true

[cost]
# per audio minute
input = 0.00236
output = 0.00236
output_audio = 2.36
input = 0.0023
output = 0.0023
output_audio = 2.3

[limit]
context = 32_000
Expand Down

This file was deleted.

23 changes: 0 additions & 23 deletions providers/evroc/models/moonshotai/Kimi-K2.5.toml

This file was deleted.

5 changes: 5 additions & 0 deletions providers/evroc/models/moonshotai/Kimi-K2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
base_model = "moonshotai/kimi-k2.6"

[cost]
input = 1.4375
output = 5.75
20 changes: 3 additions & 17 deletions providers/evroc/models/nvidia/Llama-3.3-70B-Instruct-FP8.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
name = "Llama 3.3 70B"
family = "llama"
release_date = "2024-12-01"
last_updated = "2024-12-01"
attachment = false
reasoning = false
tool_call = false
open_weights = true
base_model = "llama/llama-3.3-70b-instruct"

[cost]
input = 1.18
output = 1.18
input = 1.15
output = 1.15

[limit]
context = 131_072
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
4 changes: 2 additions & 2 deletions providers/evroc/models/openai/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tool_call = true
open_weights = true

[cost]
input = 0.24
output = 0.94
input = 0.23
output = 0.92

[limit]
context = 65536
Expand Down
22 changes: 22 additions & 0 deletions providers/evroc/models/openai/whisper-large-v3-turbo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Whisper Large v3 Turbo"
family = "whisper"
release_date = "2024-10-01"
last_updated = "2024-10-01"
attachment = false
reasoning = false
tool_call = false
open_weights = true

[cost]
# per audio minute
input = 0.0023
output = 0.0023
output_audio = 2.3

[limit]
context = 448
output = 448

[modalities]
input = ["audio"]
output = ["text"]
6 changes: 3 additions & 3 deletions providers/evroc/models/openai/whisper-large-v3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ open_weights = true

[cost]
# per audio minute
input = 0.00236
output = 0.00236
output_audio = 2.36
input = 0.0023
output = 0.0023
output_audio = 2.3

[limit]
context = 448
Expand Down
Loading