# Overview - Z.AI DEVELOPER DOCUMENT > Use GLM models like GLM-5.2 & GLM-5-Turbo for AI coding in Claude Code, Kilo Code, Cline, OpenCode, Clawdbot/OpenClaw and more. Plans from $18/month—fast, reliable code generation and tool use for daily dev work. ## Docs - [Quick Start](https://docs.z.ai/guides/overview/quick-start.md) - [Overview](https://docs.z.ai/guides/overview/overview.md) - [Pricing](https://docs.z.ai/guides/overview/pricing.md): This page provides pricing information for Z.AI’s models and tools. All prices are in USD. - [Core Parameters](https://docs.z.ai/guides/overview/concept-param.md) - [HTTP API Calls](https://docs.z.ai/guides/develop/http/introduction.md) - [Official Python SDK](https://docs.z.ai/guides/develop/python/introduction.md) - [Official Java SDK](https://docs.z.ai/guides/develop/java/introduction.md) - [OpenAI Python SDK](https://docs.z.ai/guides/develop/openai/python.md) - [LangChain Integration](https://docs.z.ai/guides/develop/langchain/introduction.md) - [Migrate to GLM-5.2](https://docs.z.ai/guides/overview/migrate-to-glm-new.md) - [GLM-5.2](https://docs.z.ai/guides/llm/glm-5.2.md) - [GLM-5.1](https://docs.z.ai/guides/llm/glm-5.1.md) - [GLM-5](https://docs.z.ai/guides/llm/glm-5.md) - [GLM-5-Turbo](https://docs.z.ai/guides/llm/glm-5-turbo.md) - [GLM-4.7](https://docs.z.ai/guides/llm/glm-4.7.md) - [GLM-4.6](https://docs.z.ai/guides/llm/glm-4.6.md) - [GLM-4.5](https://docs.z.ai/guides/llm/glm-4.5.md) - [GLM-4-32B-0414-128K](https://docs.z.ai/guides/llm/glm-4-32b-0414-128k.md) - [GLM-5V-Turbo](https://docs.z.ai/guides/vlm/glm-5v-turbo.md) - [GLM-4.6V](https://docs.z.ai/guides/vlm/glm-4.6v.md) - [GLM-OCR](https://docs.z.ai/guides/vlm/glm-ocr.md) - [AutoGLM-Phone-Multilingual](https://docs.z.ai/guides/vlm/autoglm-phone-multilingual.md) - [GLM-4.5V](https://docs.z.ai/guides/vlm/glm-4.5v.md) - [GLM-Image](https://docs.z.ai/guides/image/glm-image.md) - [CogView-4](https://docs.z.ai/guides/image/cogview-4.md) - [CogVideoX-3](https://docs.z.ai/guides/video/cogvideox-3.md) - [Vidu Q1](https://docs.z.ai/guides/video/vidu-q1.md) - [Vidu 2](https://docs.z.ai/guides/video/vidu2.md) - [GLM-ASR-2512](https://docs.z.ai/guides/audio/glm-asr-2512.md) - [Thinking Mode](https://docs.z.ai/guides/capabilities/thinking-mode.md) - [Deep Thinking](https://docs.z.ai/guides/capabilities/thinking.md) - [Streaming Messages](https://docs.z.ai/guides/capabilities/streaming.md) - [Tool Streaming Output](https://docs.z.ai/guides/capabilities/stream-tool.md) - [Function Calling](https://docs.z.ai/guides/capabilities/function-calling.md) - [Context Caching](https://docs.z.ai/guides/capabilities/cache.md) - [Structured Output](https://docs.z.ai/guides/capabilities/struct-output.md) - [Web Search](https://docs.z.ai/guides/tools/web-search.md) - [Stream Tool Call](https://docs.z.ai/guides/tools/stream-tool.md) - [GLM Slide/Poster Agent(beta)](https://docs.z.ai/guides/agents/slide.md): A Slide & Poster Agent powered by the native capabilities of the GLM model — integrating information retrieval, content structuring, and visual layout design, enabling you to effortlessly create professional-grade slides and posters. - [Translation Agent](https://docs.z.ai/guides/agents/translation.md) - [Video Effect Template Agent](https://docs.z.ai/guides/agents/video-template.md) - [Introduction](https://docs.z.ai/api-reference/introduction.md) - [Errors](https://docs.z.ai/api-reference/api-code.md) - [Rate Limits](https://docs.z.ai/api-reference/rate-limit.md) - [Chat Completion](https://docs.z.ai/api-reference/llm/chat-completion.md): Create a chat completion model that generates AI replies for given conversation messages. It supports multimodal inputs (text, images, audio, video, file), offers configurable parameters (like temperature, max tokens, tool use), and supports both streaming and non-streaming output modes. - [Generate Image](https://docs.z.ai/api-reference/image/generate-image.md): Use [GLM-Image](/guides/image/glm-image) series models to generate high-quality images from text prompts. Through quick and accurate understanding of user text descriptions, `AI` image expression becomes more precise and personalized. - [Generate Image(Async)](https://docs.z.ai/api-reference/image/generate-image-async.md): Use the [GLM-Image](/guides/image/glm-image) series models to generate high-quality images from text prompts. Through quick and accurate understanding of user text descriptions, `AI` image expression becomes more precise and personalized. Only supports `GLM-Image` model. - [Retrieve Result](https://docs.z.ai/api-reference/image/get-image-status.md): This endpoint is used to query the result of an asynchronous request. - [Generate Video(Async)](https://docs.z.ai/api-reference/video/generate-video.md): CogVideoX is a video generation large model developed by Z.AI, equipped with powerful video generation capabilities. Simply inputting text or images allows for effortless video creation. - [Retrieve Result](https://docs.z.ai/api-reference/video/get-video-status.md): This endpoint is used to query the result of an asynchronous request. - [Audio Transcriptions](https://docs.z.ai/api-reference/audio/audio-transcriptions.md): Use the [GLM-ASR-2512](/guides/audio/glm-asr-2512) model to transcribe audio files into text, supporting multiple languages and real-time streaming transcription. - [Tokenizer](https://docs.z.ai/api-reference/tools/tokenizer.md): `Tokenizer` is used to split text into `tokens` recognizable by the model and calculate the count. It receives user input text, processes it through the model for tokenization, and finally returns the corresponding `token` count. It is suitable for text length evaluation, model input estimation, dia… - [Layout Parsing](https://docs.z.ai/api-reference/tools/layout-parsing.md): Use the [GLM-OCR](/guides/vlm/glm-ocr) model to parse the layout of documents and images and extract text content. Support OCR recognition of images and PDF documents, returning detailed layout information and visualization results. - [Web Search](https://docs.z.ai/api-reference/tools/web-search.md): The [Web Search](/guides/tools/web-search) is a specialized search engine for large language models. Building upon traditional search engine capabilities like web crawling and ranking, it enhances intent recognition to return results better suited for LLM processing (including webpage titles, URLs,… - [Web Reader](https://docs.z.ai/api-reference/tools/web-reader.md): Reads and parses the content of the specified URL. Supports selectable return formats, cache control, image retention, and summary options. - [Agent Chat](https://docs.z.ai/api-reference/agents/agent.md): General Translation: General Translation API provides large model-based multilingual translation services, including general translation, paraphrase translation, two-step translation, and three-pass translation strategies. It supports automatic language detection, glossary customization, translation… - [File Upload](https://docs.z.ai/api-reference/agents/file-upload.md): This API is designed for uploading auxiliary files (such as glossaries, terminology lists) to support the translation service. It allows users to upload reference materials that can enhance translation accuracy and consistency. - [Retrieve Result](https://docs.z.ai/api-reference/agents/get-async-result.md): This endpoint is used to query the result of an asynchronous request. - [Conversation History](https://docs.z.ai/api-reference/agents/agent-conversation.md): This endpoint is used to query the agent conversation history.Only support slides_glm_agent - [Overview](https://docs.z.ai/devpack/overview.md) - [Usage Policy](https://docs.z.ai/devpack/usage-policy.md) - [FAQ](https://docs.z.ai/devpack/faq.md) - [Team Plan Benefits](https://docs.z.ai/devpack/teamplan.md): Learn about GLM Coding Team Plan usage quotas, benefits, and usage rules - [Quick Start](https://docs.z.ai/devpack/quick-start.md) - [Coding Tool Helper](https://docs.z.ai/devpack/extension/coding-tool-helper.md) - [Tool Integration](https://docs.z.ai/devpack/tool/others.md) - [How to Switch Models](https://docs.z.ai/devpack/latest-model.md) - [Vision MCP Server](https://docs.z.ai/devpack/mcp/vision-mcp-server.md) - [Web Search MCP Server](https://docs.z.ai/devpack/mcp/search-mcp-server.md) - [Web Reader MCP Server](https://docs.z.ai/devpack/mcp/reader-mcp-server.md) - [Zread MCP Server](https://docs.z.ai/devpack/mcp/zread-mcp-server.md) - [Plan Update Announcement](https://docs.z.ai/devpack/notice/usage-revision.md): This notice explains the plan update, how your current benefits are protected, and what happens to future subscriptions. - [Legacy Plan Migration Notice](https://docs.z.ai/devpack/transition.md) - [Best Practice](https://docs.z.ai/devpack/resources/best-practice.md): Best Practices for Coding Agents: Managing Prompts, Plans, Skills, and Workflows - [Memory-mechanism](https://docs.z.ai/devpack/resources/memory-mechanism.md) - [Invite Friends, Get Credits](https://docs.z.ai/devpack/credit-campaign-rules.md) - [New Released](https://docs.z.ai/release-notes/new-released.md): Follow along with updates across Z.AI’s models - [Privacy Policy](https://docs.z.ai/legal-agreement/privacy-policy.md) - [Terms of Use](https://docs.z.ai/legal-agreement/terms-of-use.md) - [Subscriptions, Fees, and Payment](https://docs.z.ai/legal-agreement/subscription-terms.md) - [FAQ](https://docs.z.ai/help/faq.md) ## OpenAPI Specs - [openapi](https://docs.z.ai/openapi.json)