> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/white-label-documentation/release-notes/anthropic-claude-model-deprecations-on-june-15-2026.md).

# Anthropic Claude model deprecations on June 15, 2026

Anthropic is deprecating two Claude models on **June 15, 2026**. After that date, scenarios using these models will fail.

#### What's changing? <a href="#uexix" id="uexix"></a>

The following models will no longer be available on the Anthropic Claude API starting June 15, 2026:

* Claude Sonnet 4
* Claude Opus 4

After June 15, 2026, all requests using these models will return an error. Existing modules in your scenario that use these models will fail when they run.

#### What do you need to do? <a href="#potai" id="potai"></a>

Review your Anthropic Claude modules and replace any deprecated models with a supported model.

| Deprecated model | Replacement model |
| ---------------- | ----------------- |
| Claude Sonnet 4  | Claude Sonnet 4.6 |
| Claude Opus 4    | Claude Opus 4.6   |

Review Anthropic's model pricing documentation for these replacement models, as your costs may change depending on your usage.

#### Resources <a href="#id-0ifwu" id="id-0ifwu"></a>

* [Anthropic model deprecations](https://platform.claude.com/docs/en/about-claude/model-deprecations#2026-04-14-claude-sonnet-4-and-claude-opus-4-models)
* [Make Help Center — Anthropic Claude documentation](https://apps.make.com/anthropic-claude)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.make.com/white-label-documentation/release-notes/anthropic-claude-model-deprecations-on-june-15-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
