{"name":"RedactiPHI LLM Proxy","version":"0.1.0","description":"HIPAA-compliant proxy for LLM providers","providers":["openai","anthropic","azure","gemini"],"endpoints":{"openai_chat":"POST /v1/proxy/openai/chat/completions","openai_completions":"POST /v1/proxy/openai/completions","openai_embeddings":"POST /v1/proxy/openai/embeddings","anthropic_messages":"POST /v1/proxy/anthropic/messages","azure_chat":"POST /v1/proxy/azure/{deployment}/chat/completions","gemini":"POST /v1/proxy/gemini/{model}:generateContent"},"headers":{"Authorization":"Bearer rph_xxxxx (required)","X-RedactiPHI-Session":"session-uuid (optional)","X-RedactiPHI-Reason":"preset:reason or custom:reason (optional)"},"test":"POST /v1/test","health":"/health","website":"https://redact.health"}