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