Skip to content

Commit 72f0e9b

Browse files
kristinaorekhovagitbook-bot
authored andcommitted
GITBOOK-1165: No subject
1 parent 849bd54 commit 72f0e9b

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

docs/api-references/service-endpoints/models-catalogue.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
hidden: true
3-
icon: list-tree
43
---
54

65
# Model Catalogue API
@@ -33,15 +32,7 @@ Unknown values are ignored rather than rejected, so a typo returns a valid respo
3332

3433
Every filter below narrows _which models_ come back. Filters are independent of `include`, so you can filter on capabilities without asking for the capabilities section.
3534

36-
| Parameter | Keeps models that… |
37-
| ------------------- | -------------------------------------------- |
38-
| `id` | match this id **or carry it as an alias** |
39-
| `type` | are served through this endpoint type |
40-
| `tags` | carry this tag, e.g. `playground:video` |
41-
| `modalities` | have it among input **or** output modalities |
42-
| `input_modalities` | accept this input modality |
43-
| `output_modalities` | produce this output modality |
44-
| `capabilities` | declare this capability |
35+
<table data-search="false"><thead><tr><th>Parameter</th><th>Keeps models that…</th></tr></thead><tbody><tr><td><code>id</code></td><td>match this id <strong>or carry it as an alias</strong></td></tr><tr><td><code>type</code></td><td>are served through this endpoint type</td></tr><tr><td><code>tags</code></td><td>carry this tag, e.g. <code>playground:video</code></td></tr><tr><td><code>modalities</code></td><td>have it among input <strong>or</strong> output modalities</td></tr><tr><td><code>input_modalities</code></td><td>accept this input modality</td></tr><tr><td><code>output_modalities</code></td><td>produce this output modality</td></tr><tr><td><code>capabilities</code></td><td>declare this capability</td></tr></tbody></table>
4536

4637
* **Several values, one parameter — OR.** `?capabilities=text_to_video,image_to_video` returns models that do either.
4738
* **Several parameters — AND.** `?output_modalities=video&capabilities=audio_generation` returns models that do both.

0 commit comments

Comments
 (0)