Skip to main content
Endpoint: POST https://fal.run/openrouter/router/vision Endpoint ID: openrouter/router/vision

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

list<string>
required
List of image URLs to be processed
string
required
Prompt to be used for the image
string
System prompt to provide context or instructions to the model
string
required
Name of the model to use. Charged based on actual token usage.
boolean
default:"false"
Should reasoning be the part of the final answer.
float
default:"1"
This setting influences the variety in the model’s responses. Lower values lead to more predictable and typical responses, while higher values encourage more diverse and less common responses. At 0, the model always gives the same response for a given input. Default value: 1Range: 0 to 2
integer
This sets the upper limit for the number of tokens the model can generate in response. It won’t produce more than this limit. The maximum value is the context length minus the prompt length.

Output Schema

string
required
Generated output
UsageInfo
required
Token usage information

Input Example

Output Example

🚀 Usage with OpenAI Client

🚿 Streaming Example

📚 Documentation

For more details, visit the official docs:

Limitations

  • temperature range: 0 to 2