Vidu Q3 और Q3 Pro मॉडल पर 50% छूट · केवल WaveSpeedAI | 20 मई – 2 जून

Molmo2 Image Qa

wavespeed-ai /

Molmo2-4B Image QA: Answer questions about images with support for multi-image comparison (1-2 images). Open-source vision-language model. Ready-to-use REST API, no cold starts, affordable pricing.

image-to-text
Input

Drag & drop करें या upload के लिए click करें

preview
If set to true, the function will wait for the result to be generated and uploaded before returning the response. It allows you to get the result directly in the response. This property is only available through the API.

Idle

The decorations are floating because they're in a microgravity environment, which is typical of space. In orbit, objects don't experience the same gravitational pull as on Earth, so anything without a strong force holding it down will float freely. This includes the Christmas ornaments, wreaths, and other festive decorations visible in the space station. The astronauts can place these decorations in the station and they'll remain suspended, creating a unique and whimsical holiday scene against the backdrop of Earth and space.

$0.002per run·~500 / $1

Next:

ExamplesView all

Related Models

README

Molmo2 Image QA

Ask questions about images and get intelligent answers with Molmo2 Image QA. This vision-language model analyzes single or multiple images and responds to natural language queries — perfect for image understanding, visual analysis, and automated image-based workflows.

Why It Works Great

  • Multi-image support: Analyze and compare multiple images at once.
  • Natural language: Ask questions in plain English.
  • Visual understanding: Comprehends objects, scenes, text, and relationships.
  • Instant answers: Fast processing for real-time applications.
  • Ultra-affordable: Just $0.002 per query — 500 queries for $1.
  • Versatile analysis: From simple identification to complex reasoning.

Parameters

ParameterRequiredDescription
imagesYesOne or more images to analyze (upload or public URLs).
textYesYour question or prompt about the image(s).

How to Use

  1. Upload image(s) — drag and drop or paste public URLs.
  2. Click "+ Add Item" — to add additional images for comparison.
  3. Enter your question — describe what you want to know.
  4. Run — click the button to get your answer.

Pricing

Flat rate per query.

OutputCost
Per query$0.002
100 queries$0.20
1,000 queries$2.00

Best Use Cases

  • Image Analysis — Describe what's in an image in detail.
  • Object Identification — Identify objects, people, or elements.
  • Text Extraction — Read and transcribe text visible in images.
  • Comparison — Compare multiple images for differences or similarities.
  • Quality Assessment — Evaluate image quality or content.
  • Data Extraction — Pull structured information from visual content.

Example Questions

  • "What objects are in this image?"
  • "Describe the scene in detail."
  • "What text is visible in this image?"
  • "How do these two images differ?"
  • "What is the dominant color in this photo?"
  • "Is there a person in this image? What are they doing?"
  • "What brand logo is shown?"
  • "Count the number of items on the table."

Pro Tips for Best Results

  • Be specific with your questions for more precise answers.
  • Upload multiple images to compare or analyze together.
  • Use for OCR tasks — the model can read text in images.
  • At $0.002 per query, batch processing is extremely cost-effective.
  • Combine with other Molmo2 tools for comprehensive image workflows.
  • Ask follow-up questions about the same images for deeper analysis.

Notes

  • Supports multiple images in a single query.
  • If using URLs, ensure they are publicly accessible.
  • Processing is near-instant for most queries.
  • Works with photos, screenshots, diagrams, and more.
Accessibility:This website uses AI models provided by third parties.

Molmo2 Image Qa API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/wavespeed-ai/molmo2/image-qa with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Molmo2 Image Qa below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/molmo2/image-qa" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "enable_sync_mode": false
}'

# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# When status is "completed", read the output from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("wavespeed-ai/molmo2/image-qa", {
        "enable_sync_mode": false
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "wavespeed-ai/molmo2/image-qa",
    {
    "enable_sync_mode": false
}
)

print(output["outputs"][0])  # → URL of the generated output

Molmo2 Image Qa API — Frequently asked questions

What is the Molmo2 Image Qa API?

Molmo2 Image Qa is a WaveSpeedAI model for AI inference, exposed as a REST API on WaveSpeedAI. Molmo2-4B Image QA: Answer questions about images with support for multi-image comparison (1-2 images). Open-source vision-language model. Ready-to-use REST API, no cold starts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the Molmo2 Image Qa API?

POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/wavespeed-ai/molmo2-image-qa.

How much does Molmo2 Image Qa cost per run?

Molmo2 Image Qa starts at $0.002 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.

What inputs does Molmo2 Image Qa accept?

Key inputs: `images`, `enable_sync_mode`, `text`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/wavespeed-ai/molmo2-image-qa.

How long does Molmo2 Image Qa take to generate?

Average end-to-end generation time on WaveSpeedAI is around 5 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.

Can I use Molmo2 Image Qa outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (WaveSpeedAI). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.