Familiar request format
Use OpenAI-compatible chat-completions clients with a Coreqm base URL and key.
OPENAI-COMPATIBLE API
Keep the familiar chat-completions integration pattern while Coreqm manages enabled models, provider routing, quotas and access keys behind one endpoint.
01
Many AI applications and SDKs support an OpenAI-compatible base URL. Coreqm accepts compatible requests, resolves the requested public model and routes the call through the provider configuration available to the account.
02
Use OpenAI-compatible chat-completions clients with a Coreqm base URL and key.
Expose stable public model names while provider-specific model identifiers remain configurable.
Apply plan, user and key limits before costly upstream requests are sent.
Review request status, latency and token accounting without exposing secret keys.
03
04
No. Coreqm is an independent gateway that offers compatible request paths for configured model providers.
If the SDK allows a custom base URL and compatible authentication, it can generally connect to Coreqm. Check the Coreqm documentation for the exact endpoint.
No. Compatibility focuses on the documented Coreqm endpoints. Provider-specific or unsupported APIs are not implied.
Yes. Public model aliases and provider routing can be managed without exposing upstream credentials to clients.
Create your account, generate an API key and connect a compatible tool in minutes.
Create free account