Skip to content

Commit e858c54

Browse files
committed
Add vercel models
1 parent 788d887 commit e858c54

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "v0-1.0-md"
2+
attachment = true
3+
reasoning = true
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 15.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 128000
14+
output = 32000
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "v0-1.5-lg"
2+
attachment = true
3+
reasoning = true
4+
temperature = true
5+
6+
[cost]
7+
input = 15.00
8+
output = 75.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 512000
14+
output = 32000
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "v0-1.5-md"
2+
attachment = true
3+
reasoning = true
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 15.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 128000
14+
output = 32000

providers/vercel/provider.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name = "Vercel"
2+
env = ["V0_API_KEY"]

0 commit comments

Comments
 (0)