llm-pricing.json 3.38 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 23 24
        "inputPrice": 1,
        "outputPrice": 1
      },
      {
        "name": "gemini 1.5 Flash",
fisherdaddy's avatar
fisherdaddy committed
25
        "logo": "/assets/icon/google_small.svg",
26 27 28 29 30
        "inputPrice": 0.53,
        "outputPrice": 2.1
      },
      {
        "name": "Doubao-pro-32k",
fisherdaddy's avatar
fisherdaddy committed
31
        "logo": "/assets/icon/doubao.png",
32 33 34 35 36
        "inputPrice": 0.8,
        "outputPrice": 2
      },
      {
        "name": "qwen-plus\n-128k",
fisherdaddy's avatar
fisherdaddy committed
37
        "logo": "/assets/icon/ali_small.svg",
38 39 40 41 42
        "inputPrice": 0.8,
        "outputPrice": 2
      },
      {
        "name": "ERNIE 3.5",
fisherdaddy's avatar
fisherdaddy committed
43
        "logo": "/assets/icon/wenxin_small.png",
44 45 46 47 48
        "inputPrice": 0.8,
        "outputPrice": 2
      },
      {
        "name": "deepseek-\nchat-128k",
fisherdaddy's avatar
fisherdaddy committed
49
        "logo": "/assets/icon/deepseek_small.jpg",
50 51 52 53 54
        "inputPrice": 1,
        "outputPrice": 2
      },
      {
        "name": "gpt-4o-mini",
fisherdaddy's avatar
fisherdaddy committed
55
        "logo": "/assets/icon/openai_small.svg",
56 57 58 59 60
        "inputPrice": 1.05,
        "outputPrice": 4.2
      },
      {
        "name": "qwen-math-plus",
fisherdaddy's avatar
fisherdaddy committed
61
        "logo": "/assets/icon/ali_small.svg",
62 63 64 65 66
        "inputPrice": 4,
        "outputPrice": 12
      },
      {
        "name": "claude 3.5\nHaiku",
fisherdaddy's avatar
fisherdaddy committed
67
        "logo": "/assets/icon/anthropic_small.svg",
68 69 70 71 72
        "inputPrice": 8.75,
        "outputPrice": 35
      },
      {
        "name": "yi-large-32k",
fisherdaddy's avatar
fisherdaddy committed
73
        "logo": "/assets/icon/yi_small.jpg",
74 75 76 77 78
        "inputPrice": 20,
        "outputPrice": 20
      },
      {
        "name": "mooonshot-v1-32k",
fisherdaddy's avatar
fisherdaddy committed
79
        "logo": "/assets/icon/moonshot_small.svg",
80 81 82 83 84
        "inputPrice": 24,
        "outputPrice": 24
      },
      {
        "name": "qwen-max-32k",
fisherdaddy's avatar
fisherdaddy committed
85
        "logo": "/assets/icon/ali_small.svg",
86 87 88 89 90
        "inputPrice": 20,
        "outputPrice": 60
      },
      {
        "name": "ERNIE 4.0\nTurbo",
fisherdaddy's avatar
fisherdaddy committed
91
        "logo": "/assets/icon/wenxin_small.png",
92 93 94 95 96
        "inputPrice": 20,
        "outputPrice": 60
      },
      {
        "name": "gpt-4o",
fisherdaddy's avatar
fisherdaddy committed
97
        "logo": "/assets/icon/openai_small.svg",
98 99 100 101 102
        "inputPrice": 17.5,
        "outputPrice": 70
      },
      {
        "name": "GLM-4-Plus-128k",
fisherdaddy's avatar
fisherdaddy committed
103
        "logo": "/assets/icon/glm_small.svg",
104 105 106 107 108
        "inputPrice": 50,
        "outputPrice": 50
      },
      {
        "name": "o1-mini",
fisherdaddy's avatar
fisherdaddy committed
109
        "logo": "/assets/icon/openai_small.svg",
110 111 112 113 114
        "inputPrice": 21,
        "outputPrice": 84
      },
      {
        "name": "gemini 1.5 Pro",
fisherdaddy's avatar
fisherdaddy committed
115
        "logo": "/assets/icon/google_small.svg",
116 117 118 119 120
        "inputPrice": 87.5,
        "outputPrice": 35
      },
      {
        "name": "claude 3.5\nSonnet",
fisherdaddy's avatar
fisherdaddy committed
121
        "logo": "/assets/icon/anthropic_small.svg",
122 123 124 125 126
        "inputPrice": 26.3,
        "outputPrice": 105
      },
      {
        "name": "o1-preview",
fisherdaddy's avatar
fisherdaddy committed
127
        "logo": "/assets/icon/openai_small.svg",
128 129 130 131 132
        "inputPrice": 105,
        "outputPrice": 420
      },
      {
        "name": "claude 3.5\nOpus",
fisherdaddy's avatar
fisherdaddy committed
133
        "logo": "/assets/icon/anthropic_small.svg",
134 135 136 137 138
        "inputPrice": 131,
        "outputPrice": 525
      }
    ]
  }