Параметры и возможности моделей

Что именно принимает каждая модель — по опубликованному манифесту возможностей, а не по странице поставщика. Состояния поддержки и есть контракт: «Нативно» передаётся без изменений, «С преобразованием» пересекает границу протокола, «Нормализуется» переписывается перед отправкой, а «Не проверено» означает, что этого ещё никто не проверял, — это не утверждение, что поле работает. Модели без опубликованного профиля отсутствуют, а не показаны наугад.

doubao-seedance-2-5-260628

Протоколы
openai_video
Эндпоинты
openai-video
Модальности
text, image → video

Возможности

Возможность Поддержка Подтверждение Примечания
async_task Нативно Проверено на живом трафике Successful asynchronous tasks are present in the dated production evidence.
generated_audio Не проверено Заявлено в каталоге Request serialization exists, but acceptance has not been independently verified.
image_to_video Не проверено Заявлено в каталоге The dated usage records do not retain enough request detail to verify this feature.

Параметры

Поле Тип Поддержка Подтверждение Примечания
duration integer С преобразованием Проверено по коду The accepted range and value fidelity have not been independently verified.
image string С преобразованием Проверено по коду content[].image_url
a single image is normalized into the image list and carried as an image_url content item
A single image is normalized into the image list before serialization.
images array С преобразованием Проверено по коду content[].image_url
each URL is carried as one image_url content item; duplicate input_reference values are removed
The accepted item-count range has not been independently verified.
input_reference string С преобразованием Проверено по коду content[].image_url
the reference is appended to the image content list unless the same URL is already present
model string Нативно Проверено на живом трафике Обязательно
prompt string С преобразованием Проверено на живом трафике Обязательно
content[].text
the prompt is carried into one text item in the outbound content array
seconds string Нормализуется Проверено по коду duration
a positive decimal string is converted to an integer duration and takes precedence over duration

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-09-04

glm-5

Протоколы
openai_chat · anthropic_messages
Эндпоинты
openai · anthropic
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5-turbo

Протоколы
openai_chat · anthropic_messages
Эндпоинты
openai · anthropic
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5.1

Протоколы
openai_chat · anthropic_messages · gemini_generate_content
Эндпоинты
openai · anthropic · gemini
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5.2

Протоколы
openai_chat · anthropic_messages · gemini_generate_content
Эндпоинты
openai · anthropic · gemini
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5.3

Протоколы
openai_chat · anthropic_messages
Эндпоинты
openai · anthropic
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5.3-flash

Протоколы
openai_chat · anthropic_messages
Эндпоинты
openai · anthropic
Модальности
text → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-5v-turbo

Протоколы
openai_chat · anthropic_messages
Эндпоинты
openai · anthropic
Модальности
text, image → text

Возможности

Возможность Поддержка Подтверждение Примечания
prompt_cache Не проверено Заявлено в каталоге
reasoning Не проверено Заявлено в каталоге
streaming Нативно Проверено по коду
structured_output Не проверено Заявлено в каталоге
tools Не проверено Заявлено в каталоге

Параметры

Поле Тип Поддержка Подтверждение Примечания
max_completion_tokens integer С преобразованием Проверено по коду max_tokens
max_tokens
The upstream has no such field; the gateway carries it across as max_tokens. When you send both, this one wins.
max_tokens integer Не проверено Заявлено в каталоге max_completion_tokens
Forwarded unchanged when it is the only limit you send. Send max_completion_tokens as well and that one replaces it. Whether the model honours the value is not yet verified.
messages array Нативно Проверено по коду Обязательно
model string Нативно Проверено по коду Обязательно
The catalogue's exact model id. Vendor-side aliases are not accepted.
stream boolean Нативно Проверено по коду
temperature number Не проверено Заявлено в каталоге Forwarded unchanged. The accepted range, and whether the model honours every value in it, are not yet verified — which is why this is not published as native.
top_p number Нормализуется Проверено по коду top_p >= 1 is rewritten to 0.99 before the request leaves us
The gateway clamps this value before the request leaves us, so a request can be served with a value you did not send.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-asr-2512

Протоколы
openai_audio_transcription
Эндпоинты
audio-transcription
Модальности
audio → text

Параметры

Поле Тип Поддержка Подтверждение Примечания
file file Нативно Проверено на живом трафике Обязательно
model string Нативно Проверено на живом трафике Обязательно
response_format string Не проверено Заявлено в каталоге

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27

glm-tts

Протоколы
openai_audio_speech
Эндпоинты
audio-speech
Модальности
text → audio

Параметры

Поле Тип Поддержка Подтверждение Примечания
input string Нативно Проверено на живом трафике Обязательно
model string Нативно Проверено на живом трафике Обязательно
response_format string Нормализуется Проверено на живом трафике pcm / wav
an omitted response_format is filled in with this model's published default before the request leaves us
This model does not accept mp3. Omitting the format returns raw PCM, which most audio players cannot play — send a supported format explicitly.
voice string Нативно Проверено на живом трафике tongtong
Leave it blank to get the published default voice.

Профиль возможностей 2026-09-04.1 · Последняя проверка 2026-08-27