모델 파라미터 및 기능

각 모델이 실제로 받아들이는 것을 공급업체 페이지가 아니라 공개된 기능 매니페스트에서 가져왔습니다. 지원 상태가 곧 계약입니다. 네이티브 지원은 그대로 전달되고, 프로토콜 변환은 프로토콜 경계를 넘으며, 값이 재작성됨은 전송 전에 다시 쓰이고, 미검증은 아직 아무도 확인하지 않았다는 뜻이지 해당 필드가 동작한다는 주장이 아닙니다. 공개 프로파일이 없는 모델은 추측하지 않고 아예 싣지 않습니다.

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