-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
38 lines (38 loc) · 829 Bytes
/
models.json
File metadata and controls
38 lines (38 loc) · 829 Bytes
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
{
"OpenAI": {
"o1-preview": {
"input": 128000,
"output": 32768
},
"o1-mini": {
"input": 128000,
"output": 65536
},
"gpt-4o": {
"input": 128000,
"output": 16384
},
"gpt-4o-mini": {
"input": 128000,
"output": 16384
}
},
"Anthopic": {
"claude-3-5-sonnet-20240620": {
"input": 200000,
"output": 8192
},
"claude-3-opus-20240229": {
"input": 200000,
"output": 4096
},
"claude-3-sonnet-20240229": {
"input": 200000,
"output": 4096
},
"claude-3-haiku-20240307": {
"input": 200000,
"output": 4096
}
}
}