> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK — Reference

> Reference for the Python client

See the [Sphinx reference](https://docs.medera.info/sdks/python/api) for typed schemas.

## MederaClient

| Method                                 | Returns                            |
| :------------------------------------- | :--------------------------------- |
| `await client.sessions.create(...)`    | `Session`                          |
| `await client.patients.get(id)`        | `Patient`                          |
| `await client.intake.create_call(...)` | `IntakeCall`                       |
| `await client.coding.predict(...)`     | `CodePredictionResponse`           |
| `client.streams.open(...)`             | `StreamConnection` (async context) |
