Fork-ready starter templates for testing API NODE with OpenAI-compatible tools, SDKs, and CI workflows.
Default values:
Base URL: https://apinode.pro
Model: gpt-5.5
API: OpenAI Responses API
- Local smoke test
- Node.js Responses API
- Python Responses API
- Go Responses API
- Deno Responses API
- curl Responses API smoke test
- Chat Completions smoke test
- OpenAI JavaScript SDK Chat Completions
- OpenAI Python SDK Chat Completions
- Embeddings smoke test
- Node.js embeddings client
- Python embeddings client
- OpenAI-compatible request debugger
- Token parameter probe
- LiteLLM config
- Codex CLI config
- Codex provider block
- Cursor setup note
- Aider setup note
- Continue.dev setup note
- Cline / Roo Code setup note
- Agent base URL env pack
export APINODE_API_KEY="your_api_key"
export APINODE_BASE_URL="https://apinode.pro"
export APINODE_MODEL="gpt-5.5"Pick the closest template and copy it into your project.
For a compact decision table, see TEMPLATE_INDEX.md.
If you are viewing this on GitHub, use Use this template to create a new repository with the same starter files.
- Do not commit API keys.
- Use GitHub Actions secrets for CI.
- Use server-side code for API calls.
- Keep browser-side demos behind a backend proxy.
See the larger examples and guide library:
https://github.com/apinode-pro/openai-compatible-ai-gateway-examples