Skip to content

Commit a47ae0d

Browse files
committed
Pricing additions after beta:false removal
1 parent b20ab18 commit a47ae0d

File tree

6 files changed

+63
-12
lines changed

6 files changed

+63
-12
lines changed

src/content/workers-ai-models/distilbert-sst-2-int8.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per M input tokens",
19+
"price": 0.026,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

src/content/workers-ai-models/llama-2-7b-chat-fp16.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per M input tokens",
19+
"price": 0.56,
20+
"currency": "USD"
21+
},
22+
{
23+
"unit": "per M output tokens",
24+
"price": 6.67,
25+
"currency": "USD"
26+
}
27+
]
1728
},
1829
{
1930
"property_id": "context_window",

src/content/workers-ai-models/m2m100-1.2b.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per M input tokens",
19+
"price": 0.34,
20+
"currency": "USD"
21+
},
22+
{
23+
"unit": "per M output tokens",
24+
"price": 0.34,
25+
"currency": "USD"
26+
}
27+
]
1728
},
1829
{
1930
"property_id": "info",

src/content/workers-ai-models/mistral-7b-instruct-v0.1.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per M input tokens",
19+
"price": 0.11,
20+
"currency": "USD"
21+
},
22+
{
23+
"unit": "per M output tokens",
24+
"price": 0.19,
25+
"currency": "USD"
26+
}
27+
]
1728
},
1829
{
1930
"property_id": "context_window",

src/content/workers-ai-models/resnet-50.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per inference request",
19+
"price": 0.0000025,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

src/content/workers-ai-models/whisper.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"tags": [],
1313
"properties": [
1414
{
15-
"property_id": "beta",
16-
"value": "false"
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per audio minute",
19+
"price": 0.00045,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

0 commit comments

Comments
 (0)