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.
Provider
Vertex AI
Description
The Vertex AI pricing page lists
publishers/meta/models/llama-4-maverick-17b-128e-instruct-maasandpublishers/meta/models/llama-4-scout-17b-16e-instruct-maasas active MaaS models with per-token pricing, but neither exists inmodel_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-FP8for Together,databricks-llama-4-maverickfor Databricks), but the Vertex MaaS entries are absent.Missing Models
publishers/meta/models/llama-4-maverick-17b-128e-instruct-maaspublishers/meta/models/llama-4-scout-17b-16e-instruct-maasSuggested Catalog Entries
Context window and max output values from the previous fix attempt (PR #1026 comment).
Verification
grep 'llama-4.*maas' model_list.jsonreturns 0 matches — entries do not exist despite [BOT ISSUE] Vertex: add missing Meta Llama 4 Maverick and Scout MaaS entries #980 being closedpublishers/meta/models/llama-3.3-70b-instruct-maasconventionNote
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_FIELDSinsync_models.tsto prevent future regressions.