openai-pricing.json 1.76 KB
Newer Older
1 2 3 4 5 6
{
    "title": "OpenAI 各模型价格对比",
    "subtitle": "Price: USD per 1M Tokens",
    "providers": [
      {
        "name": "gpt-4o-mini",
fisherdaddy's avatar
fisherdaddy committed
7
        "logo": "/assets/icon/openai_small.svg",
8 9 10
        "inputPrice": 0.15,
        "outputPrice": 0.6
      },
11 12 13 14 15 16 17 18 19 20 21 22
      {
        "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
      },
23 24
      {
        "name": "gpt-4o",
fisherdaddy's avatar
fisherdaddy committed
25
        "logo": "/assets/icon/openai_small.svg",
26 27 28 29 30
        "inputPrice": 2.5,
        "outputPrice": 10
      },
      {
        "name": "gpt-4o-latest",
fisherdaddy's avatar
fisherdaddy committed
31
        "logo": "/assets/icon/openai_small.svg",
32 33 34 35
        "inputPrice": 5,
        "outputPrice": 15
      },
      {
36
        "name": "gpt-4o-mini-audio-preview",
fisherdaddy's avatar
fisherdaddy committed
37
        "logo": "/assets/icon/openai_small.svg",
38
        "inputPrice": 10,
39
        "outputPrice": 20
40
      },
41
      {
42
        "name": "gpt-4o-mini-realtime-preview",
43
        "logo": "/assets/icon/openai_small.svg",
44 45
        "inputPrice": 10,
        "outputPrice": 20
46
      },
47
      {
48
        "name": "gpt-4-turbo",
fisherdaddy's avatar
fisherdaddy committed
49
        "logo": "/assets/icon/openai_small.svg",
50 51
        "inputPrice": 10,
        "outputPrice": 30
52 53
      },
      {
fisherdaddy's avatar
fisherdaddy committed
54
        "name": "o1",
fisherdaddy's avatar
fisherdaddy committed
55
        "logo": "/assets/icon/openai_small.svg",
56 57 58 59 60
        "inputPrice": 15,
        "outputPrice": 60
      },
      {
        "name": "gpt-4o-audio-preview",
fisherdaddy's avatar
fisherdaddy committed
61
        "logo": "/assets/icon/openai_small.svg",
fisherdaddy's avatar
fisherdaddy committed
62 63
        "inputPrice": 100,
        "outputPrice": 200
64
      },
fisherdaddy's avatar
fisherdaddy committed
65 66 67 68 69
      {
        "name": "gpt-4o-realtime-preview",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 100,
        "outputPrice": 200
70 71 72
      }
    ]
  }