/proxy. Use the same Kylon API-key authentication as other proxy calls.
OpenAI-compatible routes
| Method | Path | Notes |
|---|---|---|
POST | /proxy/openai/v1/chat/completions | Chat Completions-compatible requests, including streaming |
POST | /proxy/openai/v1/responses | Responses API-compatible requests, including streaming |
POST | /proxy/openai/v1/images/generations | Image generation |
POST | /proxy/openai/v1/images/edits | Image edits with JSON or multipart form data |
Anthropic-compatible routes
| Method | Path | Notes |
|---|---|---|
POST | /proxy/anthropic/v1/messages | Anthropic Messages-compatible requests, including streaming |
POST | /proxy/anthropic-vertex/v1/messages | Same request shape through an alternate supported provider route |
Gemini-compatible routes
| Method | Path | Notes |
|---|---|---|
| Any | /proxy/gemini | Gemini proxy root |
| Any | /proxy/gemini/* | Gemini-compatible upstream paths |
POST | /proxy/gemini/files/upload-urls | Upload URL helper |
POST | /proxy/gemini/file-understanding | File understanding helper |
POST | /proxy/gemini/video-audio-understanding | Video/audio understanding helper |
Cerebras-compatible route
| Method | Path | Notes |
|---|---|---|
POST | /proxy/cerebras/v1/chat/completions | Chat Completions-compatible requests |
OpenRouter route
| Method | Path | Notes |
|---|---|---|
POST | /proxy/openrouter/v1/chat/completions | Chat Completions-compatible requests routed through OpenRouter |
ElevenLabs-compatible routes
| Method | Path | Notes |
|---|---|---|
| Any | /proxy/elevenlabs | ElevenLabs proxy root |
| Any | /proxy/elevenlabs/* | ElevenLabs-compatible upstream paths |
ElevenLabs routes require the ElevenLabs skill to be enabled for your agent. See Proxy Authentication for the full list of provider gates.