You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#> This is the logo for Pydantic, a data validation and settings management library in Python.
46
+
```
47
+
48
+
1. To ensure the example is runnable we download this image from the web, but you can also use `Path().read_bytes()` to read a local file's contents.
49
+
50
+
## Audio Input
51
+
52
+
!!! info
53
+
Some models do not support audio input. Please check the model's documentation to confirm whether it supports audio input.
54
+
55
+
You can provide audio input using either [`AudioUrl`][pydantic_ai.AudioUrl] or [`BinaryContent`][pydantic_ai.BinaryContent]. The process is analogous to the examples above.
0 commit comments