Skip to content

Commit 4f9a930

Browse files
authored
model updates (cloudflare#22280)
1 parent bda575e commit 4f9a930

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

src/content/workers-ai-models/gemma-3-12b-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Prompt",
43+
"title": "Google_Gemma_3_12B_It_Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
{
118-
"title": "Messages",
118+
"title": "Google_Gemma_3_12B_It_Messages",
119119
"properties": {
120120
"messages": {
121121
"type": "array",

src/content/workers-ai-models/llama-3.3-70b-instruct-fp8-fast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"type": "object",
4949
"oneOf": [
5050
{
51-
"title": "Prompt",
51+
"title": "Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt",
5252
"properties": {
5353
"prompt": {
5454
"type": "string",
@@ -137,7 +137,7 @@
137137
]
138138
},
139139
{
140-
"title": "Messages",
140+
"title": "Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages",
141141
"properties": {
142142
"messages": {
143143
"type": "array",

src/content/workers-ai-models/llama-4-scout-17b-16e-instruct.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"created_at": "2025-04-05 20:25:56.137",
1212
"tags": [],
1313
"properties": [
14-
{
15-
"property_id": "context_window",
16-
"value": "131000"
17-
},
1814
{
1915
"property_id": "price",
2016
"value": [
@@ -30,6 +26,10 @@
3026
}
3127
]
3228
},
29+
{
30+
"property_id": "context_window",
31+
"value": "131000"
32+
},
3333
{
3434
"property_id": "function_calling",
3535
"value": "true"

src/content/workers-ai-models/mistral-small-3.1-24b-instruct.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Prompt",
43+
"title": "Mistral_Small_3_1_24B_Instruct_Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
{
118-
"title": "Messages",
118+
"title": "Mistral_Small_3_1_24B_Instruct_Messages",
119119
"properties": {
120120
"messages": {
121121
"type": "array",

src/content/workers-ai-models/qwen2.5-coder-32b-instruct.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Prompt",
43+
"title": "Qwen2_5_Coder_32B_Instruct_Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -129,7 +129,7 @@
129129
]
130130
},
131131
{
132-
"title": "Messages",
132+
"title": "Qwen2_5_Coder_32B_Instruct_Messages",
133133
"properties": {
134134
"messages": {
135135
"type": "array",

src/content/workers-ai-models/qwq-32b.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Prompt",
43+
"title": "Qwen_Qwq_32B_Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
{
118-
"title": "Messages",
118+
"title": "Qwen_Qwq_32B_Messages",
119119
"properties": {
120120
"messages": {
121121
"type": "array",

0 commit comments

Comments
 (0)