A ready-to-run example is available here!
Sending Images
Pass images along with text in the message content:GPT-4 Vision and Claude with vision capabilities.
Ready-to-run Example
This example is available on GitHub: examples/01_standalone_sdk/17_image_input.py
examples/01_standalone_sdk/17_image_input.py
The model name should follow the LiteLLM convention:
provider/model_name (e.g., anthropic/claude-sonnet-4-5-20250929, openai/gpt-4o).
The LLM_API_KEY should be the API key for your chosen provider.Next Steps
- Hello World - Learn basic conversation patterns
- Async Operations - Process multiple images concurrently

