Authentication
Use your delivered CorvusLLM key as a Bearer token or the equivalent auth field in the environment you are configuring.
Primary endpoints
| Path | What it is for |
|---|---|
/v1/models
|
List the public customer-facing model lineup. |
/v1/chat/completions
|
The main OpenAI-compatible chat path. |
/v1/responses
|
Responses API style integration. Keep the first implementation non-stream. |
/anthropic/v1/messages
|
Anthropic-native path used by Claude Code and similar tools. |
First test request
List models
curl https://base.corvusllm.com/v1/models ^
-H "Authorization: Bearer YOUR_CORVUSLLM_KEY"
Balance rule
If the key has no balance left, the API stops with 429 out of balance. It does not silently continue spending.