- small request examples
- runnable sample projects
- cookbook walkthroughs that explain the project structure
Examples marked with
:free do not require deposited credits.Free text generation
Use this example for the fastest zero-credit smoke test with the Responses API.Paid chat completion
Use this when you want an OpenAI-compatible chat request against a paid model.Image generation
Use this when your app needs a generated image from a prompt.Runnable sample projects
Each sample project 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