Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
chatglm
z-ai/glm-5.1

z-ai/glm-5.1

202,752 context · $1.40/M input tokens · $4.40/M output tokens

GLM-5.1 delivers a major leap in coding capability, with particularly significant gains in handling long-horizon tasks. Unlike previous models built around minute-level interactions, GLM-5.1 can work independently and continuously on a single task for more than 8 hours, autonomously planning, executing, and improving itself throughout the process, ultimately delivering complete, engineering-grade results.

料金

従量課金

初期費用なし、使った分だけお支払い

入力$1.40 / M Tokens
出力$4.40 / M Tokens

モデルを試す

z-ai/glm-5.1
オンライン
chatglm
こんにちは!お手伝いできるAIアシスタントです。何かお手伝いできることはありますか?

API 利用

以下のコード例を使用して API と連携してください:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="z-ai/glm-5.1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

情報

プロバイダーchatglm
タイプllm

対応機能

入力
テキスト
出力
テキスト
コンテキスト202,752
最大出力-
Vision-
Function Calling✓ 対応

API アクセスガイド

Base URLhttps://llm.wavespeed.ai/v1
API エンドポイントchat/completions
モデル IDz-ai/glm-5.1

GLM 5.1 API

z-ai/glm-5.1

GLM-5.1 delivers a major leap in coding capability, with particularly significant gains in handling long-horizon tasks. Unlike previous models built around minute-level interactions, GLM-5.1 can work independently and continuously on a single task for more than 8 hours, autonomously planning, executing, and improving itself throughout the process, ultimately delivering complete, engineering-grade results.

入力

$1.4 /M

出力

$4.4 /M

コンテキスト

203K

ツール利用

対応

WaveSpeedAIでGLM 5.1を試す

統合APIを通じてGLM 5.1にアクセス — OpenAI互換、コールドスタートなし、透明な料金。

GLM 5.1に関するよくある質問

GLM 5.1 API の料金はいくらですか?+

WaveSpeedAI の料金: 入力 100 万トークンあたり $1.40、出力 100 万トークンあたり $4.40。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。

GLM 5.1 のコンテキストウィンドウはどのくらいですか?+

GLM 5.1 はリクエストあたり最大 203K のコンテキストトークンと最大 — の出力トークンをサポートします。

GLM 5.1 は OpenAI 互換ですか?+

はい。WaveSpeedAI は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で GLM 5.1 を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。

GLM 5.1 を使い始めるには?+

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには GLM 5.1 を試用できる無料クレジットが付与されます。

関連 LLM API