Back to Models

GLM-5

注目利用可能
glm-5

Zhipu

Technical Specifications

コンテキスト長200K tokens
最大出力131K tokens
最安の入力料金$1.00/1M tokens
最安の出力料金$3.20/1M tokens

Capabilities

chatcodefunction_calling

料金

入力$1.00/1M
出力$3.20/1M
キャッシュ$0.20/1M

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "glm-5",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use GLM-5?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.