prxy.monster API-key BYOK is live. Start free
INTEGRATIONS

Use prxy.monster with the tools you already have

prxy.monster speaks the same wire format for supported Anthropic Messages and OpenAI Chat Completions routes. For many frameworks the only change is one base URL env var; unsupported or partial APIs are called out in the compatibility matrix.

The pattern. Set ANTHROPIC_BASE_URL=https://api.prxy.monster (or OPENAI_BASE_URL=https://api.prxy.monster/v1) and supported SDK calls route through prxy.monster — caching, cost guards, MCP optimization, and pattern memory included.

AI SDKs

Frameworks

AI coding tools

UI

Don’t see your framework?

If your framework can talk to the OpenAI or Anthropic API, it can talk to prxy.monster. Either set the appropriate *_BASE_URL env var, or pass baseURL (or base_url / api_base / apiBase — the wording varies) to the client constructor.

If you hit a snag, open an issue at github.com/Ekkos-Technologies-Inc/prxy-monster-examples and we’ll add a guide.

Working examples

Every guide on this page links to a runnable example in the prxy-monster-examples repo. Clone, set two env vars, run.