chat.fify.work

OpenAI-compatible LLM proxy — routes to Gemini, OpenAI, or Claude.

Endpoint: POST /v1/chat/completions

Body { "messages": [...], "stream": true }. An optional model selects the provider by prefix (gpt-*, claude-*, gemini-*); otherwise DEFAULT_MODEL is used.