vision-model-pricing.json 2.64 KB
Newer Older
1 2 3 4 5
{
    "title": "视觉各模型价格对比",
    "subtitle": "Price: RMB per 1M Tokens",
    "providers": [
      {
fisherdaddy's avatar
fisherdaddy committed
6
        "name": "gpt-4o-mini",
fisherdaddy's avatar
fisherdaddy committed
7
        "logo": "/assets/icon/openai_small.svg",
8 9 10
        "inputPrice": 1.05,
        "outputPrice": 4.2
      },
11
      {
fisherdaddy's avatar
fisherdaddy committed
12
        "name": "Doubao-vision-lite-32k",
13 14 15 16
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 1.5,
        "outputPrice": 4.5
      },
17 18 19 20 21 22
      {
        "name": "gemini 2.0 Flash-Lite",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
23 24 25 26 27 28
      {
        "name": "gemini 1.5 Flash",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
29 30 31 32 33 34
      {
        "name": "gemini 2.0 Falsh",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.7,
        "outputPrice": 2.8
      },
35 36 37 38 39 40
      {
        "name": "Doubao-1.5-vision-pro-32k",
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
41
      {
fisherdaddy's avatar
fisherdaddy committed
42
        "name": "Doubao-vision-pro-32k",
43 44 45 46
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
47 48
      {
        "name": "yi-vision-16k",
fisherdaddy's avatar
fisherdaddy committed
49
        "logo": "/assets/icon/yi_small.jpg",
50 51 52
        "inputPrice": 6,
        "outputPrice": 6
      },
53 54 55 56 57 58
      {
        "name": "qwen-vl-plus",
        "logo": "/assets/icon/ali_small.svg",
        "inputPrice": 8,
        "outputPrice": 8
      },
59 60
      {
        "name": "GLM-4V-Plus",
fisherdaddy's avatar
fisherdaddy committed
61
        "logo": "/assets/icon/glm_small.svg",
62 63 64 65 66
        "inputPrice": 10,
        "outputPrice": 10
      },
      {
        "name": "qwen-vl-max",
fisherdaddy's avatar
fisherdaddy committed
67
        "logo": "/assets/icon/ali_small.svg",
68 69 70
        "inputPrice": 20,
        "outputPrice": 20
      },
71 72 73 74 75 76
      {
        "name": "moonshot-v1-32k-vision-preview",
        "logo": "/assets/icon/moonshot_small.svg",
        "inputPrice": 24,
        "outputPrice": 24
      },
77 78
      {
        "name": "gpt-4o",
fisherdaddy's avatar
fisherdaddy committed
79
        "logo": "/assets/icon/openai_small.svg",
80 81 82 83 84
        "inputPrice": 17.5,
        "outputPrice": 70
      },
      {
        "name": "GLM-4V",
fisherdaddy's avatar
fisherdaddy committed
85
        "logo": "/assets/icon/glm_small.svg",
86 87
        "inputPrice": 50,
        "outputPrice": 50
88
      },
89 90 91 92 93 94 95 96 97 98 99 100
      {
        "name": "gemini 1.5 Pro",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 87.5,
        "outputPrice": 35
      },
      {
        "name": "claude 3.5\nSonnet",
        "logo": "/assets/icon/anthropic_small.svg",
        "inputPrice": 26.3,
        "outputPrice": 105
      },
101 102 103 104 105
      {
        "name": "o1",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 105,
        "outputPrice": 420
106 107 108
      }
    ]
  }