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/ppio/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-0.3b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "ERNIE-4.5-0.3B"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0
output = 0

[limit]
context = 120000
output = 8000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-21B-a3b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "ERNIE-4.5-21B-A3B"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.069
output = 0.278

[limit]
context = 120000
output = 8000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-21b-a3b-thinking.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Ernie 4.5 21B A3B Thinking"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = false
structured_output = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.069
output = 0.278

[limit]
context = 131072
output = 65536

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-300b-a47b-paddle.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "ERNIE-4.5-300B-A47B"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.278
output = 0.972

[limit]
context = 123000
output = 12000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-vl-28b-a3b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "ERNIE-4.5-VL-28B-A3B"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.139
output = 0.556

[limit]
context = 30000
output = 8000

[modalities]
input = ["text","image"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/baidu/ernie-4.5-vl-424b-a47b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "ERNIE-4.5-VL-424B-A47B"
family = "baidu"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.417
output = 1.25

[limit]
context = 123000
output = 16000

[modalities]
input = ["text","image"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/ppio/models/deepseek/deepseek-prover-v2-671b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Deepseek Prover V2 671B"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = false
open_weights = true

[cost]
input = 0.556
output = 2.222

[limit]
context = 160000
output = 160000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-r1-0528.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "deepseek/deepseek-r1-0528"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.556
output = 2.222

[limit]
context = 163840
output = 32768

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-r1-distill-llama-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "DeepSeek R1 Distill Llama 70B"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = false
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.806
output = 0.806

[limit]
context = 32000
output = 8000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-r1-turbo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "DeepSeek R1 (Turbo)"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.556
output = 2.222

[limit]
context = 64000
output = 16000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/ppio/models/deepseek/deepseek-v3-0324.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3 0324"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.278
output = 1.111

[limit]
context = 163840
output = 163840

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/ppio/models/deepseek/deepseek-v3-turbo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3 (Turbo)"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true

[cost]
input = 0.278
output = 1.111

[limit]
context = 64000
output = 16000

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-v3.1-terminus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Deepseek V3.1 Terminus"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.556
output = 1.667

[limit]
context = 131072
output = 65536

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-v3.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Deepseek V3.1"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.556
output = 1.667

[limit]
context = 131072
output = 32768

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/ppio/models/deepseek/deepseek-v3.2-exp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Deepseek V3.2 Exp"
family = "deepseek"
release_date = "2025-01-29"
last_updated = "2025-01-29"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.278
output = 0.417

[limit]
context = 163840
output = 65536

[modalities]
input = ["text"]
output = ["text"]
Loading