
<!-- BEGIN overcast:capabilities -->

# Bedrock operations

All 2 listed operations are implemented. Back to [Bedrock](/docs/services/bedrock/index.md).

## Summary

| Category  | 🧊 Inert |
| --- | --- |
| Inference | 2 |

---

## Endpoints

### Inference

| Operation     | Status   | Notes                                                                                                                                                                                                                                                                                                | AWS Docs                                                                                     |
| --- | --- | --- | --- |
| `InvokeModel` | 🧊 Inert | POST /model/{modelId}/invoke — accepted and answered 200; the required payload is not parsed and no model runs. The response body is an opaque blob whose format belongs to the model, which Overcast does not emulate, so it returns one self-describing field rather than any model family's shape | [docs](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html) |
| `Converse` | 🧊 Inert | POST /model/{modelId}/converse — accepted and answered with a complete ConverseResponse, every @required member present; no inference runs, so the assistant text is canned and the token counts and latency are zero | [docs](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html) |

## Related

- [Bedrock](/docs/services/bedrock/index.md) — quick start, what works, and the differences from AWS
- [All service pages](/docs/services/index.md)

<!-- END overcast:capabilities -->
