-
Notifications
You must be signed in to change notification settings - Fork 0
/
llm_pricing.json
127 lines (127 loc) · 2.87 KB
/
llm_pricing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"models": {
"mistral-large-latest": {
"input": 8.0,
"output": 24.0,
"score": 1159,
"context_length": 32000,
"knowledge_cutoff": null,
"function_calling": true,
"languages": []
},
"open-mixtral-8x22b": {
"input": 2.0,
"output": 6.0,
"score": 1145,
"context_length": 64000,
"knowledge_cutoff": 946684800,
"function_calling": true,
"languages": [
"-"
]
},
"mistral-medium-latest": {
"input": 2.7,
"output": 8.1,
"score": 1148,
"context_length": 32000,
"knowledge_cutoff": null,
"function_calling": true,
"languages": []
},
"command-r": {
"input": 0.5,
"output": 1.5,
"score": 1148,
"context_length": 128000,
"knowledge_cutoff": 1709251200,
"function_calling": true,
"languages": []
},
"gpt-4-turbo-2024-04-09": {
"input": 10.0,
"output": 30.0,
"score": 1261,
"context_length": 128000,
"knowledge_cutoff": 1701388800,
"function_calling": true,
"languages": []
},
"open-mistral-7b": {
"input": 0.25,
"output": 0.25,
"score": 1073,
"context_length": 32000,
"knowledge_cutoff": 946684800,
"function_calling": true,
"languages": [
"-"
]
},
"claude-3-sonnet-20240229": {
"input": 3.0,
"output": 15.0,
"score": 1203,
"context_length": 200000,
"knowledge_cutoff": 1690848000,
"function_calling": true,
"languages": []
},
"mistral-small-latest": {
"input": 2.0,
"output": 6.0,
"score": 1114,
"context_length": 32000,
"knowledge_cutoff": null,
"function_calling": true,
"languages": []
},
"open-mixtral-8x7b": {
"input": 0.7,
"output": 0.7,
"score": 1114,
"context_length": 32000,
"knowledge_cutoff": 946684800,
"function_calling": true,
"languages": [
"-"
]
},
"claude-3-haiku-20240307": {
"input": 0.25,
"output": 1.25,
"score": 1181,
"context_length": 200000,
"knowledge_cutoff": 1690848000,
"function_calling": true,
"languages": []
},
"claude-3-opus-20240229": {
"input": 15.0,
"output": 75.0,
"score": 1256,
"context_length": 200000,
"knowledge_cutoff": 1690848000,
"function_calling": true,
"languages": []
},
"gpt-3.5-turbo-0125": {
"input": 0.5,
"output": 1.5,
"score": 1119,
"context_length": 16385,
"knowledge_cutoff": 1630454400,
"function_calling": true,
"languages": []
},
"command-r-plus": {
"input": 3.0,
"output": 15.0,
"score": 1193,
"context_length": 128000,
"knowledge_cutoff": 1709251200,
"function_calling": true,
"languages": []
}
}
}