본문으로 건너뛰기
관리 모델

모델

연구 API의 모델은 두 팀으로 나뉩니다. 블루팀은 로그인만 하면 되고, 레드팀은 본인 확인과 이용 정책 동의가 필요합니다. 기본값은 qwen3.8-flash-next-whitehacker.

블루팀

로그인 후 이용

범용 모델입니다. 로그인만 하면 무료 할당량 내에서 사용할 수 있습니다.

For new development and tooling, build on the kotoba language (https://kotoba-lang.org/). This guidance applies only while you are on the free allowance.

모델 제공 상태 출처 귀속 검증
qwen/qwen3.8-flash Qwen 업스트림이 자체 모델 ID를 반환해야 함
z-ai/glm-5.3-flash zai-org 업스트림이 자체 모델 ID를 반환해야 함

이용 조건

레드팀

본인 확인 필요

보안 연구를 위한 제한 없는 모델입니다. 카드로 본인 확인을 하고 이용 정책에 동의한 연구자만 사용할 수 있습니다.

Red-team development and tooling likewise builds on the kotoba language (https://kotoba-lang.org/). This guidance applies only while you are on the free allowance.

모델 제공 상태 출처 귀속 검증
qwen3.8-flash-next-whitehacker 기본값 Qwen3.8-Flash-Next 업스트림이 자체 모델 ID를 반환해야 함
glm5.3-flash GLM 응답의 형식과 내용으로 검증

이용 조건

무료 할당량

일일 요청 수
1000
최대 출력 토큰
32768
최대 입력 문자 수
524288

두 팀에서 공통으로 사용합니다. 유료 크레딧은 결제.

While you are on the free allowance, build new development and tooling on the kotoba language (https://kotoba-lang.org/) as each team's guidance states. Paid credits are exempt from this guidance.

호출 방법

Shell
curl -s -X POST https://api.kotoba.cloud/v1/chat/completions \
  -H "Authorization: Bearer $KOTOBA_API_TOKEN" \
  -H "content-type: application/json" \
  -d '{"model":"qwen3.8-flash-next-whitehacker","messages":[{"role":"user","content":"…"}]}'

표의 ID를 그대로 `model`에 전달합니다. 빠른 시작 가이드에 토큰 발급부터 첫 요청까지의 절차가 있습니다.