# is_bedrock_model

> **Function** in `deepagents`

📖 [View in docs](https://reference.langchain.com/python/deepagents/_models/is_bedrock_model)

Check whether a model targets AWS Bedrock.

## Signature

```python
is_bedrock_model(
    model: str | BaseChatModel,
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/7e70065200007896336f38fe905803e6763e8f85/libs/deepagents/deepagents/_models.py#L121)