1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"title": "视觉各模型价格对比",
"subtitle": "Price: RMB per 1M Tokens",
"providers": [
{
"name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.05,
"outputPrice": 4.2
},
{
"name": "yi-vision-16k",
"logo": "/assets/icon/yi_small.jpg",
"inputPrice": 6,
"outputPrice": 6
},
{
"name": "GLM-4V-Plus",
"logo": "/assets/icon/glm_small.svg",
"inputPrice": 10,
"outputPrice": 10
},
{
"name": "qwen-vl-max",
"logo": "/assets/icon/ali_small.svg",
"inputPrice": 20,
"outputPrice": 20
},
{
"name": "gpt-4o",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 17.5,
"outputPrice": 70
},
{
"name": "GLM-4V",
"logo": "/assets/icon/glm_small.svg",
"inputPrice": 50,
"outputPrice": 50
}
]
}