Ollama models usually have their capabilities auto-detected correctly. However, if you’re using custom model names or experiencing issues with tools/images not working, you can explicitly set capabilities:
config.yaml
Copy
Ask AI
models: - name: <CUSTOM_MODEL_NAME> provider: ollama model: <CUSTOM_MODEL_ID> capabilities: - tool_use # Enable if your model supports function calling - image_input # Enable for vision models
Many Ollama models support tool use by default. Vision models often also support image input