Back to Models
Glm 4.5 Air Fp8
zai-org/glm-4.5-air-fp8
Zai Org
Chat
Description
Glm 4.5 Air Fp8 by Zai Org. This model supports chat capabilities.
Specifications
- Context Length:
- 131072
- Quantization:
- FP8
Pricing
- Input Cost:
- $0.0400/100K tokens
- Output Cost:
- $0.2200/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.5-air-fp8",
messages: [{ role: "user", content: "Hello!" }],
});