llm-pricing.json 4.42 KB
Newer Older
1 2 3 4 5 6
{
    "title": "国内外各模型价格对比",
    "subtitle": "Price: RMB per 1M Tokens",
    "providers": [
      {
        "name": "Doubao-lite-32k",
fisherdaddy's avatar
fisherdaddy committed
7
        "logo": "/assets/icon/doubao.png",
8 9 10 11 12
        "inputPrice": 0.3,
        "outputPrice": 0.6
      },
      {
        "name": "yi-lightning\n-16k",
fisherdaddy's avatar
fisherdaddy committed
13
        "logo": "/assets/icon/yi_small.jpg",
14 15 16 17 18
        "inputPrice": 0.99,
        "outputPrice": 0.99
      },
      {
        "name": "GLM-4-Air\n-128k",
fisherdaddy's avatar
fisherdaddy committed
19
        "logo": "/assets/icon/glm_small.svg",
20 21 22
        "inputPrice": 1,
        "outputPrice": 1
      },
23 24 25 26 27 28
      {
        "name": "gemini 2.0 Flash-Lite",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
29 30
      {
        "name": "gemini 1.5 Flash",
fisherdaddy's avatar
fisherdaddy committed
31
        "logo": "/assets/icon/google_small.svg",
32 33 34
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
35 36 37 38 39 40
      {
        "name": "Doubao-1.5-pro-32k",
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 0.8,
        "outputPrice": 2
      },
41 42
      {
        "name": "Doubao-pro-32k",
fisherdaddy's avatar
fisherdaddy committed
43
        "logo": "/assets/icon/doubao.png",
44 45 46 47 48
        "inputPrice": 0.8,
        "outputPrice": 2
      },
      {
        "name": "qwen-plus\n-128k",
fisherdaddy's avatar
fisherdaddy committed
49
        "logo": "/assets/icon/ali_small.svg",
50 51 52 53 54
        "inputPrice": 0.8,
        "outputPrice": 2
      },
      {
        "name": "ERNIE 3.5",
fisherdaddy's avatar
fisherdaddy committed
55
        "logo": "/assets/icon/wenxin_small.png",
56 57 58
        "inputPrice": 0.8,
        "outputPrice": 2
      },
59 60 61 62 63 64
      {
        "name": "google 2.0 Falsh",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.7,
        "outputPrice": 2.8
      },
65 66
      {
        "name": "gpt-4o-mini",
fisherdaddy's avatar
fisherdaddy committed
67
        "logo": "/assets/icon/openai_small.svg",
68 69 70
        "inputPrice": 1.05,
        "outputPrice": 4.2
      },
71 72 73 74 75 76
      {
        "name": "deepseek-v3",
        "logo": "/assets/icon/deepseek_small.jpg",
        "inputPrice": 2,
        "outputPrice": 8
      },
77 78
      {
        "name": "qwen-math-plus",
fisherdaddy's avatar
fisherdaddy committed
79
        "logo": "/assets/icon/ali_small.svg",
80 81 82
        "inputPrice": 4,
        "outputPrice": 12
      },
83 84 85 86 87 88
      {
        "name": "deepseek-reasoner",
        "logo": "/assets/icon/deepseek_small.jpg",
        "inputPrice": 4,
        "outputPrice": 16
      },
89 90 91 92 93 94 95 96 97 98 99 100
      {
        "name": "o3-mini",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 7.7,
        "outputPrice": 30.8
      },
      {
        "name": "o1-mini",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 7.7,
        "outputPrice": 30.8
      },
101 102
      {
        "name": "claude 3.5\nHaiku",
fisherdaddy's avatar
fisherdaddy committed
103
        "logo": "/assets/icon/anthropic_small.svg",
104 105 106 107 108
        "inputPrice": 8.75,
        "outputPrice": 35
      },
      {
        "name": "yi-large-32k",
fisherdaddy's avatar
fisherdaddy committed
109
        "logo": "/assets/icon/yi_small.jpg",
110 111 112 113 114
        "inputPrice": 20,
        "outputPrice": 20
      },
      {
        "name": "mooonshot-v1-32k",
fisherdaddy's avatar
fisherdaddy committed
115
        "logo": "/assets/icon/moonshot_small.svg",
116 117 118 119 120
        "inputPrice": 24,
        "outputPrice": 24
      },
      {
        "name": "qwen-max-32k",
fisherdaddy's avatar
fisherdaddy committed
121
        "logo": "/assets/icon/ali_small.svg",
122 123 124 125 126
        "inputPrice": 20,
        "outputPrice": 60
      },
      {
        "name": "ERNIE 4.0\nTurbo",
fisherdaddy's avatar
fisherdaddy committed
127
        "logo": "/assets/icon/wenxin_small.png",
128 129 130 131 132
        "inputPrice": 20,
        "outputPrice": 60
      },
      {
        "name": "gpt-4o",
fisherdaddy's avatar
fisherdaddy committed
133
        "logo": "/assets/icon/openai_small.svg",
134 135 136 137 138
        "inputPrice": 17.5,
        "outputPrice": 70
      },
      {
        "name": "GLM-4-Plus-128k",
fisherdaddy's avatar
fisherdaddy committed
139
        "logo": "/assets/icon/glm_small.svg",
140 141 142 143 144
        "inputPrice": 50,
        "outputPrice": 50
      },
      {
        "name": "gemini 1.5 Pro",
fisherdaddy's avatar
fisherdaddy committed
145
        "logo": "/assets/icon/google_small.svg",
146 147 148
        "inputPrice": 87.5,
        "outputPrice": 35
      },
149 150 151 152 153 154
      {
        "name": "claude 3.7\nSonnet",
        "logo": "/assets/icon/anthropic_small.svg",
        "inputPrice": 26.3,
        "outputPrice": 105
      },
155 156
      {
        "name": "claude 3.5\nSonnet",
fisherdaddy's avatar
fisherdaddy committed
157
        "logo": "/assets/icon/anthropic_small.svg",
158 159 160 161
        "inputPrice": 26.3,
        "outputPrice": 105
      },
      {
162
        "name": "o1",
fisherdaddy's avatar
fisherdaddy committed
163
        "logo": "/assets/icon/openai_small.svg",
164 165 166 167 168
        "inputPrice": 105,
        "outputPrice": 420
      },
      {
        "name": "claude 3.5\nOpus",
fisherdaddy's avatar
fisherdaddy committed
169
        "logo": "/assets/icon/anthropic_small.svg",
170 171
        "inputPrice": 131,
        "outputPrice": 525
172 173 174 175 176 177
      },
      {
        "name": "gpt-4.5",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 525,
        "outputPrice": 1050
178 179 180
      }
    ]
  }