{
  "endpoints": {
    "/models": "GET - List all available models",
    "/models/<model_name>/call/<method_name>": "POST - Call any model method",
    "/models/<model_name>/info": "GET - Get model information",
    "/models/<model_name>/load": "POST - Load a specific model",
    "/models/<model_name>/methods": "GET - List all callable methods",
    "/models/<model_name>/predict": "POST - Make prediction (legacy)",
    "/models/<model_name>/unload": "POST - Unload a specific model",
    "/reload": "POST - Reload all models from directory"
  },
  "name": "Foundation Models API",
  "version": "2.0.0"
}
