Create Chat Completion
post_chat_completionsCreates a model response for the given chat conversation. Group: Chat. Billing per call: Credits: metered (~0 avg).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. Example: {"model":"gpt-5-mini","stream":false,"messages":[{"role":"user","content":"How many days in 3 weeks."}]} |