Skip to content

[BOT ISSUE] Perplexity: add missing perplexity/glm-5.3 (Agent API) #1186

Description

@github-actions

Provider

Perplexity

Description

The model perplexity/glm-5.3 is listed on Perplexity's Agent API pricing page with per-token pricing but is missing from model_list.json. The underlying model already exists in the catalog as zai-org/GLM-5.3 (line ~10904) with available_providers: ["baseten"] and matching input/output pricing.

The sibling model perplexity/glm-5.2 is also missing from the catalog and tracked in issue #1111.

Missing Model

Field Value Source
Model ID perplexity/glm-5.3 Perplexity Pricing
Input cost $1.40 / 1M tokens Perplexity pricing page
Output cost $4.40 / 1M tokens Perplexity pricing page
Cached input cost $0.26 / 1M tokens Perplexity pricing page
Provider family Z.AI Perplexity pricing page

Suggested Catalog Entry

"perplexity/glm-5.3": {
  "format": "openai",
  "flavor": "chat",
  "input_cost_per_mil_tokens": 1.4,
  "output_cost_per_mil_tokens": 4.4,
  "input_cache_read_cost_per_mil_tokens": 0.26,
  "displayName": "GLM 5.3",
  "reasoning": true,
  "max_input_tokens": 1048576,
  "max_output_tokens": 262144,
  "available_providers": [
    "perplexity"
  ]
}

reasoning, max_input_tokens, and max_output_tokens derived from the underlying zai-org/GLM-5.3 catalog entry (line ~10904).

Sources

  1. Perplexity pricing pageperplexity/glm-5.3 listed under Z.AI Agent API models at $1.40/$4.40/$0.26
  2. Underlying model zai-org/GLM-5.3 already in catalog (line ~10904) with matching input/output pricing ($1.40/$4.40)

Verification Checklist

Check Status Detail
Cross-source Confirmed on Perplexity pricing page; underlying zai-org/GLM-5.3 in catalog at line ~10904 with matching pricing ($1.40/$4.40)
Already in catalog grep perplexity/glm in model_list.json returns no matches
ID format Follows perplexity/ prefix convention used by other Agent API models (e.g., perplexity/glm-5.2 in #1111, perplexity/sonar in #1114)
Duplicate issue No open or closed issue covers perplexity/glm-5.3; #1111 covers perplexity/glm-5.2 only
Not deprecated GLM 5.3 released August 14, 2026; actively listed on Perplexity
Not embedding/vision-only Chat model with reasoning capabilities

Verification Notes

Field Source Notes
Model ID perplexity/glm-5.3 Perplexity pricing page Listed under Z.AI section of Agent API models
Input $1.40/M Perplexity pricing page Matches catalog zai-org/GLM-5.3 value of 1.4
Output $4.40/M Perplexity pricing page Matches catalog zai-org/GLM-5.3 value of 4.4
Cached input $0.26/M Perplexity pricing page Catalog zai-org/GLM-5.3 has $0.14 — provider-specific difference
reasoning: true Underlying model Catalog zai-org/GLM-5.3 has reasoning: true

Relationship to existing entries

Entry Providers Status
zai-org/GLM-5.3 baseten Already in catalog (line ~10904)
z-ai/glm-5.3 openrouter Already in catalog
accounts/fireworks/models/glm-5p3 fireworks Missing — tracked in #1180
perplexity/glm-5.2 perplexity Missing — tracked in #1111
perplexity/glm-5.3 perplexity Missing — this issue
{
  "kind": "missing_model",
  "provider": "perplexity",
  "models": ["perplexity/glm-5.3"],
  "status": "active",
  "model_specs": {
    "perplexity/glm-5.3": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 1.4,
      "output_cost_per_mil_tokens": 4.4,
      "input_cache_read_cost_per_mil_tokens": 0.26,
      "displayName": "GLM 5.3",
      "reasoning": true,
      "max_input_tokens": 1048576,
      "max_output_tokens": 262144,
      "available_providers": ["perplexity"]
    }
  },
  "source_urls": [
    "https://docs.perplexity.ai/guides/pricing"
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    autofix-blockedBot issue is blocked until metadata or source information is updated.bot-issue

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions