-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodels.json
More file actions
648 lines (609 loc) · 27.2 KB
/
Copy pathmodels.json
File metadata and controls
648 lines (609 loc) · 27.2 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
{
"GPT":
{
"chatgpt-4o-latest":
{
"label": "OpenAI's ChatGPT-4o points to the GPT-4o snapshot currently used in ChatGPT. GPT-4o is their versatile, high-intelligence flagship model. It accepts both text and image inputs, and produces text outputs. It is the best model for most tasks, and is their most capable model outside of their o-series models.",
"max_token": 16384,
"context_token": 128000,
"data": "Up to Sep 2023",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4o"
}
},
"gemini-1.5-flash":
{
"label": "Google's fast and versatile performance across a diverse variety of tasks",
"max_token": 8000,
"context_token": 1000000,
"data": "Latest update: Sep 2024",
"status": "deprecated",
"status_details": "as of Aug 2025",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-1.5-flash"
}
},
"gemini-1.5-flash-8b":
{
"label": "Google's fast and versatile performance across a diverse variety of tasks",
"max_token": 8000,
"context_token": 1000000,
"data": "Latest update: Oct 2024",
"status": "deprecated",
"status_details": "as of Aug 2025",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-1.5-flash-8b"
}
},
"gemini-1.5-pro":
{
"label": "Google model for complex reasoning tasks requiring more intelligence",
"max_token": 8000,
"context_token": 2000000,
"data": "Latest update: Sep 2024",
"status": "deprecated",
"status_details": "as of Aug 2025",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-1.5-pro"
}
},
"gemini-2.0-flash":
{
"label": "Google model with next generation features, speed, and multimodal generation for a diverse variety of tasks",
"max_token": 8000,
"context_token": 1000000,
"data": "Latest update: Feb 2025, Knowledge cutoff: Aug 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.0-flash"
}
},
"gemini-2.0-flash-lite":
{
"label": "Google model that reasons over the most complex problems, Show the thinking process of the model, Tackle difficult code and math problems",
"max_token": 8000,
"context_token": 1000000,
"data": "Latest update: Feb 2025, Knowledge cutoff: Aug 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.0-flash-lite"
}
},
"gemini-2.5-flash":
{
"label": "Google's best model in terms of price-performance, offering well-rounded capabilities. Gemini 2.5 Flash rate limits are more restricted since it is an experimental / preview model",
"max_token": 65000,
"context_token": 1000000,
"data": "Latest update: Jun 2025, Knowledge cutoff: Jan 2025",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash"
}
},
"gemini-2.5-flash-lite-preview-06-17":
{
"label": "Google's Gemini 2.5 Flash model optimized for cost efficiency and low latency.",
"max_token": 65000,
"context_token": 1000000,
"data": "Latest update: Jun 2025, Knowledge cutoff: Jan 2025",
"status": "deprecated",
"status_details": "as of Aug 2025",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-lite"
}
},
"gemini-2.5-flash-lite":
{
"label": "Google's Gemini 2.5 Flash model optimized for cost efficiency and high throughput.",
"max_token": 65000,
"context_token": 1000000,
"data": "Latest update: Jul 2025, Knowledge cutoff: Jan 2025",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-lite"
}
},
"gemini-2.5-pro":
{
"label": "Google's state-of-the-art thinking model, capable of reasoning over complex problems in code, math, and STEM, as well as analyzing large datasets, codebases, and documents using long context.",
"max_token": 65000,
"context_token": 1000000,
"data": "Latest update: Jun 2025, Knowledge cutoff: Jan 2025",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "GoogleAI",
"apikey-env": "GEMINI_API_KEY",
"apiurl": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model_url": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5"
}
},
"gpt-4.1":
{
"label": "OpenAI's flagship model for complex tasks. It is well suited for problem solving across domains.",
"max_token": 32000,
"context_token": 1000000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4.1"
}
},
"gpt-4.1-mini":
{
"label": "OpenAI's GPT-4.1 mini provides a balance between intelligence, speed, and cost that makes it an attractive model for many use cases.",
"max_token": 32000,
"context_token": 1000000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4.1-mini"
}
},
"gpt-4.1-nano":
{
"label": "OpenAI's GPT-4.1 nano is the fastest, most cost-effective GPT-4.1 model.",
"max_token": 32000,
"context_token": 1000000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4.1-nano"
}
},
"gpt-4o":
{
"label": "OpenAI's GPT-4o (“o” for “omni”) is their versatile, high-intelligence flagship model. It accepts both text and image inputs, and produces text outputs (including Structured Outputs). It is the best model for most tasks, and is their most capable model outside of their o-series models.",
"max_token": 16384,
"context_token": 128000,
"data": "Up to Sep 2023",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4o"
}
},
"gpt-4o-mini":
{
"label": "OpenAI's GPT-4o mini (“o” for “omni”) is a fast, affordable small model for focused tasks. It accepts both text and image inputs, and produces text outputs (including Structured Outputs).",
"max_token": 16384,
"context_token": 128000,
"data": "Up to Sep 2023",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4o-mini"
}
},
"gpt-4o-mini-search-preview":
{
"label": "OpenAI's GPT-4o mini Search Preview is a specialized model trained to understand and execute web search queries with the Chat Completions API. In addition to token fees, web search queries have a fee per tool call.",
"max_token": 16384,
"context_token": 128000,
"data": "Up to Oct 2023",
"status": "active",
"status_details": "",
"capability": ["websearch"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4o-mini-search-preview"
}
},
"gpt-4o-search-preview":
{
"label": "OpenAI's GPT-4o Search Preview is a specialized model trained to understand and execute web search queries with the Chat Completions API. In addition to token fees, web search queries have a fee per tool call.",
"max_token": 16384,
"context_token": 128000,
"data": "Up to Oct 2023",
"status": "active",
"status_details": "",
"capability": ["websearch"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models/gpt-4o-search-preview"
}
},
"gpt-5":
{
"label": "OpenAI's GPT-5 is their flagship model for coding, reasoning, and agentic tasks across domains.",
"max_token": 128000,
"context_token": 400000,
"data": "Up to Sep 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/gpt-5"
}
},
"gpt-5-chat-latest":
{
"label": "OpenAI's GPT-5 Chat points to the GPT-5 snapshot currently used in ChatGPT. GPT-5 is their next-generation, high-intelligence flagship model. It accepts both text and image inputs, and produces text outputs.",
"max_token": 128000,
"context_token": 400000,
"data": "Up to Sep 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/gpt-5-chat-latest"
}
},
"gpt-5-mini":
{
"label": "OpenAI's GPT-5-mini is is a faster, more cost-efficient version of GPT-5. It's great for well-defined tasks and precise prompts.",
"max_token": 128000,
"context_token": 400000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/gpt-5-mini"
}
},
"gpt-5-nano":
{
"label": "OpenAI's GPT-5-nano is their fastest, cheapest version of GPT-5. It's great for summarization and classification tasks.",
"max_token": 128000,
"context_token": 400000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": ["vision"],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/gpt-5-nano"
}
},
"o3":
{
"label": "OpenAI's o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following. Use it to think through multi-step problems that involve analysis across text, code, and images.",
"max_token": 100000,
"context_token": 208000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o3"
}
},
"o3-deep-research":
{
"label": "OpenAI's o3-deep-research is the most advanced model for deep research, designed to tackle complex, multi-step research tasks. It can search and synthesize information from across the internet",
"max_token": 100000,
"context_token": 208000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o3-deep-research"
}
},
"o3-mini":
{
"label": "OpenAI's o3-mini is their newest small reasoning model, providing high intelligence at the same cost and latency targets of o1-mini.",
"max_token": 100000,
"context_token": 208000,
"data": "Up to Sep 2023",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o3-mini"
}
},
"o3-pro":
{
"label": "OpenAI's Version of o3 with more compute for better responses",
"max_token": 100000,
"context_token": 208000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o3-mini"
}
},
"o4-mini":
{
"label": "OpenAI's o4-mini is their latest small o-series model. It's optimized for fast, effective reasoning with exceptionally efficient performance in coding and visual tasks.",
"max_token": 100000,
"context_token": 208000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o4-mini"
}
},
"o4-mini-deep-research":
{
"label": "OpenAI's o4-mini-deep-research is the faster, more affordable deep research model—ideal for tackling complex, multi-step research tasks. It can search and synthesize information from across the internet.",
"max_token": 100000,
"context_token": 208000,
"data": "Up to May 2024",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"use_max_completion_tokens": true,
"removed_roles": ["system"],
"disabled_features": ["temperature", "preset"],
"model_url": "https://platform.openai.com/docs/models/o4-mini-deep-research"
}
},
"r1-1776":
{
"label": "Perplexity's offline AI model that provides uncensored, unbiased responses without relying on real-time search.",
"max_token": 4096,
"context_token": 127000,
"data": "Perplexity model",
"status": "deprecated",
"status_details": "as of Aug 2025",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user." },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/r1-1776"
}
},
"sonar":
{
"label": "Perplexity's lightweight offering with search grounding, quicker and cheaper than Sonar Pro",
"max_token": 4096,
"context_token": 127000,
"data": "Perplexity model",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user.", "oaiwui_skip": "" },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/sonar"
}
},
"sonar-deep-research":
{
"label": "Perplexity's premier search offering outputs CoT in its response as well with search grounding, supporting advanced queries and follow-ups.",
"max_token": 4096,
"context_token": 60000,
"data": "Perplexity model",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user." },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/sonar-deep-research"
}
},
"sonar-pro":
{
"label": "Perplexity's premier search offering with search grounding, supporting advanced queries and follow-ups.",
"max_token": 8192,
"context_token": 200000,
"data": "Perplexity model",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user." },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/sonar-pro"
}
},
"sonar-reasoning":
{
"label": "Perplexity's premier search offering outputs Chain-of-Thought (CoT) in its response as well.",
"max_token": 4096,
"context_token": 127000,
"data": "Perplexity model",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user." },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/sonar-reasoning"
}
},
"sonar-reasoning-pro":
{
"label": "Perplexity's premier search offering leveraging advanced multi-step Chain-of-Thought (CoT) in its response as well with search grounding, supporting advanced queries and follow-ups.",
"max_token": 8192,
"context_token": 127000,
"data": "Perplexity model",
"status": "active",
"status_details": "",
"capability": [],
"meta": {
"provider": "PerplexityAI",
"apikey-env": "PERPLEXITY_API_KEY",
"apiurl": "https://api.perplexity.ai",
"msg_format": "role_content",
"init_msg": {"role": "system", "content": "You are an artificial intelligence assistant and you need to engage in a helpful, detailed, polite conversation with a user." },
"disabled_features": ["role", "prompt_preset", "preset"],
"model_url": "https://docs.perplexity.ai/models/models/sonar-reasoning-pro"
}
}
},
"Image":
{
"dall-e-2":
{
"label": "The previous DALL·E model released in Nov 2022. The maximum prompt length is 1000 characters.",
"image_size": ["256x256", "512x512", "1024x1024"],
"max_prompt_length": 1000,
"status": "active",
"status_details": "",
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models#dall-e"
}
},
"dall-e-3":
{
"label": "The latest DALL·E model released in Nov 2023. The maximum prompt length is 4000 characters.",
"image_size": ["1024x1024", "1024x1792", "1792x1024"],
"max_prompt_length": 4000,
"status": "active",
"status_details": "",
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models#dall-e",
"quality": ["standard", "hd"],
"style": ["vivid", "natural"]
}
},
"gpt-image-1":
{
"label": "OpenAI's GPT Image 1 is their new state-of-the-art image generation model.",
"image_size": ["auto", "1024x1024", "1536x1024", "1024x1536"],
"max_prompt_length": 1000,
"status": "active",
"status_details": "",
"meta": {
"provider": "OpenAI",
"apikey-env": "OPENAI_API_KEY",
"model_url": "https://platform.openai.com/docs/models#dall-e",
"quality": ["auto", "low", "medium", "high"],
"transparent": true
}
}
}
}