-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOAI_CONFIG_LIST.example
More file actions
58 lines (58 loc) · 971 Bytes
/
Copy pathOAI_CONFIG_LIST.example
File metadata and controls
58 lines (58 loc) · 971 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"model": "gpt-4o-mini",
"api_key": "",
"tags": [
"gpt-4o-mini",
"mini"
]
},
{
"model": "gpt-4o-latest",
"api_key": "",
"tags": [
"gpt-4o",
"multimodel"
]
},
{
"model": "o1",
"api_key": "",
"tags": [
"o1",
"multimodel"
]
},
{
"model": "o1-mini",
"api_key": "",
"tags": [
"o1",
"mini"
]
},
{
"model": "dall-e-2",
"api_key": "",
"tags": [
"dalle2",
"image"
]
},
{
"model": "dall-e-3",
"api_key": "",
"tags": [
"dalle3",
"image"
]
},
{
"model": "text-embedding-3-large",
"api_key": "",
"tags": [
"embeddings",
"large"
]
}
]