openai-pricing.json 1.25 KB
Newer Older
1 2 3 4 5 6
{
    "title": "OpenAI 各模型价格对比",
    "subtitle": "Price: USD per 1M Tokens",
    "providers": [
      {
        "name": "gpt-4o-mini",
7
        "logo": "/assets/openai_small.svg",
8 9 10 11 12
        "inputPrice": 0.15,
        "outputPrice": 0.6
      },
      {
        "name": "gpt-4o",
13
        "logo": "/assets/openai_small.svg",
14 15 16 17 18
        "inputPrice": 2.5,
        "outputPrice": 10
      },
      {
        "name": "gpt-4o-latest",
19
        "logo": "/assets/openai_small.svg",
20 21 22 23 24
        "inputPrice": 5,
        "outputPrice": 15
      },
      {
        "name": "gpt-4-turbo",
25
        "logo": "/assets/openai_small.svg",
26 27 28 29 30
        "inputPrice": 10,
        "outputPrice": 30
      },
      {
        "name": "o1-mini",
31
        "logo": "/assets/openai_small.svg",
32 33 34 35 36
        "inputPrice": 3,
        "outputPrice": 12
      },
      {
        "name": "o1-preview",
37
        "logo": "/assets/openai_small.svg",
38 39 40 41 42
        "inputPrice": 15,
        "outputPrice": 60
      },
      {
        "name": "gpt-4o-audio-preview",
43
        "logo": "/assets/openai_small.svg",
44 45 46 47 48
        "inputPrice": 2.5,
        "outputPrice": 10
      },
      {
        "name": "gpt-4o-realtime-preview",
49
        "logo": "/assets/openai_small.svg",
50 51 52 53 54
        "inputPrice": 5,
        "outputPrice": 20
      }
    ]
  }