Create Chat Completion (OpenAI Chat Completions API Compatible)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Model identifier (accepted for compatibility).
Maximum number of tokens to generate (accepted for compatibility).
Sampling temperature (accepted for compatibility).
Nucleus sampling parameter (accepted for compatibility).
Sequences where the API will stop generating (accepted for compatibility).
Random seed for deterministic sampling (accepted for compatibility).
Response
Chat completion response (or SSE stream if stream=true).