Supported OpenAI-Compatible Endpoint
In the current Suiri environment, the following OpenAI-compatible endpoint is supported: POST https://pulse.suiri.ai/v1/chat/completions This endpoint follows the OpenAI Chat Completions request and response schema. For full request and response details, refer to the official OpenAI API reference: https://platform.openai.com/docs/api-reference/chatAuthentication
All requests to the Suiri API must be authenticated using an API key. Include the API key in the request header:Stateless Request Model
Each inference request to Suiri is processed independently:- Conversation history must be provided by the client in the
messagesarray - No server-side session state is maintained
- Prompts and responses are not stored after the request completes
Token Usage
Each response includes token usage information:prompt_tokenscompletion_tokenstotal_tokens