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

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

Residential Water Damage Assessment

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.
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
}
caption

Restaurant Editorial Image Caption

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.
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

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.
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

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.
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

Tidepool Robot Tea Picnic

The image presents a whimsical beach scene featuring a robot sitting on a red and white checkered blanket. The robot, with its friendly face and arms, is the main subject of the image. It is positioned under a large blue and white striped umbrella, which provides shade for the robot and the two cups of coffee placed on the blanket. The beach setting is characterized by sandy shores and a calm sea, with a few seagulls scattered in the background.
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: 'Describe this image in 3-5 vivid sentences, identifying the main subject, setting, notable objects, mood, and any surprising visual details.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/3a69fc0c-d298-4fb2-82d8-46074743fa4e.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": "Describe this image in 3-5 vivid sentences, identifying the main subject, setting, notable objects, mood, and any surprising visual details.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/3a69fc0c-d298-4fb2-82d8-46074743fa4e.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": "8b27a5b6-eeab-4ee3-a998-0daa0ae48c95",
      "model": "runware:150@2",
      "prompt": "Describe this image in 3-5 vivid sentences, identifying the main subject, setting, notable objects, mood, and any surprising visual details.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/3a69fc0c-d298-4fb2-82d8-46074743fa4e.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Describe this image in 3-5 vivid sentences, identifying the main subject, setting, notable objects, mood, and any surprising visual details." \
  inputs.image=https://assets.runware.ai/assets/inputs/3a69fc0c-d298-4fb2-82d8-46074743fa4e.jpg
{
  "taskType": "caption",
  "taskUUID": "8b27a5b6-eeab-4ee3-a998-0daa0ae48c95",
  "model": "runware:150@2",
  "prompt": "Describe this image in 3-5 vivid sentences, identifying the main subject, setting, notable objects, mood, and any surprising visual details.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/3a69fc0c-d298-4fb2-82d8-46074743fa4e.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "8b27a5b6-eeab-4ee3-a998-0daa0ae48c95",
  "text": "The image presents a whimsical beach scene featuring a robot sitting on a red and white checkered blanket. The robot, with its friendly face and arms, is the main subject of the image. It is positioned under a large blue and white striped umbrella, which provides shade for the robot and the two cups of coffee placed on the blanket. The beach setting is characterized by sandy shores and a calm sea, with a few seagulls scattered in the background.",
  "cost": 0.0019
}
Caption

Deserted Carnival Under Eclipse

The image depicts a desolate carnival at dusk, with a large Ferris wheel standing tall in the background. The ground is covered in cracked earth, and a few tattered teddy bears are scattered around, adding to the abandoned feel of the scene. The sky is dark, with a large, ominous black sun looming in the center, casting an eerie glow over the entire landscape.
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: 'Describe this image in 3-5 sentences, identifying the main setting, notable objects, lighting conditions, and the overall mood. Mention any details that suggest a story.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/499fccbc-e073-421b-be25-81d8c6ad385a.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": "Describe this image in 3-5 sentences, identifying the main setting, notable objects, lighting conditions, and the overall mood. Mention any details that suggest a story.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/499fccbc-e073-421b-be25-81d8c6ad385a.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": "34c2fd43-f5b5-4f24-b96e-ecc91d72bfb1",
      "model": "runware:150@2",
      "prompt": "Describe this image in 3-5 sentences, identifying the main setting, notable objects, lighting conditions, and the overall mood. Mention any details that suggest a story.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/499fccbc-e073-421b-be25-81d8c6ad385a.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Describe this image in 3-5 sentences, identifying the main setting, notable objects, lighting conditions, and the overall mood. Mention any details that suggest a story." \
  inputs.image=https://assets.runware.ai/assets/inputs/499fccbc-e073-421b-be25-81d8c6ad385a.jpg
{
  "taskType": "caption",
  "taskUUID": "34c2fd43-f5b5-4f24-b96e-ecc91d72bfb1",
  "model": "runware:150@2",
  "prompt": "Describe this image in 3-5 sentences, identifying the main setting, notable objects, lighting conditions, and the overall mood. Mention any details that suggest a story.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/499fccbc-e073-421b-be25-81d8c6ad385a.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "34c2fd43-f5b5-4f24-b96e-ecc91d72bfb1",
  "text": "The image depicts a desolate carnival at dusk, with a large Ferris wheel standing tall in the background. The ground is covered in cracked earth, and a few tattered teddy bears are scattered around, adding to the abandoned feel of the scene. The sky is dark, with a large, ominous black sun looming in the center, casting an eerie glow over the entire landscape.",
  "cost": 0.0019
}
Caption

Abandoned Library Chess Table

In this image, a cozy library scene is captured, with a cat comfortably sleeping on a stack of books. The room is illuminated by a warm, golden light, creating a serene and inviting atmosphere. The presence of a chess set on a table suggests a quiet, intellectual setting, perhaps hinting at the cat's owner's love for the game.
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 a vivid caption for this image in 2-3 sentences, identifying the main setting, notable objects, lighting, mood, and any implied story suggested by the scene.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/f201b6da-5fb3-49b7-ada8-dd45295bd014.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 a vivid caption for this image in 2-3 sentences, identifying the main setting, notable objects, lighting, mood, and any implied story suggested by the scene.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/f201b6da-5fb3-49b7-ada8-dd45295bd014.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": "44083438-c1e5-4d76-81d5-ad98c39f4a45",
      "model": "runware:150@2",
      "prompt": "Provide a vivid caption for this image in 2-3 sentences, identifying the main setting, notable objects, lighting, mood, and any implied story suggested by the scene.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/f201b6da-5fb3-49b7-ada8-dd45295bd014.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Provide a vivid caption for this image in 2-3 sentences, identifying the main setting, notable objects, lighting, mood, and any implied story suggested by the scene." \
  inputs.image=https://assets.runware.ai/assets/inputs/f201b6da-5fb3-49b7-ada8-dd45295bd014.jpg
{
  "taskType": "caption",
  "taskUUID": "44083438-c1e5-4d76-81d5-ad98c39f4a45",
  "model": "runware:150@2",
  "prompt": "Provide a vivid caption for this image in 2-3 sentences, identifying the main setting, notable objects, lighting, mood, and any implied story suggested by the scene.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/f201b6da-5fb3-49b7-ada8-dd45295bd014.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "44083438-c1e5-4d76-81d5-ad98c39f4a45",
  "text": "In this image, a cozy library scene is captured, with a cat comfortably sleeping on a stack of books. The room is illuminated by a warm, golden light, creating a serene and inviting atmosphere. The presence of a chess set on a table suggests a quiet, intellectual setting, perhaps hinting at the cat's owner's love for the game.",
  "cost": 0.0019
}
Image to Text

Deserted Planetarium Classroom Display

The image presents a classroom setting that has been transformed into a surreal and otherworldly environment. The room is filled with rows of wooden desks, each equipped with an open book, suggesting a space for learning and study. The desks are arranged in a traditional classroom layout, with a teacher's desk positioned at the front of the room. The most striking feature of the room is the ceiling, which has been transformed into a night sky filled with planets and stars.
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 a detailed caption for this image, describing the setting, notable objects, lighting, mood, and any unusual visual contrasts.',
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/3fcf73ee-d1f6-40cd-89c6-9d9aa58c93e0.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 a detailed caption for this image, describing the setting, notable objects, lighting, mood, and any unusual visual contrasts.",
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/3fcf73ee-d1f6-40cd-89c6-9d9aa58c93e0.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": "96c350a1-866b-4685-8bcc-14332636a36d",
      "model": "runware:150@2",
      "prompt": "Provide a detailed caption for this image, describing the setting, notable objects, lighting, mood, and any unusual visual contrasts.",
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/3fcf73ee-d1f6-40cd-89c6-9d9aa58c93e0.jpg"
      }
    }
  ]'
runware run runware:150@2 \
  prompt="Provide a detailed caption for this image, describing the setting, notable objects, lighting, mood, and any unusual visual contrasts." \
  inputs.image=https://assets.runware.ai/assets/inputs/3fcf73ee-d1f6-40cd-89c6-9d9aa58c93e0.jpg
{
  "taskType": "caption",
  "taskUUID": "96c350a1-866b-4685-8bcc-14332636a36d",
  "model": "runware:150@2",
  "prompt": "Provide a detailed caption for this image, describing the setting, notable objects, lighting, mood, and any unusual visual contrasts.",
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/3fcf73ee-d1f6-40cd-89c6-9d9aa58c93e0.jpg"
  }
}
Response
{
  "taskType": "imageCaption",
  "taskUUID": "96c350a1-866b-4685-8bcc-14332636a36d",
  "text": "The image presents a classroom setting that has been transformed into a surreal and otherworldly environment. The room is filled with rows of wooden desks, each equipped with an open book, suggesting a space for learning and study. The desks are arranged in a traditional classroom layout, with a teacher's desk positioned at the front of the room. The most striking feature of the room is the ceiling, which has been transformed into a night sky filled with planets and stars.",
  "cost": 0.0019
}