Machine Learning
OpenAI Compatible FastAPI Endpoint API Reference
The following endpoints are compatible with OpenAI endpoints to make it compatible with Chat UI Interfaces. GET /health Check if the server is running. Response GET /v1/models List available models. Response GET /v1/models/{model_id} Get a specific model by ID. Response POST /v1/chat/completions Send a chat message and receive a streamed Read more