library · inferred from evidence
client-python
The Python client library for mistralai, referenced in the GitHub issue link.
- mistralai Python SDK: `files.upload(purpose="ocr")` fails its own type check
It was a bug in the SDK's type definitions: the `purpose` type union was missing `"ocr"` even though the API supported it. The short-term workaround is a `# type: ignore` comment on the `purpose="ocr"` argument — the upload works fine, it w