Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
27 changes: 27 additions & 0 deletions providers/deepinfra/models/deepseek-ai/DeepSeek-V4-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "DeepSeek V4 Flash"
Comment thread
Phosmachina marked this conversation as resolved.
Outdated
family = "deepseek-flash"
release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-05"
tool_call = true
structured_output = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.14
output = 0.28
cache_read = 0.028

[limit]
context = 64_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/deepinfra/models/deepseek-ai/DeepSeek-V4-Pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "DeepSeek V4 Pro"
Comment thread
Phosmachina marked this conversation as resolved.
Outdated
family = "deepseek-thinking"
release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-05"
tool_call = true
structured_output = false
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 1.74
output = 3.48
cache_read = 0.145

[limit]
context = 1_024_000
output = 384_000

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