Developers
Drop Gildor into the editor you already use.
One API key. OpenAI-compatible. Works with the tools you already have open.
environment variablesbash
export ANTHROPIC_BASE_URL=https://api.gildor.ai
export ANTHROPIC_API_KEY=gildor_sk_...
export ANTHROPIC_MODEL=gildor
claudeEndpoints
Gildor speaks the OpenAI and Anthropic Messages wire formats so the libraries you already trust work without changes.
- POST /v1/chat/completions
- OpenAI-compatible chat completions, streaming and non-streaming.
- POST /v1/messages
- Anthropic Messages API. Works with Claude Code out of the box.
- GET /v1/models
- List the models available to your account.
- Authorization
- Bearer token using a Gildor API key from your account.