Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
nomagick /qwen-vl-chat:e48b4267
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run nomagick/qwen-vl-chat using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"nomagick/qwen-vl-chat:e48b42673e1ad0adb765d2a2783338960c0f8a2453ca5aab1445b4afc69749dd",
{
input: {
top_p: 0.8,
image1: "https://replicate.delivery/pbxt/Jk9TLsliDk6MRmmfn83WUzZc04PSZ6bQbZjMWurVGnxOYmdq/test2.png",
image2: "https://replicate.delivery/pbxt/Jk9TLyGflCJaFDQeNJb5lAUsU5cQHPSLDpTPYiYPIS0OAnIO/qwen.png",
prompt: "<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nGiven these two images: \nImage1: <img>image1</img>, \nImage2: <img>image2</img>, \ninfer what these image are used for. <|im_end|>\n<|im_start|>assistant\nThe image is used for a logo or symbol.<|im_end|>\n<|im_start|>user\nWhat is Image2 all about?<|im_end|>\n<|im_start|>assistant\nImage2 is a 3D logo of a blue star on a black background.<|im_end|>\n<|im_start|>user\nWhat is Image1 all about?<|im_end|>\n<|im_start|>assistant\n",
max_tokens: 2048,
temperature: 0.75
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run nomagick/qwen-vl-chat using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"nomagick/qwen-vl-chat:e48b42673e1ad0adb765d2a2783338960c0f8a2453ca5aab1445b4afc69749dd",
input={
"top_p": 0.8,
"image1": "https://replicate.delivery/pbxt/Jk9TLsliDk6MRmmfn83WUzZc04PSZ6bQbZjMWurVGnxOYmdq/test2.png",
"image2": "https://replicate.delivery/pbxt/Jk9TLyGflCJaFDQeNJb5lAUsU5cQHPSLDpTPYiYPIS0OAnIO/qwen.png",
"prompt": "<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nGiven these two images: \nImage1: <img>image1</img>, \nImage2: <img>image2</img>, \ninfer what these image are used for. <|im_end|>\n<|im_start|>assistant\nThe image is used for a logo or symbol.<|im_end|>\n<|im_start|>user\nWhat is Image2 all about?<|im_end|>\n<|im_start|>assistant\nImage2 is a 3D logo of a blue star on a black background.<|im_end|>\n<|im_start|>user\nWhat is Image1 all about?<|im_end|>\n<|im_start|>assistant\n",
"max_tokens": 2048,
"temperature": 0.75
}
)
# The nomagick/qwen-vl-chat model can stream output as it's running.
# The predict method returns an iterator, and you can iterate over that output.
for item in output:
# https://replicate.com/nomagick/qwen-vl-chat/api#output-schema
print(item, end="")
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run nomagick/qwen-vl-chat using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "e48b42673e1ad0adb765d2a2783338960c0f8a2453ca5aab1445b4afc69749dd",
"input": {
"top_p": 0.8,
"image1": "https://replicate.delivery/pbxt/Jk9TLsliDk6MRmmfn83WUzZc04PSZ6bQbZjMWurVGnxOYmdq/test2.png",
"image2": "https://replicate.delivery/pbxt/Jk9TLyGflCJaFDQeNJb5lAUsU5cQHPSLDpTPYiYPIS0OAnIO/qwen.png",
"prompt": "<|im_start|>system\\nYou are a helpful assistant<|im_end|>\\n<|im_start|>user\\nGiven these two images: \\nImage1: <img>image1</img>, \\nImage2: <img>image2</img>, \\ninfer what these image are used for. <|im_end|>\\n<|im_start|>assistant\\nThe image is used for a logo or symbol.<|im_end|>\\n<|im_start|>user\\nWhat is Image2 all about?<|im_end|>\\n<|im_start|>assistant\\nImage2 is a 3D logo of a blue star on a black background.<|im_end|>\\n<|im_start|>user\\nWhat is Image1 all about?<|im_end|>\\n<|im_start|>assistant\\n",
"max_tokens": 2048,
"temperature": 0.75
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-10-22T10:41:58.627848Z",
"created_at": "2023-10-22T10:41:55.971339Z",
"data_removed": false,
"error": null,
"id": "hz3qw6lb4cgjlijac7r5mx7vai",
"input": {
"top_p": 0.8,
"image1": "https://replicate.delivery/pbxt/Jk9TLsliDk6MRmmfn83WUzZc04PSZ6bQbZjMWurVGnxOYmdq/test2.png",
"image2": "https://replicate.delivery/pbxt/Jk9TLyGflCJaFDQeNJb5lAUsU5cQHPSLDpTPYiYPIS0OAnIO/qwen.png",
"prompt": "<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nGiven these two images: \nImage1: <img>image1</img>, \nImage2: <img>image2</img>, \ninfer what these image are used for. <|im_end|>\n<|im_start|>assistant\nThe image is used for a logo or symbol.<|im_end|>\n<|im_start|>user\nWhat is Image2 all about?<|im_end|>\n<|im_start|>assistant\nImage2 is a 3D logo of a blue star on a black background.<|im_end|>\n<|im_start|>user\nWhat is Image1 all about?<|im_end|>\n<|im_start|>assistant\n",
"max_tokens": 2048,
"temperature": 0.75,
"files_archive": null
},
"logs": null,
"metrics": {
"predict_time": 2.614887,
"total_time": 2.656509
},
"output": [
"Image",
"1",
" is",
" a",
" picture",
" of",
" a",
" beautiful",
" landscape",
" with",
" a",
" mountain",
" and",
" a",
" temple",
" in",
" the",
" background",
"."
],
"started_at": "2023-10-22T10:41:56.012961Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/hz3qw6lb4cgjlijac7r5mx7vai",
"cancel": "https://api.replicate.com/v1/predictions/hz3qw6lb4cgjlijac7r5mx7vai/cancel"
},
"version": "e48b42673e1ad0adb765d2a2783338960c0f8a2453ca5aab1445b4afc69749dd"
}