Skip to content

Commit 6dc3a58

Browse files
author
Truefoundry Models Bot
committed
feat(deepinfra): add new models [bot]
1 parent cbfa9a0 commit 6dc3a58

6 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
costs:
2+
- input_cost_per_token: 1e-6
3+
output_cost_per_token: 5e-6
4+
region: "*"
5+
limits:
6+
context_window: 200000
7+
max_tokens: 200000
8+
modalities:
9+
input:
10+
- image
11+
mode: unknown
12+
model: anthropic/claude-haiku-4-5
13+
thinking: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
costs:
2+
- input_cost_per_token: 5e-6
3+
output_cost_per_token: 2.5e-5
4+
region: "*"
5+
limits:
6+
context_window: 1000000
7+
max_tokens: 1000000
8+
modalities:
9+
input:
10+
- image
11+
mode: unknown
12+
model: anthropic/claude-opus-4-7
13+
thinking: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
costs:
2+
- input_cost_per_token: 3e-6
3+
output_cost_per_token: 1.5e-5
4+
region: "*"
5+
limits:
6+
context_window: 1000000
7+
max_tokens: 1000000
8+
modalities:
9+
input:
10+
- image
11+
mode: unknown
12+
model: anthropic/claude-sonnet-4-6
13+
thinking: true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mode: unknown
2+
model: google/gemini-3-pro-image
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
costs:
2+
- input_cost_per_token: 2.5e-7
3+
output_cost_per_token: 1.5e-6
4+
region: "*"
5+
limits:
6+
context_window: 1000000
7+
max_tokens: 1000000
8+
modalities:
9+
input:
10+
- image
11+
mode: unknown
12+
model: google/gemini-3.1-flash-lite
13+
thinking: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
costs:
2+
- input_cost_per_token: 2e-6
3+
output_cost_per_token: 1.2e-5
4+
region: "*"
5+
limits:
6+
context_window: 1000000
7+
max_tokens: 1000000
8+
modalities:
9+
input:
10+
- image
11+
mode: unknown
12+
model: google/gemini-3.1-pro
13+
thinking: true

0 commit comments

Comments
 (0)