StarSeaStarAPI
HomeModelsglm-5.3-flashx

glm-5.3-flashx API

Call glm-5.3-flashx through a single OpenAI-compatible endpoint — one key, no separate vendor account, no multi-provider wiring.

Zhipu AIChatReasoningCodingVision

Pricing

Input$0.30 / 1M tokens  (¥2.00)
Output$1.06 / 1M tokens  (¥7.00)
Output multiplier×3.50
Context window1M tokens
Max output128K tokens

Prices are per 1M tokens in USD · ¥6.6 = $1 · Billed in CNY

Zhipu AI

The GLM family combines aggressive pricing on the Flash tier with capable flagship variants, and has become one of the most widely deployed model lines on the platform. GLM models are also a common default inside coding agents because of their quality-per-yuan at high request rates.

When to use it

At $0.30 per 1M input tokens it sits below the catalogue median of $0.91 — a cost-first choice. Best for coding agents and repository-scale edits. Every model here is reachable with the same API key, so trialling it against a stronger sibling costs one line of code.

Code

from openai import OpenAI
client = OpenAI(
  base_url="https://starseaapi.com/v1",
  api_key="sk-your-key"
)
r = client.chat.completions.create(
  model="glm-5.3-flashx",
  messages=[{"role": "user", "content": "Explain prefix caching in one paragraph"}]
)
print(r.choices[0].message.content)

Integrations · Quickstart

Other models from this provider

ModelsInput $/MOutput $/MIntelligence indexCoding index
glm-5.3-flash$0.12$0.4246.271.5
glm-4.5-air$0.12$0.30
glm-4.7$0.30$1.2145.3
glm-4.5$0.61$2.42
glm-4.6$0.61$2.4245.8
glm-5$0.61$2.73
glm-5-turbo$0.76$3.33
glm-5.1$0.91$3.6455.8
glm-5.2$1.21$4.2468.8
glm-5.3$1.21$4.2448.674.8

Capabilities

Chat & general-purpose models

63 models

Reasoning models

64 models

Coding models

62 models

Vision & multimodal input models

44 models

Long-context models

61 models

Low-cost models

21 models

OpenAI-compatible API

65 models