Back to Models

Glm 4.6 Fp8

zai-org/glm-4.6
Zai Org Chat

Description

Glm 4.6 Fp8 by Zai Org. This model supports chat capabilities.

Specifications

Context Length:
202752

Pricing

Input Cost:
$0.1200/100K tokens
Output Cost:
$0.4400/100K tokens

Usage Example

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourproxy.com/v1",
  apiKey: process.env.PROXY_KEY,
});

const completion = await client.chat.completions.create({
  model: "zai-org/glm-4.6",
  messages: [{ role: "user", content: "Hello!" }],
});