/
MO
modaic-ai
/
Modaic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
modaic-ai
Modaic API
post
Create Chat Completion
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-03
183
86
446.4 KB
Create Chat Completion
post
/api/v1/arbiters/chat/completions
Headers
authorization
string
nullable
Cookies
modaic_session
string
nullable
Request body
ChatCompletionRequest
required
model
string
required
messages
ChatMessage[]
required
temperature
number
nullable
top_p
number
nullable
n
integer
nullable
stream
boolean
nullable
stop
union
max_tokens
integer
nullable
presence_penalty
number
nullable
frequency_penalty
number
nullable
logit_bias
object
nullable
user
string
nullable
Response
Successful Response
ChatCompletionResponse
required
id
string
object
string
created
integer
model
string
required
choices
ChatCompletionChoice[]
required
usage
CompletionUsage
required
system_fingerprint
string
nullable