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

2
uv.lock generated
View file

@ -73,7 +73,7 @@ requires-dist = [
{ name = "httpx", specifier = ">=0.27.0" },
{ name = "mistralai", specifier = ">=1.0.0" },
{ name = "networkx", specifier = ">=3.6.1" },
{ name = "openai", specifier = ">=1.0.0" },
{ name = "openai", specifier = ">=2.21.0" },
{ name = "pydantic", specifier = ">=2.12.5" },
{ name = "pyyaml", specifier = ">=6.0" },
{ name = "typer", specifier = ">=0.23.1" },