{"message":"Multi-Model Worker API is running","endpoints":{"health":"GET /health - Health check","models":"GET /models - Available models","chat":"POST /chat - Chat with any supported model"},"example":{"method":"POST","url":"/chat","headers":{"Content-Type":"application/json"},"body":{"model":"deepseek","messages":[{"role":"user","content":"Hello, how are you?"}]}}}