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?

An OpenAI-compatible API is an interface whose request and response shapes resemble some OpenAI API endpoints.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.
OpenAI-compatible API
Further reading