Skip to content

[BOT ISSUE] Fireworks: fix GLM 5.2 cached input pricing from $0.26 to $0.14 #903

Description

@github-actions

Provider

Fireworks

Model IDs

  • accounts/fireworks/models/glm-5p2

Kind

stale_metadata

Current catalog values

{
  "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.2",
  "reasoning": true,
  "max_input_tokens": 1048576,
  "max_output_tokens": 131072,
  "available_providers": ["fireworks"]
}

Proposed update

{
  "input_cache_read_cost_per_mil_tokens": 0.14
}

Details

The Fireworks-specific entry accounts/fireworks/models/glm-5p2 has input_cache_read_cost_per_mil_tokens: 0.26, but Fireworks' official pricing page lists the cached input cost at $0.14 per million tokens. The input ($1.40) and output ($4.40) prices are correct.

The $0.26 value appears to come from Baseten's pricing for the same underlying model (zai-org/GLM-5.2 correctly has cache_read $0.26 per Baseten's pricing page). The Fireworks-specific entry should use Fireworks' own cache pricing.

For comparison, the older GLM 5.1 on Fireworks (accounts/fireworks/models/glm-5p1) correctly has cache_read $0.26, which matches Fireworks' official price for that model.

Sources

Verification checklist

  • Cross-source: Fireworks pricing page confirms $0.14 cached input (verified twice)
  • Already-fixed: Catalog still shows $0.26, not $0.14
  • ID format: accounts/fireworks/models/glm-5p2 already exists in model_list.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions