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
4 changes: 2 additions & 2 deletions providers/deepinfra/deepseek-ai/DeepSeek-V3-0324.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
costs:
- cache_read_input_token_cost: 1.35e-7
input_cost_per_token: 2e-7
output_cost_per_token: 7.7e-7
input_cost_per_token: 2.4e-7
output_cost_per_token: 9e-7
region: "*"
features:
- prompt_caching
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
costs:
- cache_read_input_token_cost: 4e-8
input_cost_per_token: 1e-7
output_cost_per_token: 5e-7
input_cost_per_token: 8.5e-8
output_cost_per_token: 4e-7
region: "*"
features:
- prompt_caching
Expand Down
4 changes: 3 additions & 1 deletion providers/deepinfra/nvidia/NVIDIA-Nemotron-Nano-9B-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ costs:
- input_cost_per_token: 4e-8
output_cost_per_token: 1.6e-7
region: "*"
deprecationDate: "2026-06-11"
features:
- function_calling
- json_output
isDeprecated: true
limits:
context_window: 131072
max_input_tokens: 131072
Expand All @@ -20,7 +22,7 @@ model: nvidia/NVIDIA-Nemotron-Nano-9B-v2
provisioning: serverless
sources:
- https://deepinfra.com/nvidia/NVIDIA-Nemotron-Nano-9B-v2
status: active
status: deprecated
supportedModes:
- chat
thinking: true
2 changes: 1 addition & 1 deletion providers/deepinfra/openai/gpt-oss-120b.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
costs:
- input_cost_per_token: 3.9e-8
output_cost_per_token: 1.9e-7
output_cost_per_token: 1.7e-7
region: "*"
features:
- function_calling
Expand Down
Loading