hokusai/bulkgen/providers
Konstantin Fickel 2aec223c5d
feat: add GPT-5 generation models to OpenAI providers
Text: gpt-5, gpt-5-mini, gpt-5-nano (all with vision), o3, o4-mini
(with vision), o3-pro (text only)
Image: gpt-image-1.5, gpt-image-1-mini (both with reference images)
2026-02-15 14:42:43 +01:00
..
__init__.py feat: add OpenAI as provider for text and image generation 2026-02-15 13:48:06 +01:00
bfl.py refactor: replace blackforest package with custom async BFL client 2026-02-14 16:44:36 +01:00
blackforest.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
mistral.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
models.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
openai_image.py feat: add GPT-5 generation models to OpenAI providers 2026-02-15 14:42:43 +01:00
openai_text.py feat: add GPT-5 generation models to OpenAI providers 2026-02-15 14:42:43 +01:00
registry.py feat: add OpenAI as provider for text and image generation 2026-02-15 13:48:06 +01:00