← Docs

Quickstart

Make your first request to the CMDOP LLM API in a few minutes.

Overview

CMDOP LLM exposes an OpenAI-compatible API, so most existing SDKs and tools work by changing the base URL and key. The models are tuned for agent workloads — tool use, structured output, verification, and long-running tasks.

Make a request

Set your API key and call the chat completions endpoint. Any OpenAI-compatible client works.

Loading code...

Next steps

Browse the model family to choose between agent, verification, and research-oriented models, then read Authentication to manage keys.