live
MODEL IDmeta-llava-1-6-mistral-7b

LLaVA-1.6-Mistral-7B

LLaVA-1.6-Mistral-7B is a multimodal vision-language model that processes images alongside text to generate descriptive and reasoning-based responses. It enables image captioning and visual understanding by combining a vision encoder with a Mistral 7B language backbone.

LLaVA-1.6-Mistral-7B

caption

Restaurant Editorial Image Caption$0.0032~15s
In the heart of a bustling kitchen, a trio of chefs, clad in pristine white chef jackets, are immersed in the art of culinary creation. The chef in the foreground, poised with a plate of food in hand, is meticulously plating a dish that showcases a piece of fish, its surface glistening with a vibrant green sauce, accompanied by a medley of vegetables.
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:150@2',
  prompt: 'Write an accurate, detailed description of this image for a culinary magazine\'s accessible digital edition. Identify the visible people, their positions and actions, the plated food, kitchen tools, background activity, lighting, colors, and overall atmosphere. Describe only details supported by the image, avoid guessing identities or personal attributes, and present the result as one polished paragraph.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/9681ace7-520d-4dbc-b1cc-ff429532b61f.jpg'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:150@2",
            "prompt": "Write an accurate, detailed description of this image for a culinary magazine's accessible digital edition. Identify the visible people, their positions and actions, the plated food, kitchen tools, background activity, lighting, colors, and overall atmosphere. Describe only details supported by the image, avoid guessing identities or personal attributes, and present the result as one polished paragraph.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/9681ace7-520d-4dbc-b1cc-ff429532b61f.jpg"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "caption",
      "taskUUID": "f4992123-435d-478a-afef-5eb33651e25f",
      "model": "runware:150@2",
      "prompt": "Write an accurate, detailed description of this image for a culinary magazine's accessible digital edition. Identify the visible people, their positions and actions, the plated food, kitchen tools, background activity, lighting, colors, and overall atmosphere. Describe only details supported by the image, avoid guessing identities or personal attributes, and present the result as one polished paragraph.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/9681ace7-520d-4dbc-b1cc-ff429532b61f.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Write an accurate, detailed description of this image for a culinary magazine's accessible digital edition. Identify the visible people, their positions and actions, the plated food, kitchen tools, background activity, lighting, colors, and overall atmosphere. Describe only details supported by the image, avoid guessing identities or personal attributes, and present the result as one polished paragraph." \
  inputs.image=https://assets.runware.ai/assets/inputs/9681ace7-520d-4dbc-b1cc-ff429532b61f.jpg
{
  "taskType": "caption",
  "taskUUID": "f4992123-435d-478a-afef-5eb33651e25f",
  "model": "runware:150@2",
  "prompt": "Write an accurate, detailed description of this image for a culinary magazine's accessible digital edition. Identify the visible people, their positions and actions, the plated food, kitchen tools, background activity, lighting, colors, and overall atmosphere. Describe only details supported by the image, avoid guessing identities or personal attributes, and present the result as one polished paragraph.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/9681ace7-520d-4dbc-b1cc-ff429532b61f.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "f4992123-435d-478a-afef-5eb33651e25f",
  "text": "In the heart of a bustling kitchen, a trio of chefs, clad in pristine white chef jackets, are immersed in the art of culinary creation. The chef in the foreground, poised with a plate of food in hand, is meticulously plating a dish that showcases a piece of fish, its surface glistening with a vibrant green sauce, accompanied by a medley of vegetables.",
  "cost": 0.0032
}

caption

Offshore Wind Editorial Caption$0.0032~32s
Two offshore workers in red suits and helmets are performing maintenance on a wind turbine platform. They are using a yellow ladder to ascend the structure, with one worker holding onto the ladder while the other appears to be securing a cable or hose. The platform is situated in a vast body of water, with the horizon visible in the distance. The sky is overcast, and the lighting suggests it could be early morning or late afternoon.
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:150@2',
  prompt: 'Write an accurate, detailed editorial caption for this photograph. Identify the visible subjects, setting, actions, safety equipment, weather, lighting, and relevant background details. Use clear photojournalistic language and present tense. Do not invent names, dates, locations, company affiliations, or facts that cannot be verified from the image.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/ba0836fd-2463-4fd3-bca1-aaedda012726.jpg'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:150@2",
            "prompt": "Write an accurate, detailed editorial caption for this photograph. Identify the visible subjects, setting, actions, safety equipment, weather, lighting, and relevant background details. Use clear photojournalistic language and present tense. Do not invent names, dates, locations, company affiliations, or facts that cannot be verified from the image.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/ba0836fd-2463-4fd3-bca1-aaedda012726.jpg"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "caption",
      "taskUUID": "9c2af25e-236d-4784-b475-2b485d513d60",
      "model": "runware:150@2",
      "prompt": "Write an accurate, detailed editorial caption for this photograph. Identify the visible subjects, setting, actions, safety equipment, weather, lighting, and relevant background details. Use clear photojournalistic language and present tense. Do not invent names, dates, locations, company affiliations, or facts that cannot be verified from the image.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/ba0836fd-2463-4fd3-bca1-aaedda012726.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Write an accurate, detailed editorial caption for this photograph. Identify the visible subjects, setting, actions, safety equipment, weather, lighting, and relevant background details. Use clear photojournalistic language and present tense. Do not invent names, dates, locations, company affiliations, or facts that cannot be verified from the image." \
  inputs.image=https://assets.runware.ai/assets/inputs/ba0836fd-2463-4fd3-bca1-aaedda012726.jpg
{
  "taskType": "caption",
  "taskUUID": "9c2af25e-236d-4784-b475-2b485d513d60",
  "model": "runware:150@2",
  "prompt": "Write an accurate, detailed editorial caption for this photograph. Identify the visible subjects, setting, actions, safety equipment, weather, lighting, and relevant background details. Use clear photojournalistic language and present tense. Do not invent names, dates, locations, company affiliations, or facts that cannot be verified from the image.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/ba0836fd-2463-4fd3-bca1-aaedda012726.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "9c2af25e-236d-4784-b475-2b485d513d60",
  "text": "Two offshore workers in red suits and helmets are performing maintenance on a wind turbine platform. They are using a yellow ladder to ascend the structure, with one worker holding onto the ladder while the other appears to be securing a cable or hose. The platform is situated in a vast body of water, with the horizon visible in the distance. The sky is overcast, and the lighting suggests it could be early morning or late afternoon.",
  "cost": 0.0032
}

caption

Runway Show Accessibility Description$0.0045~18s
In the image, a fashion show is taking place in a spacious, modern venue with a minimalist aesthetic. The runway is illuminated by a series of linear lights that cast a soft glow on the models and the audience. The main subjects are two models walking down the runway. The first model is wearing a striking blue dress that cascades down to form a train behind her.
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:150@2',
  prompt: 'Write an accurate, detailed accessibility description of this image for a fashion publication. Identify the main subjects, clothing, mobility aids, actions, setting, composition, lighting, colors, and relevant background activity. Describe only details that are visually supported; do not guess identities, brands, medical conditions, or personal histories.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/c9abe766-ea6b-4166-b11f-4827ed9b8303.jpg'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:150@2",
            "prompt": "Write an accurate, detailed accessibility description of this image for a fashion publication. Identify the main subjects, clothing, mobility aids, actions, setting, composition, lighting, colors, and relevant background activity. Describe only details that are visually supported; do not guess identities, brands, medical conditions, or personal histories.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/c9abe766-ea6b-4166-b11f-4827ed9b8303.jpg"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "caption",
      "taskUUID": "957b38ea-aba1-4bd6-a40a-ebb0b85a8872",
      "model": "runware:150@2",
      "prompt": "Write an accurate, detailed accessibility description of this image for a fashion publication. Identify the main subjects, clothing, mobility aids, actions, setting, composition, lighting, colors, and relevant background activity. Describe only details that are visually supported; do not guess identities, brands, medical conditions, or personal histories.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/c9abe766-ea6b-4166-b11f-4827ed9b8303.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Write an accurate, detailed accessibility description of this image for a fashion publication. Identify the main subjects, clothing, mobility aids, actions, setting, composition, lighting, colors, and relevant background activity. Describe only details that are visually supported; do not guess identities, brands, medical conditions, or personal histories." \
  inputs.image=https://assets.runware.ai/assets/inputs/c9abe766-ea6b-4166-b11f-4827ed9b8303.jpg
{
  "taskType": "caption",
  "taskUUID": "957b38ea-aba1-4bd6-a40a-ebb0b85a8872",
  "model": "runware:150@2",
  "prompt": "Write an accurate, detailed accessibility description of this image for a fashion publication. Identify the main subjects, clothing, mobility aids, actions, setting, composition, lighting, colors, and relevant background activity. Describe only details that are visually supported; do not guess identities, brands, medical conditions, or personal histories.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/c9abe766-ea6b-4166-b11f-4827ed9b8303.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "957b38ea-aba1-4bd6-a40a-ebb0b85a8872",
  "text": "In the image, a fashion show is taking place in a spacious, modern venue with a minimalist aesthetic. The runway is illuminated by a series of linear lights that cast a soft glow on the models and the audience. The main subjects are two models walking down the runway. The first model is wearing a striking blue dress that cascades down to form a train behind her.",
  "cost": 0.0045
}

caption

Residential Water Damage Assessment$0.0032~22s
The image depicts an interior space that appears to be a kitchen, with visible signs of water damage and possible mold growth. The ceiling is damaged, with a significant area missing, exposing the underside of the ceiling material. There is visible discoloration and staining on the ceiling, indicating water damage. The ceiling material is peeling away, revealing the underlying structure.
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:150@2',
  prompt: 'Provide an accurate, detailed description of this property-damage image for an insurance claim record. Identify the room, visible people and their actions, apparent source area, affected building materials and fixtures, debris, moisture indicators, and the location and extent of observable damage. Distinguish direct visual evidence from reasonable but uncertain inferences. Do not estimate repair costs or claim damage that cannot be seen.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/8844426b-c59f-4d94-a1f3-e158cdbd79c4.jpg'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:150@2",
            "prompt": "Provide an accurate, detailed description of this property-damage image for an insurance claim record. Identify the room, visible people and their actions, apparent source area, affected building materials and fixtures, debris, moisture indicators, and the location and extent of observable damage. Distinguish direct visual evidence from reasonable but uncertain inferences. Do not estimate repair costs or claim damage that cannot be seen.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/8844426b-c59f-4d94-a1f3-e158cdbd79c4.jpg"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "caption",
      "taskUUID": "c4b9c5b2-3932-4d79-b5f5-a99c9140d108",
      "model": "runware:150@2",
      "prompt": "Provide an accurate, detailed description of this property-damage image for an insurance claim record. Identify the room, visible people and their actions, apparent source area, affected building materials and fixtures, debris, moisture indicators, and the location and extent of observable damage. Distinguish direct visual evidence from reasonable but uncertain inferences. Do not estimate repair costs or claim damage that cannot be seen.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/8844426b-c59f-4d94-a1f3-e158cdbd79c4.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Provide an accurate, detailed description of this property-damage image for an insurance claim record. Identify the room, visible people and their actions, apparent source area, affected building materials and fixtures, debris, moisture indicators, and the location and extent of observable damage. Distinguish direct visual evidence from reasonable but uncertain inferences. Do not estimate repair costs or claim damage that cannot be seen." \
  inputs.image=https://assets.runware.ai/assets/inputs/8844426b-c59f-4d94-a1f3-e158cdbd79c4.jpg
{
  "taskType": "caption",
  "taskUUID": "c4b9c5b2-3932-4d79-b5f5-a99c9140d108",
  "model": "runware:150@2",
  "prompt": "Provide an accurate, detailed description of this property-damage image for an insurance claim record. Identify the room, visible people and their actions, apparent source area, affected building materials and fixtures, debris, moisture indicators, and the location and extent of observable damage. Distinguish direct visual evidence from reasonable but uncertain inferences. Do not estimate repair costs or claim damage that cannot be seen.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/8844426b-c59f-4d94-a1f3-e158cdbd79c4.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "c4b9c5b2-3932-4d79-b5f5-a99c9140d108",
  "text": "The image depicts an interior space that appears to be a kitchen, with visible signs of water damage and possible mold growth. The ceiling is damaged, with a significant area missing, exposing the underside of the ceiling material. There is visible discoloration and staining on the ceiling, indicating water damage. The ceiling material is peeling away, revealing the underlying structure.",
  "cost": 0.0032
}