Skip to content

pricing-update(vertex-ai): add Grok 4.3 model config and pricing#850

Merged
akhilmmenon merged 1 commit into
mainfrom
7054/grok-4.3-pricing-update
Jul 23, 2026
Merged

pricing-update(vertex-ai): add Grok 4.3 model config and pricing#850
akhilmmenon merged 1 commit into
mainfrom
7054/grok-4.3-pricing-update

Conversation

@akhilmmenon

@akhilmmenon akhilmmenon commented Jul 20, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds grok-4.3 to the Vertex AI general schema with support for image input and function calling
  • Adds tiered pricing for grok-4.3 on Vertex AI with context-length-based pricing (≤200k and >200k input tokens)

Pricing details

Tier Input / 1M tokens Output / 1M tokens Cached Input / 1M tokens
≤ 200k prompt tokens $1.25 $2.50 $0.20
> 200k prompt tokens $2.50 $5.00 $0.40

References

Test plan

  • Verify pricing shows correctly in the model catalog for Vertex AI / Grok 4.3
  • Verify cost attribution works for requests under and over 200k input tokens

@akhilmmenon
akhilmmenon requested a review from Copilot July 20, 2026 09:30
@akhilmmenon akhilmmenon self-assigned this Jul 20, 2026
@akhilmmenon akhilmmenon changed the title feat(vertex-ai): add Grok 4.3 model config and pricing pricing-update(vertex-ai): add Grok 4.3 model config and pricing Jul 20, 2026
@akhilmmenon
akhilmmenon requested a review from sivadurga-d July 20, 2026 09:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the Vertex AI model catalog by adding the grok-4.3 model to the general schema and introducing tiered (context-length-based) pricing for it in the Vertex AI pricing catalog.

Changes:

  • Add grok-4.3 to general/vertex-ai.json as a chat model supporting image input and tool/function calling.
  • Add grok-4.3 to pricing/vertex-ai.json with two context tiers (≤200k and >200k) and corresponding per-token and cached-input rates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
general/vertex-ai.json Registers grok-4.3 in the Vertex AI general model schema with supported capabilities.
pricing/vertex-ai.json Adds grok-4.3 pricing, including context-tiered rates and cached-input pricing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akhilmmenon
akhilmmenon merged commit b316ef9 into main Jul 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants