vision-model-pricing.json 4.59 KB
Newer Older
1 2 3 4
{
    "title": "视觉各模型价格对比",
    "subtitle": "Price: RMB per 1M Tokens",
    "providers": [
5 6 7 8 9 10
      {
        "name": "gpt-4.1-nano",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 0.7,
        "outputPrice": 2.8
      },
11
      {
fisherdaddy's avatar
fisherdaddy committed
12
        "name": "gpt-4o-mini",
fisherdaddy's avatar
fisherdaddy committed
13
        "logo": "/assets/icon/openai_small.svg",
14 15 16
        "inputPrice": 1.05,
        "outputPrice": 4.2
      },
17
      {
18
        "name": "Doubao-vision-lite-250328",
19 20 21 22
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 1.5,
        "outputPrice": 4.5
      },
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 31 32 33 34
      {
        "name": "gemini 1.5 Flash",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
35 36 37 38 39 40
      {
        "name": "gemini 2.0 Falsh",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.7,
        "outputPrice": 2.8
      },
41 42 43 44 45 46
      {
        "name": "Doubao-1.5-vision-pro-250328",
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
47 48 49 50 51 52
      {
        "name": "Doubao-1.5-vision-pro-32k",
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
53
      {
fisherdaddy's avatar
fisherdaddy committed
54
        "name": "Doubao-vision-pro-32k",
55 56 57 58
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
59 60
      {
        "name": "yi-vision-16k",
fisherdaddy's avatar
fisherdaddy committed
61
        "logo": "/assets/icon/yi_small.jpg",
62 63 64
        "inputPrice": 6,
        "outputPrice": 6
      },
65 66 67 68 69 70
      {
        "name": "gpt-4.1-mini",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 2.8,
        "outputPrice": 11.2
      },
71 72 73 74 75 76
      {
        "name": "qwen-vl-plus",
        "logo": "/assets/icon/ali_small.svg",
        "inputPrice": 8,
        "outputPrice": 8
      },
77 78 79 80 81 82
      {
        "name": "Doubao-1.5-thinking-pro",
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 4,
        "outputPrice": 16
      },
83 84
      {
        "name": "GLM-4V-Plus",
fisherdaddy's avatar
fisherdaddy committed
85
        "logo": "/assets/icon/glm_small.svg",
86 87 88
        "inputPrice": 10,
        "outputPrice": 10
      },
89 90 91 92 93 94
      {
        "name": "Gemini 2.5 Flash Preview 04-17",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 1.05,
        "outputPrice": 24.5
      },
95 96 97 98 99 100 101 102 103 104 105 106
      {
        "name": "o4-mini",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 7.7,
        "outputPrice": 30.8
      },
      {
        "name": "o3-mini",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 7.7,
        "outputPrice": 30.8
      },
107 108
      {
        "name": "qwen-vl-max",
fisherdaddy's avatar
fisherdaddy committed
109
        "logo": "/assets/icon/ali_small.svg",
110 111 112
        "inputPrice": 20,
        "outputPrice": 20
      },
113 114 115 116 117 118
      {
        "name": "moonshot-v1-32k-vision-preview",
        "logo": "/assets/icon/moonshot_small.svg",
        "inputPrice": 24,
        "outputPrice": 24
      },
119 120 121 122 123 124
      {
        "name": "gpt-4.1",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 14,
        "outputPrice": 56
      }, 
125 126 127 128 129 130
      {
        "name": "gemini 2.5 pro Preview",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 8.75,
        "outputPrice": 70
      },
131 132
      {
        "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-4V",
fisherdaddy's avatar
fisherdaddy committed
139
        "logo": "/assets/icon/glm_small.svg",
140 141
        "inputPrice": 50,
        "outputPrice": 50
142
      },
143 144 145 146 147 148
      {
        "name": "gemini 1.5 Pro",
        "logo": "/assets/icon/google_small.svg",
        "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 157 158 159 160
      {
        "name": "claude 3.5\nSonnet",
        "logo": "/assets/icon/anthropic_small.svg",
        "inputPrice": 26.3,
        "outputPrice": 105
      },
161 162 163 164 165 166
      {
        "name": "o3",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 70,
        "outputPrice": 280
      },
167 168 169 170 171
      {
        "name": "o1",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 105,
        "outputPrice": 420
172 173 174 175 176 177 178 179 180 181 182 183
      },
      {
        "name": "gpt-4.5",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 525,
        "outputPrice": 1050
      },
      {
        "name": "o1-pro",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 1050,
        "outputPrice": 4200
184 185 186
      }
    ]
  }