GLM

glm/glm-5.3-flash

1.25M context · $0.0900 / M input tokens · $0.3000 / M output tokens

GLM 5.3 Flash is the first natively multimodal GLM 5-series model route on OurToken for developers evaluating cost-efficient hosted access, coding agents, vision-language tasks, long-context work, pricing, and production workloads.

Get API Key
24H Status Monitor

Historical uptime data is collected over time. Current status reflects the latest health check.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

60% of official price
Input$0.15 / M$0.0900 / M Tokens
Output$0.50 / M$0.3000 / M Tokens
Cached input$0.03 / M$0.0180 / M Tokens
Cache writes$0 / M$0 / M Tokens

API Usage

API Access Guide

Base URLhttps://api.ourtoken.ai/v1
API Endpointchat/completions
Full URLhttps://api.ourtoken.ai/v1/chat/completions
Model IDglm-5.3-flash
Get API Key

Code examples

Use the OurToken API endpoint for this model. The examples below use direct HTTP requests and the recommended endpoint for the model family.

curl https://api.ourtoken.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "glm-5.3-flash",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ],
    "max_tokens": 256
  }'

Chat Completions API Reference

Create a chat response with the OpenAI Chat Completions-compatible endpoint. Use https://api.ourtoken.ai/v1 as the SDK Base URL and POST /chat/completions as the endpoint.

Authorization

Content-Typeapplication/json
AuthorizationBearer YOUR_API_KEY

Request Body

FieldTypeRequiredDescription
modelstringRequiredModel ID to call.
messagesarray<object>RequiredConversation messages sent to the model.
max_tokensintegerOptionalMaximum number of output tokens.
temperaturenumberOptionalSampling temperature.
top_pnumberOptionalNucleus sampling parameter.
streambooleanOptionalWhether to return a streaming response.
stream_optionsobjectOptionalAdditional options for streaming responses.
toolsarray<object>OptionalTools available to the model.
tool_choicestring | objectOptionalControls how the model selects tools.
response_formatobjectOptionalControls structured output, such as JSON object responses.

Response Body

FieldTypeRequiredDescription
idstringRequiredUnique chat completion identifier.
object"chat.completion"RequiredObject type returned by the Chat Completions API.
createdintegerRequiredUnix timestamp when the response was created.
modelstringRequiredModel that produced the response.
choicesarray<object>RequiredCandidate responses returned by the model.
choices[].message.rolestringRequiredRole of the returned chat message.
choices[].message.contentstringOptionalText content in the returned chat message.
choices[].finish_reasonstringOptionalReason generation stopped.
usageobjectOptionalToken usage information for the chat completion.
usage.prompt_tokensintegerOptionalInput token count.
usage.completion_tokensintegerOptionalOutput token count.
usage.total_tokensintegerOptionalTotal token count.
usage.prompt_tokens_detailsobjectOptionalBreakdown of input token usage.
usage.prompt_tokens_details.cached_tokensintegerOptionalTokens served from cache.

Model Introduction

GLM glm-5.3-flash

GLM 5.3 Flash is the first natively multimodal GLM 5-series model route on OurToken for developers evaluating cost-efficient hosted access, coding agents, vision-language tasks, long-context work, pricing, and production workloads.

GLM 5.3 Flash combines 320B total parameters with only 18B active parameters, delivering GLM-5.3-class capability on multimodal, coding, and long-context workloads at a fraction of the serving cost. Use glm 5.3 flash api through OurToken when you want one endpoint for model testing, pricing review, API keys, usage logs, and production integration.

Why It Looks Great

  • 60% of the official GLM 5.3 Flash reference price for input, output, and cache read tokens.
  • OpenAI-compatible API setup through the same OurToken endpoint used by other supported models.
  • First natively multimodal model in the GLM-5 series, supporting text and vision inputs with 18B activated parameters.
  • Hybrid sparse and linear attention architecture with a long context window for lower serving cost.
  • Dashboard logs and usage visibility help teams compare request cost after launch.

Key Features

  • Model ID: glm-5.3-flash
  • Input price: $0.0900 per 1M tokens on OurToken
  • Output price: $0.3000 per 1M tokens on OurToken
  • Cache read price: $0.0180 per 1M tokens on OurToken
  • Cache write price: $0 per 1M tokens on OurToken
  • Provider: GLM

Specifications

ProviderGLM
Model TypeMultimodal Large Model (LLM + VLM)
Model IDglm-5.3-flash
OurToken Input Price$0.0900 / 1M tokens
OurToken Output Price$0.3000 / 1M tokens
OurToken Cache Read Price$0.0180 / 1M tokens
OurToken Cache Write Price$0 / 1M tokens
Official Input Reference$0.15 / 1M tokens
Official Output Reference$0.50 / 1M tokens
Official Cache Read Reference$0.03 / 1M tokens

glm 5.3 flash api Features for Developers

Use glm 5.3 flash api for unified GLM access, glm 5.3 flash pricing visibility, multimodal evaluation, cost-efficient coding, and production workflow testing.

Unified Access

Call glm 5.3 flash api through the OurToken unified endpoint instead of wiring a separate GLM provider integration. Developers can create one API key, use glm-5.3-flash as the model ID, and keep OpenAI-compatible request patterns across testing and production.

Pricing Visibility

Review glm 5.3 flash pricing before routing traffic. OurToken lists $0.0900 input, $0.3000 output, and $0.0180 cache read per 1M tokens, with cache write listed at $0 for teams estimating prompt and agent workload costs.

Multimodal Inputs

Evaluate the first natively multimodal GLM-5 model on image and document understanding, visual reasoning, and mixed text-vision prompts alongside standard chat and coding tasks.

Cost-Efficient Coding

Test GLM 5.3 Flash on repository tasks, coding-plan sessions, and OpenCode-style development prompts. With 18B activated parameters, it targets coding and agentic workloads close to flagship level at a lower serving cost.

Long-Context Work

Use the long context window with sparse and linear attention to process large codebases and long-horizon sessions with reduced long-context serving cost.

Provider Comparison

Compare hosted OurToken access with other GLM provider listings when evaluating provider choice. OurToken focuses on API keys, usage logs, pricing visibility, and a unified endpoint rather than separate provider-specific setup.

How to Use glm 5.3 flash api on OurToken

Create an API key, copy glm-5.3-flash, compare glm 5.3 flash pricing, call the unified endpoint, and test coding workflows.

Create API Key

Create an OurToken API key from the dashboard and store it in a secure server-side environment variable. This gives your backend access to glm 5.3 flash api without exposing credentials in browser code, notebooks, or public repositories.

01

Copy Model ID

Use glm-5.3-flash as the model value in your request body. Keeping the exact GLM 5.3 Flash model ID in configuration helps developers avoid naming mistakes when comparing local tests, staging traffic, and production routes.

02

Call Endpoint

Send chat completion requests to the OurToken unified API endpoint with your API key, model ID, and prompt payload. Existing OpenAI-compatible request patterns can usually be reused after changing the base URL, credential, and model value.

03

Compare Pricing

Compare glm 5.3 flash pricing before scaling traffic: OurToken lists $0.0900 input, $0.3000 output, and $0.0180 cache read per 1M tokens. Cache write is listed at $0, so separate cached prompts from normal input and output.

04

Test Coding

Run your own glm 5.3 flash coding plan with repository tasks, one-shot application builds, OpenCode-style agent sessions, and regression prompts. Track latency, quality, and cost against the 18B-active-parameter profile.

05

Monitor Usage

After launch, review request counts, input tokens, output tokens, cache read tokens, and spend in history logs. This helps teams compare glm 5.3 flash model performance against actual traffic rather than relying only on benchmark posts or provider listings.

06

glm 5.3 flash api FAQ

Answers about glm 5.3 flash api access, glm-5.3-flash model ID, pricing, model architecture, coding workflows, and provider comparisons.

01

What is glm 5.3 flash api?

glm 5.3 flash api is the GLM 5.3 Flash model route available through OurToken for developers who want cost-efficient hosted access to the first natively multimodal GLM-5 model. Use the glm-5.3-flash model ID with an OurToken API key and call it through the unified API flow used by other supported models.
02

What is glm 5.3 flash pricing on OurToken?

glm 5.3 flash pricing on OurToken is $0.0900 per 1M input tokens and $0.3000 per 1M output tokens. The catalog also lists cache read at $0.0180 per 1M tokens and cache write at $0, with official references of $0.15 input, $0.50 output, and $0.03 cache read.
03

Which model ID should I use for GLM 5.3 Flash?

Use glm-5.3-flash as the exact model value in API requests. Keeping the model ID unchanged across development, staging, and production avoids route mismatches when teams compare GLM 5.3 Flash model behavior, pricing, latency, and coding quality against other providers.
04

What architecture does GLM 5.3 Flash use?

GLM 5.3 Flash has 320B total parameters with 18B activated per forward pass, introducing a hybrid sparse and linear attention architecture with lower long-context serving cost. According to launch material it closes much of the gap to GLM-5-class coding and agentic performance while remaining cost-efficient.
05

Can I test GLM 5.3 Flash coding workflows through OurToken?

Yes. You can test GLM 5.3 Flash coding workflows by calling glm-5.3-flash through OurToken with realistic repository prompts, tool-use tasks, and coding-plan sessions. Compare output quality, latency, token usage, and failure modes against your own acceptance criteria.
06

Is GLM 5.3 Flash multimodal?

Yes. GLM 5.3 Flash is the first natively multimodal model in the GLM-5 series, trained on a 30T-token multimodal corpus. It accepts text and vision inputs, which makes it suitable for image understanding, document processing, and mixed text-vision agent tasks.