- A virtual key with the
sk-corvex-prefix. If you don’t, ask your team admin or see Authentication. - The host of your Corvex inference gateway (defaults shown below use
http://localhost:8080; replace with your environment’s gateway URL).
Send a chat completion
Already on the OpenAI SDK? Swap 3 lines.
The base-URL/API-key swap shown on the drop-in page is validated in CI
against staging on every docs PR.
Model naming
Corvex models use bare lab-canonical Hugging Face repo ids —<hf-namespace>/<model-name> (e.g. zai-org/GLM-5.1-FP8,
deepseek-ai/DeepSeek-V4-Flash). There is no Corvex prefix; legacy
corvex/<…> and corvex-pd/<…> ids return HTTP 404 since the Day-1
dogfooding cutover (see ADR product-024 / RD-651,
RD-651). Topology — standard vs prefill-decode disaggregated — is
decided server-side from the catalog, not from the request shape.
Get the current list of available models for your virtual key:
What’s next
- Authentication → — virtual keys vs admin keys; which to use for what.
- API Reference → — every endpoint, request/response schemas, and error codes.
The OpenAI SDK drop-in examples on the drop-in page
are compiled and run against staging on every docs PR (REQ-081). The
broader samples on this page are illustrative.