Claude Code is a harness. VAP supplies the model layer: an OpenAI-compatible Coding Plan API powered by Nemesis Deep Coder for long-context software planning, patch review, and agent engineering workflows.
vap-code when your workflow needs an external reasoning model.
Coding Plan API uses its own product key. Generate it from Developer Hub.
Open Coding Plan API keysUse the VAP base URL, your Coding Plan API key, and the vap-code model ID.
Any harness that can talk to an OpenAI-compatible endpoint can route coding work to VAP.
curl -X POST https://api.vapagent.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_CODING_PLAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"vap-code","messages":[{"role":"user","content":"Review this patch and propose the safest implementation plan."}]}'
Powered by Nemesis Deep Coder, Coding Plan API gives coding harnesses a flagship reasoning model with a 1 million-token context window, SOTA-level open-source coding performance, long-horizon mission capabilities, and stronger agent engineering.
No. Claude Code is one familiar developer surface. VAP is the model/API layer for any coding agent, IDE tool, terminal workflow, or internal harness that can call an OpenAI-compatible endpoint.
Use https://api.vapagent.com/v1 with model vap-code. Chat Completions and Responses-style workflows are documented in Developer Hub.
VAP provides the Coding Plan API, model endpoint, key management, plan access, and the Nemesis Deep Coder model surface behind your harness.
Create a Coding Plan API key and connect your harness to vap-code.