Files
OmniRoute/examples/quickstart
pandaaaa1990 48f3428307 pUpdate python_requests.py (#10731)
Merged via merge-train (release/v3.8.50, batch1 2026-08-20) — static gates (typecheck/file-size/complexity/cognitive/changelog) green on the combined tree; test:unit reds observed in the boarded run were verified pre-existing on the pure release tip (unrelated flake), not caused by this PR. Thanks for the contribution!
2026-08-20 06:29:18 -03:00
..

Quickstart Code Examples

Simple, copy-paste scripts to get your first response from a local OmniRoute server in under a minute.

Prerequisites

Start OmniRoute locally first:

npx omniroute
# Server is now live at http://localhost:20128/v1

Examples

File Language Dependency
python_requests.py Python pip install requests
nodejs_axios.js Node.js npm install axios
curl_terminal.sh Bash / cURL curl (pre-installed on Mac/Linux)
php_curl.php PHP PHP 7.4+ with cURL

All examples use felo/auto — a keyless, zero-configuration model that works immediately with no provider sign-up required.

Key Settings (same in all examples)

Setting Value Why
model felo/auto Keyless provider, works out of the box
stream false Returns standard JSON instead of SSE stream
Authorization Bearer dummy-key Any non-empty string satisfies the header requirement

What to Change

To use a different model, replace felo/auto with any model ID from:

curl http://localhost:20128/v1/models