OpenAI-Compatible API

You might say

My AI tool only has settings for OpenAI, but I want to use DeepSeek. Can I just swap the Base URL and API Key?

A third-party model endpoint conforming to OpenAI request and response formats, allowing compatible clients to switch providers seamlessly.For example, a tool that only sends OpenAI-shaped requests may connect to another model service after changing the Base URL, API key, and model name. The service may implement that shape directly or through a translation layer. Compatibility usually covers only some endpoints and fields, so tool calls, images, streaming, and other capabilities still need separate checks.
Further reading