Skip to content

[BOT ISSUE] Vertex: re-add missing Llama 4 Maverick and Scout MaaS entries (regression from #980) #1172

Description

@github-actions

Provider

Vertex AI

Description

The Vertex AI pricing page lists publishers/meta/models/llama-4-maverick-17b-128e-instruct-maas and publishers/meta/models/llama-4-scout-17b-16e-instruct-maas as active MaaS models with per-token pricing, but neither exists in model_list.json.

These models were previously added via issue #980 / PR #1026 (closed 2026-07-27) but appear to have regressed — possibly removed by a subsequent LiteLLM sync.

Other Llama 4 entries exist under different provider formats (meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 for Together, databricks-llama-4-maverick for Databricks), but the Vertex MaaS entries are absent.

Missing Models

Model ID Input $/1M Output $/1M Multimodal Source
publishers/meta/models/llama-4-maverick-17b-128e-instruct-maas $0.50 $1.50 Yes Vertex AI Pricing
publishers/meta/models/llama-4-scout-17b-16e-instruct-maas $0.20 $0.60 Yes Vertex AI Pricing

Suggested Catalog Entries

"publishers/meta/models/llama-4-maverick-17b-128e-instruct-maas": {
  "format": "openai",
  "flavor": "chat",
  "multimodal": true,
  "input_cost_per_mil_tokens": 0.5,
  "output_cost_per_mil_tokens": 1.5,
  "displayName": "Llama 4 Maverick (17Bx128E) Instruct",
  "max_input_tokens": 524288,
  "max_output_tokens": 8192,
  "available_providers": ["vertex"],
  "supported_regions": ["us-east5"]
}
"publishers/meta/models/llama-4-scout-17b-16e-instruct-maas": {
  "format": "openai",
  "flavor": "chat",
  "multimodal": true,
  "input_cost_per_mil_tokens": 0.2,
  "output_cost_per_mil_tokens": 0.6,
  "displayName": "Llama 4 Scout (17Bx16E) Instruct",
  "max_input_tokens": 1310720,
  "max_output_tokens": 8192,
  "available_providers": ["vertex"],
  "supported_regions": ["us-east5"]
}

Context window and max output values from the previous fix attempt (PR #1026 comment).

Verification

Note

Issue #980 was closed as completed on 2026-07-27 after PR #1026 added these entries. They appear to have been removed by a subsequent sync. Consider adding these model IDs to SYNC_PRESERVED_FIELDS in sync_models.ts to prevent future regressions.

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