-
Add `/v1/completions` endpoint with OpenAI compatibility
released this
2025-08-27 16:30:46 +00:00 | 2035 commits to main since this release- Implemented
/v1/completionsendpoint mirroring OpenAI's completions API specification. - Added conversion functions to translate between completions and chat completions formats.
- Introduced streaming and non-streaming response handling for completions requests.
- Updated
server.goto register the new endpoint and include it in the API's metadata.
Downloads
- Implemented