docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
+35
View File
@@ -0,0 +1,35 @@
---
title: "Subcategory"
---
Marketplace subcategory to filter by (e.g. `cli-agent`). Takes precedence over `category` for the actual filter; when `category` is also supplied the pair must be consistent.
## Example Usage
```python
from openrouter.operations import Subcategory
# Open enum: unrecognized values are captured as UnrecognizedStr
value: Subcategory = "cli-agent"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"cli-agent"`
- `"ide-extension"`
- `"cloud-agent"`
- `"programming-app"`
- `"native-app-builder"`
- `"creative-writing"`
- `"video-gen"`
- `"image-gen"`
- `"audio-gen"`
- `"roleplay"`
- `"game"`
- `"writing-assistant"`
- `"general-chat"`
- `"personal-agent"`
- `"legal"`