Skip to content

[Feat] add au version of claude-opus-4-6 to model cost map#20566

Merged
ishaan-jaff merged 1 commit intoBerriAI:mainfrom
ssadedin:main
Feb 7, 2026
Merged

[Feat] add au version of claude-opus-4-6 to model cost map#20566
ishaan-jaff merged 1 commit intoBerriAI:mainfrom
ssadedin:main

Conversation

@ssadedin
Copy link
Contributor

@ssadedin ssadedin commented Feb 6, 2026

Addition of AU version of Opus 4.6 Model

Why

General support for Opus 4.6 was added in #20506 however it omitted the AU (australian) specific instance profile used in Bedrock. This change only adds the the au id. It is copied from the US model settings which is consistent with past additions of this regional model profile.

Relevant issues

Supplements #20506

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

I have not added a test since this is ONLY an update to the model catalog. I have tested that the model catalog parses correctly.

  • I have Added testing in the tests/litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

CI (LiteLLM team)

CI status guideline:

  • 50-55 passing tests: main is stable with minor issues.
  • 45-49 passing tests: acceptable but needs attention
  • <= 40 passing tests: unstable; be careful with your merges and assess the risk.
  • Branch creation CI run
    Link:

  • CI run for the last commit
    Link:

  • Merge / cherry-pick CI run
    Links:

Type

🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test

Changes

Notes: General support for Opus 4.6 was added in BerriAI#20506 however
it omitted the AU (australian) specific instance profile used
in Bedrock. This change only adds the the au id. It is copied
from the US model settings which is consistent with past
additions of this regional model profile.
@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Feb 6, 2026 9:02am

Request Review

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2026

CLA assistant check
All committers have signed the CLA.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 6, 2026

Greptile Overview

Greptile Summary

  • Adds an AU-specific Bedrock Converse model id for Claude Opus 4.6 to the central model catalog.
  • New entry mirrors the existing US regional profile (pricing, limits, and capability flags) for consistency.
  • Enables users to select the AU Bedrock model identifier while keeping cost accounting/limits aligned with other regional entries.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Change is a single new entry in the model catalog JSON, matching an existing regional Opus 4.6 configuration; no code paths or schemas were modified and the JSON diff is well-formed.
  • No files require special attention

Important Files Changed

Filename Overview
model_prices_and_context_window.json Adds an AU-region Bedrock Converse model entry for claude-opus-4-6-v1:0, mirroring the existing US regional pricing/capability fields; no functional code changes.

Sequence Diagram

sequenceDiagram
  participant User
  participant LiteLLM
  participant Catalog
  participant Bedrock

  User->>LiteLLM: Request AU Opus 4.6
  LiteLLM->>Catalog: Lookup model pricing
  Catalog-->>LiteLLM: Pricing + limits
  LiteLLM->>Bedrock: Converse call (AU id)
  Bedrock-->>LiteLLM: Response + usage
  LiteLLM-->>User: Response
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@ishaan-jaff ishaan-jaff merged commit 0a55571 into BerriAI:main Feb 7, 2026
4 of 7 checks passed
ishaan-jaff pushed a commit that referenced this pull request Feb 11, 2026
Notes: General support for Opus 4.6 was added in #20506 however
it omitted the AU (australian) specific instance profile used
in Bedrock. This change only adds the the au id. It is copied
from the US model settings which is consistent with past
additions of this regional model profile.
Sameerlite pushed a commit that referenced this pull request Feb 13, 2026
Notes: General support for Opus 4.6 was added in #20506 however
it omitted the AU (australian) specific instance profile used
in Bedrock. This change only adds the the au id. It is copied
from the US model settings which is consistent with past
additions of this regional model profile.
ishaan-jaff pushed a commit that referenced this pull request Feb 18, 2026
Notes: General support for Opus 4.6 was added in #20506 however
it omitted the AU (australian) specific instance profile used
in Bedrock. This change only adds the the au id. It is copied
from the US model settings which is consistent with past
additions of this regional model profile.
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