OpenAI-Compatible API Request Builder
Configure endpoint base URLs, authentication keys, advanced inference parameters, and message arrays for any OpenAI-compatible provider (Groq, Together AI, Ollama, OpenRouter, LM Studio, etc.).
Valid JSON
OpenAI API Compatibility Standard
Most modern LLM providers and local runtimes mirror the exact JSON structure of the OpenAI Chat Completions API endpoint (`/v1/chat/completions`). Switching providers requires only changing the base URL endpoint and authentication header credentials without altering message payloads.
Frequently Asked Questions (FAQ)
Simply select the local preset to automatically populate endpoints like `http://localhost:11434/v1/chat/completions` or `http://localhost:1234/v1/chat/completions` with local model tags.
Yes! Clicking the "Copy cURL" button instantly generates a ready-to-execute terminal command configured with your custom endpoint URL, authorization headers, and JSON request body.