Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Post
POST
/openai/{provider}/chat/completions
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
provider
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"messages"
:
[
{
"additionalProperties"
:
"string"
}
]
,
"model"
:
"string"
,
"stream"
:
false
,
"additionalProperties"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"additionalProperties"
:
"string"
}
POST
/openai/{provider}/chat/completions
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
provider
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI