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
{
"object": "list",
"data": [
{
"id": "gpt-4o",
"object": "model",
"owned_by": "openai",
"name": "OpenAI: GPT-4o",
"description": "OpenAI's multimodal flagship model.",
"context_length": 128000,
"aliases": [
"openai/gpt-4o"
],
"pricing": {
"prompt": "0.0000025",
"completion": "0.00001"
},
"architecture": {
"modality": "text+image->text",
"input_modalities": [
"text",
"image"
],
"output_modalities": [
"text"
]
},
"knowledge_cutoff": "2023-10",
"max_completion_tokens": 16384
},
{
"id": "openai/gpt-4o:free",
"object": "model",
"owned_by": "openai",
"name": "OpenAI: GPT-4o (free)",
"description": "Rate-limited free tier. OpenAI's multimodal flagship model.",
"context_length": 128000,
"aliases": [],
"pricing": {
"prompt": "0",
"completion": "0"
},
"architecture": {
"modality": "text+image->text",
"input_modalities": [
"text",
"image"
],
"output_modalities": [
"text"
]
}
},
{
"id": "auto",
"object": "model",
"owned_by": "bazaarlink",
"name": "Auto Router",
"description": "Automatically selects the best model for the request.",
"aliases": [],
"pricing": {
"prompt": "-1",
"completion": "-1"
},
"architecture": {
"modality": "text->text",
"input_modalities": [
"text"
],
"output_modalities": [
"text"
]
}
}
]
}