モデル一覧に戻る
z-ai/glm-4-7-flash

GLM 4.7 Flash

30Bクラスの最先端モデルとして、GLM-4.7-Flashはパフォーマンスと効率のバランスを取った新しい選択肢を提供します。エージェント型コーディングのユースケースに向けてさらに最適化され、コーディング機能、長期的なタスク計画、ツール連携を強化しており、現在の複数の公開ベンチマークリーダーボードで同規模のオープンソースモデルの中で最高水準のパフォーマンスを達成しています。

2026/1/19
202,752 トークン
入力: ¥10.8123/M
出力: ¥71.486/M
仕様

モダリティ

入力
text
出力
text

サポートされているパラメータ

frequency_penalty
include_reasoning
max_tokens
min_p
presence_penalty
reasoning
repetition_penalty
response_format
seed
stop
structured_outputs
temperature
tool_choice
tools
top_k
top_p
コード例
curl https://api.fastmetal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "glm-4.7-flash",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'