docs: clarify required modalities fields

This commit is contained in:
Josh Lambert
2026-04-27 10:26:56 -04:00
parent a32f24b3ce
commit 13df76ac06
@@ -98,8 +98,8 @@ The `modalities` object declares which content types the model can receive and p
| Sub-field | Type | Required | Description |
| --------- | ------- | -------- | ------------------------------------------------ |
| `input` | `array` | No | Content types the model accepts from the user |
| `output` | `array` | No | Content types the model can generate in response |
| `input` | `array` | Yes | Content types the model accepts from the user |
| `output` | `array` | Yes | Content types the model can generate in response |
For a standard text model that can also inspect images, use: