> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CodeEnum - Python SDK

> CodeEnum method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## Values

| Name                             | Value                             |
| -------------------------------- | --------------------------------- |
| `SERVER_ERROR`                   | server\_error                     |
| `RATE_LIMIT_EXCEEDED`            | rate\_limit\_exceeded             |
| `INVALID_PROMPT`                 | invalid\_prompt                   |
| `VECTOR_STORE_TIMEOUT`           | vector\_store\_timeout            |
| `INVALID_IMAGE`                  | invalid\_image                    |
| `INVALID_IMAGE_FORMAT`           | invalid\_image\_format            |
| `INVALID_BASE64_IMAGE`           | invalid\_base64\_image            |
| `INVALID_IMAGE_URL`              | invalid\_image\_url               |
| `IMAGE_TOO_LARGE`                | image\_too\_large                 |
| `IMAGE_TOO_SMALL`                | image\_too\_small                 |
| `IMAGE_PARSE_ERROR`              | image\_parse\_error               |
| `IMAGE_CONTENT_POLICY_VIOLATION` | image\_content\_policy\_violation |
| `INVALID_IMAGE_MODE`             | invalid\_image\_mode              |
| `IMAGE_FILE_TOO_LARGE`           | image\_file\_too\_large           |
| `UNSUPPORTED_IMAGE_MEDIA_TYPE`   | unsupported\_image\_media\_type   |
| `EMPTY_IMAGE_FILE`               | empty\_image\_file                |
| `FAILED_TO_DOWNLOAD_IMAGE`       | failed\_to\_download\_image       |
| `IMAGE_FILE_NOT_FOUND`           | image\_file\_not\_found           |
