Skip to content

Commit b20ab18

Browse files
committed
Adds the BGE pricing
1 parent 8445b0c commit b20ab18

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

src/content/workers-ai-models/bge-base-en-v1.5.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.067,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

src/content/workers-ai-models/bge-large-en-v1.5.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.2,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

src/content/workers-ai-models/bge-small-en-v1.5.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.02,
20+
"currency": "USD"
21+
}
22+
]
1723
},
1824
{
1925
"property_id": "info",

0 commit comments

Comments
 (0)