Part of the post-update verification pass. Model strings were standardized on the June 2026 OpenAI generation (see `docs/analysis/03-model-updates.md`). Confirm each example still runs end-to-end with the new models and that output looks correct.
Now using `gpt-5.4-nano` (cheap RAG / completion demos):
Now using `gpt-5.4` (agentic / tool-using):
How to verify: set `OPENAI_API_KEY`, set up each example's venv per `docs/setup/python-venv.md`, run, and confirm sensible output. Watch for: model-id rejected by the API, response-format changes, and (browser-use) tool-calling/planning still working.
Part of the post-update verification pass. Model strings were standardized on the June 2026 OpenAI generation (see `docs/analysis/03-model-updates.md`). Confirm each example still runs end-to-end with the new models and that output looks correct.
Now using `gpt-5.4-nano` (cheap RAG / completion demos):
Now using `gpt-5.4` (agentic / tool-using):
How to verify: set `OPENAI_API_KEY`, set up each example's venv per `docs/setup/python-venv.md`, run, and confirm sensible output. Watch for: model-id rejected by the API, response-format changes, and (browser-use) tool-calling/planning still working.