Feature | Support Status |
---|---|
Chat completions | Supported |
Model selection | Supported |
Temperature/sampling | Supported |
Streaming | Supported |
Image understanding | Supported |
Structured output (JSON mode) | Supported |
Function calling (tools) | Supported |
SDK function | API endpoint | API method |
---|---|---|
client.models.list() | /compat/v1/models | GET |
client.models.retrieve(model) | /compat/v1/models/{model} | GET |
client.chat.completions.create(...) | /compat/v1/chat/completions | POST |
HTTP 400 Bad Request
error, to notify you about unsupported features.