LLM7 model guide
Vision models
Chat models with explicitly reported vision support or image input.
Requirements and limitations
Image formats, size limits, and visual accuracy vary. Verify image requirements on the model documentation.
Only active chat models with explicit support are included. Missing capability values remain unknown; top-level values take precedence over nested values. Image input also establishes vision support.
| Model | Pricing | Context | Tool calling |
|---|---|---|---|
| $4.00 USD input and $15.00 USD output per 1M tokens | 1,000,000 | Supported | |
| $2.25 USD input and $12.19 USD output per 1M tokens | 1,000,000 | Supported | |
| $2.50 USD input and $12.50 USD output per 1M tokens | 1,000,000 | Supported | |
| $0.12 USD input and $0.45 USD output per 1M tokens | 1,000,000 | Supported | |
| $0.02 USD input and $0.04 USD output per 1M tokens | 256,000 | Supported | |
| $0.06 USD input and $0.30 USD output per 1M tokens | 1,000,000 | Supported | |
| $0.05 USD input and $0.15 USD output per 1M tokens | 1,000,000 | Supported | |
| $0.15 USD input and $0.55 USD output per 1M tokens | 1,048,576 | Supported | |
| $0.20 USD input and $1.00 USD output per 1M tokens Minimum: $0.0001/request | 1,050,000 | Supported | |
| $0.45 USD input and $0.58 USD output per 1M tokens | Unknown context | Supported | |
| $1.92 USD input and $5.40 USD output per 1M tokens | 1,000,000 | Supported | |
| $0.24 USD input and $1.00 USD output per 1M tokens | 1,000,000 | Supported | |
| $5.00 USD input and $10.00 USD output per 1M tokens | 1,000,000 | Supported | |
| $2.00 USD input and $10.00 USD output per 1M tokens | 1,000,000 | Supported | |
| llama-4-maverick | $0.19 USD input and $0.75 USD output per 1M tokens | 1,048,576 | Supported |
Example request
POST https://api.llm7.io/v1/chat/completions
Authorization: Bearer YOUR_LLM7_API_KEY
Content-Type: application/json
{
"model": "claude-fable-5-1",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this image."
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/your-image.jpg"
}
}
]
}
]
}Explore related pages
Model catalogModel comparisonsCapabilitiesIntegrationsCost calculatorsToken calculatorTool calling modelsLong context modelsJSON mode modelsStreaming modelsReasoning modelsHermes Agent with LLM7OpenClaw with LLM7n8n with LLM7LangChain with LLM7Vercel AI SDK with LLM7Customer support cost calculatorDocument processing cost calculator