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)
This commit is contained in:
Konstantin Fickel 2026-02-15 14:42:43 +01:00
parent 0ecf1f0f9e
commit 2aec223c5d
Signed by: kfickel
GPG key ID: A793722F9933C1A5
4 changed files with 59 additions and 2 deletions

View file

@ -9,7 +9,7 @@ dependencies = [
"httpx>=0.27.0",
"mistralai>=1.0.0",
"networkx>=3.6.1",
"openai>=1.0.0",
"openai>=2.21.0",
"pydantic>=2.12.5",
"pyyaml>=6.0",
"typer>=0.23.1",