Connect an existing OpenAI SDK to one gateway.
Base URL, Bearer authentication, live model discovery, cURL, Python, endpoint choices, and a production checklist.
Start with the request format you already use, discover current model IDs, and verify compatibility before moving an integration toward production.
Base URL, Bearer authentication, live model discovery, cURL, Python, endpoint choices, and a production checklist.
A focused answer for developers moving an existing Python or JavaScript client to a compatible gateway without rewriting the request layer.
Official Python client setup, live model discovery, an Agents SDK configuration path, a production-tested non-streaming baseline, and explicit unverified-feature boundaries.
Authenticated GET /v1/models, Python and JavaScript parsing, safe caching, and model-not-found troubleshooting.
Key-console steps, server-side storage, Bearer authentication, a no-generation model-list test, HTTP 401 troubleshooting, and safe rotation.
Messages endpoint, x-api-key, version header, model discovery, cURL, Python, and compatibility boundaries.
A decision path for authentication, invalid routes, stale model IDs, throttling, quota-like failures, bounded retries, and safe diagnostic logs.
Exact Base URL and API-key fields, live model discovery, a minimal Chat Completions test, optional-feature boundaries, and Docker troubleshooting.
A minimal librechat.yaml, environment-variable key storage, live model fetching, Docker checks, and explicit optional-feature boundaries.
Bearer credentials, current model discovery, a typed JSON body, dynamic workflow input, batching, bounded retries, and execution-data security.
Model IDs and feature support can change. Use the API documentation for request shapes and the GET /v1/models guide for current model discovery.