Skip to content

add multimodal model support documentation#232

Open
monk1337 wants to merge 1 commit intorunpod-workers:mainfrom
monk1337:main
Open

add multimodal model support documentation#232
monk1337 wants to merge 1 commit intorunpod-workers:mainfrom
monk1337:main

Conversation

@monk1337
Copy link

@monk1337 monk1337 commented Nov 8, 2025

  • Add LIMIT_MM_PER_PROMPT to configuration table
  • Update model compatibility section to include multimodal models
  • Add image input example for vision-language models (LLaVa, PaliGemma)

- Add LIMIT_MM_PER_PROMPT to configuration table
- Update model compatibility section to include multimodal models
- Add image input example for vision-language models (LLaVa, PaliGemma)
@DeJayDev DeJayDev self-assigned this Nov 9, 2025
```python
models_response = client.models.list()
list_of_models = [model.id for model in models_response]
print(list_of_models)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you keep this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants