---
title: "Create chat completion"
method: POST
path: "/chat/completions"
---

# Create chat completion

`POST /chat/completions`

## Request body

- object
  - `model` string, required
  - `messages` object[], required
    - `role` string
    - `content` unknown
  - `stream` boolean

## Response `200`

Chat completion response

---

[API](https://skmtc.dev/rout/apis/rout-my-api.md) · [All operations](https://skmtc.dev/rout/apis/rout-my-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rout/rout-my-api/revisions/c25a841b78a3/schema)
