Skip to content

Commit 688c42c

Browse files
data: update model data 2026-05-02
1 parent d0a43fd commit 688c42c

4 files changed

Lines changed: 92 additions & 26 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"id": "fireworks/qwen3p6-35b-a3b",
3+
"name": "qwen3p6-35b-a3b",
4+
"created_by": "qwen",
5+
"source": "official",
6+
"family": "qwen3",
7+
"context_window": 262100,
8+
"parameters": 35,
9+
"active_parameters": 3,
10+
"page_url": "https://fireworks.ai/models/fireworks/qwen3p6-35b-a3b",
11+
"model_type": "chat",
12+
"capabilities": {
13+
"streaming": true
14+
},
15+
"pricing": {
16+
"input": 1,
17+
"output": 1,
18+
"cached_input": 1
19+
},
20+
"modalities": {
21+
"input": ["text"],
22+
"output": ["text"]
23+
},
24+
"_generated": {
25+
"name": "e20d2110",
26+
"family": "48c385a0",
27+
"context_window": "b23f4471",
28+
"parameters": "1c383cd3",
29+
"active_parameters": "eccbc87e",
30+
"page_url": "a36ea548",
31+
"model_type": "d669f408",
32+
"capabilities": "0fa77dc6",
33+
"pricing": "cb03f68e",
34+
"modalities": "68e53d93"
35+
},
36+
"last_updated": "2026-05-02"
37+
}

packages/data/providers/openrouter/models/openai-gpt-4o.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "openai/gpt-4o",
3-
"name": "OpenAI: GPT-4o",
3+
"name": "OpenAI: GPT-4o (2024-05-13)",
44
"created_by": "openai",
55
"source": "official",
6-
"last_updated": "2026-04-22",
6+
"last_updated": "2026-05-02",
77
"family": "gpt-4o",
88
"description": "GPT-4o (\"o\" for \"omni\") is OpenAI's latest AI model, supporting both text and image inputs with text outputs.",
99
"context_window": 128000,
10-
"max_output_tokens": 16384,
10+
"max_output_tokens": 4096,
1111
"modalities": {
1212
"input": ["text", "image"],
1313
"output": ["text"]
@@ -18,19 +18,19 @@
1818
"json_mode": true
1919
},
2020
"pricing": {
21-
"input": 2.5,
22-
"output": 10,
21+
"input": 5,
22+
"output": 15,
2323
"cached_input": 1.25
2424
},
2525
"_generated": {
26-
"name": "5cdf052e",
26+
"name": "e4af51d7",
2727
"family": "15249632",
2828
"description": "66c2a20e",
2929
"context_window": "34434798",
30-
"max_output_tokens": "c76fe1d8",
30+
"max_output_tokens": "f7efa4f8",
3131
"modalities": "6399757e",
3232
"capabilities": "6c9aa67e",
33-
"pricing": "042a06e1",
33+
"pricing": "5ed554c8",
3434
"model_type": "d669f408",
3535
"release_date": "836378f5",
3636
"tagline": "8630e402",

packages/data/providers/openrouter/models/qwen-qwen3.6-27b.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"family": "qwen3.6",
77
"description": "Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026.",
88
"release_date": "2026-04-27",
9-
"context_window": 256000,
10-
"max_output_tokens": 65536,
9+
"context_window": 262144,
10+
"max_output_tokens": 81920,
1111
"parameters": 27,
1212
"model_type": "chat",
1313
"tagline": "Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026.",
@@ -22,24 +22,24 @@
2222
"output": ["text"]
2323
},
2424
"pricing": {
25-
"input": 0.325,
26-
"output": 3.25
25+
"input": 0.32,
26+
"output": 3.2
2727
},
2828
"tools": ["function_calling"],
2929
"_generated": {
3030
"name": "63c2f548",
3131
"family": "1bc2d26f",
3232
"description": "560f3f2f",
3333
"release_date": "79a25cd1",
34-
"context_window": "2fd324cb",
35-
"max_output_tokens": "297ce0b3",
34+
"context_window": "4a1d32eb",
35+
"max_output_tokens": "7e248a40",
3636
"parameters": "02e74f10",
3737
"model_type": "d669f408",
3838
"tagline": "560f3f2f",
3939
"capabilities": "03fbefb4",
4040
"modalities": "3ad4060a",
41-
"pricing": "9b79f3cc",
41+
"pricing": "eabbdbda",
4242
"tools": "f0c1dc7e"
4343
},
44-
"last_updated": "2026-05-01"
44+
"last_updated": "2026-05-02"
4545
}

packages/data/src/data.ts

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68089,6 +68089,35 @@ export const providers: ProviderWithModels[] = [
6808968089
},
6809068090
"last_updated": "2026-04-07"
6809168091
},
68092+
{
68093+
"id": "fireworks/qwen3p6-35b-a3b",
68094+
"name": "qwen3p6-35b-a3b",
68095+
"created_by": "qwen",
68096+
"source": "official",
68097+
"family": "qwen3",
68098+
"context_window": 262100,
68099+
"parameters": 35,
68100+
"active_parameters": 3,
68101+
"page_url": "https://fireworks.ai/models/fireworks/qwen3p6-35b-a3b",
68102+
"model_type": "chat",
68103+
"capabilities": {
68104+
"streaming": true
68105+
},
68106+
"pricing": {
68107+
"input": 1,
68108+
"output": 1,
68109+
"cached_input": 1
68110+
},
68111+
"modalities": {
68112+
"input": [
68113+
"text"
68114+
],
68115+
"output": [
68116+
"text"
68117+
]
68118+
},
68119+
"last_updated": "2026-05-02"
68120+
},
6809268121
{
6809368122
"id": "fireworks/qwen3p6-plus",
6809468123
"name": "qwen3p6-plus",
@@ -112357,14 +112386,14 @@ export const providers: ProviderWithModels[] = [
112357112386
},
112358112387
{
112359112388
"id": "openai/gpt-4o",
112360-
"name": "OpenAI: GPT-4o",
112389+
"name": "OpenAI: GPT-4o (2024-05-13)",
112361112390
"created_by": "openai",
112362112391
"source": "official",
112363-
"last_updated": "2026-04-22",
112392+
"last_updated": "2026-05-02",
112364112393
"family": "gpt-4o",
112365112394
"description": "GPT-4o (\"o\" for \"omni\") is OpenAI's latest AI model, supporting both text and image inputs with text outputs.",
112366112395
"context_window": 128000,
112367-
"max_output_tokens": 16384,
112396+
"max_output_tokens": 4096,
112368112397
"modalities": {
112369112398
"input": [
112370112399
"text",
@@ -112385,8 +112414,8 @@ export const providers: ProviderWithModels[] = [
112385112414
"batch": true
112386112415
},
112387112416
"pricing": {
112388-
"input": 2.5,
112389-
"output": 10,
112417+
"input": 5,
112418+
"output": 15,
112390112419
"cached_input": 1.25
112391112420
},
112392112421
"model_type": "chat",
@@ -116633,8 +116662,8 @@ export const providers: ProviderWithModels[] = [
116633116662
"family": "qwen3.6",
116634116663
"description": "Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026.",
116635116664
"release_date": "2026-04-27",
116636-
"context_window": 256000,
116637-
"max_output_tokens": 65536,
116665+
"context_window": 262144,
116666+
"max_output_tokens": 81920,
116638116667
"parameters": 27,
116639116668
"model_type": "chat",
116640116669
"tagline": "Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026.",
@@ -116657,13 +116686,13 @@ export const providers: ProviderWithModels[] = [
116657116686
]
116658116687
},
116659116688
"pricing": {
116660-
"input": 0.325,
116661-
"output": 3.25
116689+
"input": 0.32,
116690+
"output": 3.2
116662116691
},
116663116692
"tools": [
116664116693
"function_calling"
116665116694
],
116666-
"last_updated": "2026-05-01",
116695+
"last_updated": "2026-05-02",
116667116696
"license": "apache-2.0",
116668116697
"open_weight": true
116669116698
},

0 commit comments

Comments
 (0)