Cloud Providers
This page will help you set up cloud based providers with LLM Vision
OpenAI
Obtain an API key from OpenAI and enter it during setup. You will need to add credits to you account before making requests.
A pricing calculator is available here: https://openai.com/api/pricing
Anthropic
Obtain an API key from Anthropic and enter it during setup. You will need to add credits to you account before making requests.
Pricing is available here: https://docs.anthropic.com/en/docs/build-with-claude/vision#calculate-image-costs
Google
To use Google Gemini you need to have a Google account and obtain an API key from the AI Studio. Depending on your region, you may need to enable billing.
Pricing is available here: https://ai.google.dev/pricing
Groq
Obtain an API key from Groq and enter it during setup to get started with Groq.
Groq is free to use but limits apply. You can check them here: https://console.groq.com/settings/limits
Azure (Coming in v1.3.5)
To deploy a model on Azure follow this guide: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=web-portal
To use this deployment with LLM Vision you will need:
API key
Azure OpenAI Endpoint (e.g.
https://llmvision.openai.azure.com/)
Deployment name (e.g.
gpt-4o-mini
)
Enter these during setup.
Last updated