モデルパラメータと機能

各モデルが実際に受け付けるものを、ベンダーのページではなく公開されている能力マニフェストから示します。サポート状態がそのまま契約です。Native はそのまま転送、Translated はプロトコル境界を越えて変換、Normalized は送出前に書き換え、未検証は誰もまだ確認していないという意味であり、そのフィールドが動く保証ではありません。公開プロファイルのないモデルは推測せず、掲載しません。

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