- a small copy-paste request example
- a full sample project you can run locally
- a walkthrough that shows how the sample is put together
Examples marked with
:free do not require deposited credits.1. Free-model text generation with /responses
2. Paid-model chat completion
3. Image generation
Full sample projects
These projects live in this repository underexamples/. Each one also has a matching cookbook walkthrough.
Browser apps
- Next.js web chat app Repo: examples/web-chat-nextjs
- OAuth Next.js workbench Repo: examples/oauth-client-nextjs
Script and backend starters
- Node REST smoke app Repo: examples/gateway-node-quickstart
- Python gateway CLI Repo: examples/gateway-python-quickstart