vision-model-pricing.json 2.18 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 1.5 Flash",
        "logo": "/assets/icon/google_small.svg",
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
23
      {
fisherdaddy's avatar
fisherdaddy committed
24
        "name": "Doubao-vision-pro-32k",
25 26 27 28
        "logo": "/assets/icon/doubao.png",
        "inputPrice": 3,
        "outputPrice": 9
      },
29 30
      {
        "name": "yi-vision-16k",
fisherdaddy's avatar
fisherdaddy committed
31
        "logo": "/assets/icon/yi_small.jpg",
32 33 34
        "inputPrice": 6,
        "outputPrice": 6
      },
35 36 37 38 39 40
      {
        "name": "qwen-vl-plus",
        "logo": "/assets/icon/ali_small.svg",
        "inputPrice": 8,
        "outputPrice": 8
      },
41 42
      {
        "name": "GLM-4V-Plus",
fisherdaddy's avatar
fisherdaddy committed
43
        "logo": "/assets/icon/glm_small.svg",
44 45 46 47 48
        "inputPrice": 10,
        "outputPrice": 10
      },
      {
        "name": "qwen-vl-max",
fisherdaddy's avatar
fisherdaddy committed
49
        "logo": "/assets/icon/ali_small.svg",
50 51 52
        "inputPrice": 20,
        "outputPrice": 20
      },
53 54 55 56 57 58
      {
        "name": "moonshot-v1-32k-vision-preview",
        "logo": "/assets/icon/moonshot_small.svg",
        "inputPrice": 24,
        "outputPrice": 24
      },
59 60
      {
        "name": "gpt-4o",
fisherdaddy's avatar
fisherdaddy committed
61
        "logo": "/assets/icon/openai_small.svg",
62 63 64 65 66
        "inputPrice": 17.5,
        "outputPrice": 70
      },
      {
        "name": "GLM-4V",
fisherdaddy's avatar
fisherdaddy committed
67
        "logo": "/assets/icon/glm_small.svg",
68 69
        "inputPrice": 50,
        "outputPrice": 50
70
      },
71 72 73 74 75 76 77 78 79 80 81 82
      {
        "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
      },
83 84 85 86 87
      {
        "name": "o1",
        "logo": "/assets/icon/openai_small.svg",
        "inputPrice": 105,
        "outputPrice": 420
88 89 90
      }
    ]
  }