Chat Completions Interface
POST
{{BASE_URL}}/v1/chat/completions
The prompts and parameter creation provided have been completed
Provide your bearer token in the Authorization header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Authorization: Bearer ********************
Example:
Bearer {{YOUR_API_KEY}}
Body Params application/json
Request samples
Responses
Modified at 2025-03-30 03:29:16