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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"title": "OpenAI 各模型价格对比",
"subtitle": "Price: USD per 1M Tokens",
"providers": [
{
"name": "gpt-4.1-nano",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.1,
"outputPrice": 0.4
},
{
"name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.15,
"outputPrice": 0.6
},
{
"name": "gpt-4.1-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.4,
"outputPrice": 1.6
},
{
"name": "o4-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.1,
"outputPrice": 4.4
},
{
"name": "o3-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.1,
"outputPrice": 4.4
},
{
"name": "o1-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.1,
"outputPrice": 4.4
},
{
"name": "codex-mini-latest",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.5,
"outputPrice": 6
},
{
"name": "gpt-4o-mini-transcribe",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 3,
"outputPrice": 5
},
{
"name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 2,
"outputPrice": 8
},
{
"name": "gpt-4o",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 2.5,
"outputPrice": 10
},
{
"name": "gpt-4o-mini-tts",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.6,
"outputPrice": 12
},
{
"name": "computer-use-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 3,
"outputPrice": 12
},
{
"name": "gpt-4o-transcribe",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 6,
"outputPrice": 10
},
{
"name": "gpt-4o-latest",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 5,
"outputPrice": 15
},
{
"name": "gpt-4o-mini-audio-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 10,
"outputPrice": 20
},
{
"name": "gpt-4o-mini-realtime-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 10,
"outputPrice": 20
},
{
"name": "gpt-4-turbo",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 10,
"outputPrice": 30
},
{
"name": "GPT Image 1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 5,
"outputPrice": 40
},
{
"name": "o3",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 10,
"outputPrice": 40
},
{
"name": "o1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 15,
"outputPrice": 60
},
{
"name": "gpt-4.5",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 75,
"outputPrice": 150
},
{
"name": "gpt-4o-audio-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 100,
"outputPrice": 200
},
{
"name": "gpt-4o-realtime-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 100,
"outputPrice": 200
},
{
"name": "o1-pro",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 150,
"outputPrice": 600
}
]
}