Skip to content

Commit b2e8cb1

Browse files
committed
Add Recraft Image Generation models
1 parent 62e2451 commit b2e8cb1

1 file changed

Lines changed: 108 additions & 17 deletions

File tree

llms/providers-extra.json

Lines changed: 108 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,54 @@
8989
},
9090
"openrouter": {
9191
"models": {
92+
"recraft/recraft-v4-pro": {
93+
"name": "Recraft V4 Pro",
94+
"release_date": "2026-05-08",
95+
"modalities": {
96+
"input": [
97+
"text"
98+
],
99+
"output": [
100+
"image"
101+
]
102+
},
103+
"cost": {
104+
"input": 0,
105+
"output": 0.25
106+
}
107+
},
108+
"recraft/recraft-v4": {
109+
"name": "Recraft V4",
110+
"release_date": "2026-05-07",
111+
"modalities": {
112+
"input": [
113+
"text"
114+
],
115+
"output": [
116+
"image"
117+
]
118+
},
119+
"cost": {
120+
"input": 0,
121+
"output": 0.04
122+
}
123+
},
124+
"recraft/recraft-v3": {
125+
"name": "Recraft V3",
126+
"release_date": "2026-05-06",
127+
"modalities": {
128+
"input": [
129+
"text"
130+
],
131+
"output": [
132+
"image"
133+
]
134+
},
135+
"cost": {
136+
"input": 0,
137+
"output": 0.04
138+
}
139+
},
92140
"google/gemini-3.1-flash-image-preview": {
93141
"name": "Gemini 3.1 Flash Image (Nano Banana 2)",
94142
"release_date": "2026-02-26",
@@ -139,6 +187,7 @@
139187
},
140188
"sourceful/riverflow-v2-fast-preview": {
141189
"name": "Sourceful: Riverflow V2 Fast Preview",
190+
"release_date": "2026-02-03",
142191
"modalities": {
143192
"input": [
144193
"text"
@@ -154,6 +203,7 @@
154203
},
155204
"sourceful/riverflow-v2-standard-preview": {
156205
"name": "Sourceful: Riverflow V2 Standard Preview",
206+
"release_date": "2025-12-09",
157207
"modalities": {
158208
"input": [
159209
"text"
@@ -169,6 +219,7 @@
169219
},
170220
"sourceful/riverflow-v2-max-preview": {
171221
"name": "Sourceful: Riverflow V2 Max Preview",
222+
"release_date": "2025-12-09",
172223
"modalities": {
173224
"input": [
174225
"text"
@@ -182,8 +233,9 @@
182233
"output": 17.96
183234
}
184235
},
185-
"openai/gpt-5-image-mini": {
186-
"name": "OpenAI: GPT-5 Image Mini",
236+
"openai/gpt-5.4-image-2": {
237+
"name": "OpenAI: GPT-5.4 Image 2",
238+
"release_date": "2026-04-22",
187239
"modalities": {
188240
"input": [
189241
"text"
@@ -193,12 +245,13 @@
193245
]
194246
},
195247
"cost": {
196-
"input": 2.50,
197-
"output": 2
248+
"input": 8.0,
249+
"output": 15.0
198250
}
199251
},
200252
"openai/gpt-5-image": {
201253
"name": "OpenAI: GPT-5 Image",
254+
"release_date": "2025-10-14",
202255
"modalities": {
203256
"input": [
204257
"text"
@@ -212,8 +265,9 @@
212265
"output": 10.0
213266
}
214267
},
215-
"black-forest-labs/flux.2-pro": {
216-
"name": "Black Forest Labs: FLUX.2 Pro",
268+
"openai/gpt-5-image-mini": {
269+
"name": "OpenAI: GPT-5 Image Mini",
270+
"release_date": "2025-10-16",
217271
"modalities": {
218272
"input": [
219273
"text"
@@ -223,12 +277,13 @@
223277
]
224278
},
225279
"cost": {
226-
"input": 3.66,
227-
"output": 3.66
280+
"input": 2.50,
281+
"output": 2
228282
}
229283
},
230284
"black-forest-labs/flux.2-max": {
231285
"name": "Black Forest Labs: FLUX.2 Max",
286+
"release_date": "2025-12-16",
232287
"modalities": {
233288
"input": [
234289
"text"
@@ -242,8 +297,25 @@
242297
"output": 7.32
243298
}
244299
},
300+
"black-forest-labs/flux.2-pro": {
301+
"name": "Black Forest Labs: FLUX.2 Pro",
302+
"release_date": "2025-11-25",
303+
"modalities": {
304+
"input": [
305+
"text"
306+
],
307+
"output": [
308+
"image"
309+
]
310+
},
311+
"cost": {
312+
"input": 3.66,
313+
"output": 3.66
314+
}
315+
},
245316
"black-forest-labs/flux.2-flex": {
246317
"name": "Black Forest Labs: FLUX.2 Flex",
318+
"release_date": "2025-11-25",
247319
"modalities": {
248320
"input": [
249321
"text"
@@ -276,8 +348,9 @@
276348
"output": 32.0
277349
}
278350
},
279-
"gpt-image-1.5": {
280-
"name": "GPT Image 1.5",
351+
"gpt-image-1-mini": {
352+
"name": "GPT Image 1 Mini",
353+
"release_date": "2025-10-16",
281354
"modalities": {
282355
"input": [
283356
"text"
@@ -288,11 +361,28 @@
288361
},
289362
"cost": {
290363
"input": 5.0,
291-
"output": 32.0
364+
"output": 8.0
292365
}
293366
},
294-
"gpt-image-1": {
295-
"name": "GPT Image 1",
367+
"gpt-image-2": {
368+
"name": "GPT Image 2",
369+
"release_date": "2026-04-22",
370+
"modalities": {
371+
"input": [
372+
"text"
373+
],
374+
"output": [
375+
"image"
376+
]
377+
},
378+
"cost": {
379+
"input": 8.0,
380+
"output": 15.0
381+
}
382+
},
383+
"gpt-image-1.5": {
384+
"name": "GPT Image 1.5",
385+
"release_date": "2025-10-16",
296386
"modalities": {
297387
"input": [
298388
"text"
@@ -303,11 +393,12 @@
303393
},
304394
"cost": {
305395
"input": 5.0,
306-
"output": 40.0
396+
"output": 32.0
307397
}
308398
},
309-
"gpt-image-1-mini": {
310-
"name": "GPT Image 1 Mini",
399+
"gpt-image-1": {
400+
"name": "GPT Image 1",
401+
"release_date": "2025-10-14",
311402
"modalities": {
312403
"input": [
313404
"text"
@@ -318,7 +409,7 @@
318409
},
319410
"cost": {
320411
"input": 5.0,
321-
"output": 8.0
412+
"output": 40.0
322413
}
323414
}
324415
}

0 commit comments

Comments
 (0)