model field on each request.
Deepshi is launching with text models (text in, text out). Some models
also accept image or file input. See Text models for
the full catalogue.
Referencing a model
Pass the model’sid in the model field. The id is all you need.
Listing the models your key can use
CallGET /v1/models to see exactly which models your key may call:
id is the value you pass as model:
Capabilities
Models advertise the features they support. Common ones:| Capability | Meaning |
|---|---|
| tools | Function / tool calling. See Tool calling. |
| reasoning | Emits a reasoning trace before answering. See Reasoning. |
| json / structured | Supports response_format JSON and structured outputs. See Structured outputs. |
| logprobs | Can return token log-probabilities. |
Browse models
Text models
The full catalogue with context windows and capabilities.