Seedance 2.0 is here - create consistent, multimodal AI videos faster with images, videos, and audio in one prompt.

Try Now
Skip to main content
Store Bought Gyoza (餃子Mix) - VV thumbnail

Store Bought Gyoza (餃子Mix) - VV

by ModelsLab

Redid the component list and mixing methods to get more of that V3.0 feeling back, mostly via-vis face and squeezable cheeks. This version is more dynamic and uses perspective more than previous versions and will try to inject some sort of scene depth and dynamic composition into everything, sometimes to the detriment of the prompter if you're trying to go for a simple scene. You will rarely get head on staring into camera prompts, camera positions have to be clearly defined if you want just a simple 'looking at viewer, cowboy shot' generation. There is no scene composition backbone reinforcement like with V3.5D that was applied to make prompting similar to V3.2. The unets of this version, both conv and nonconv layers are different.

As SDXL is coming out soon, this is likely to be the penultimate version. I might release a new final version when Silicon30 comes out since Xynon confirmed that he finally revamped the codebase for autoMBW and he's about to start progress on it again, but otherwise everyone will probably move onto SDXL.

This has a baked VAE.

storeboughtgyozamix-vv
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

Select models...

Per image generation will cost 0.0047$
For premium plan image generation will cost 0.00$ i.e Free.

Output

Idle

Unknown content type

About Store Bought Gyoza (餃子Mix) - VV

Redid the component list and mixing methods to get more of that V3.0 feeling back, mostly via-vis face and squeezable cheeks. This version is more dynamic and uses perspective more than previous versions and will try to inject some sort of scene depth and dynamic composition into everything, sometimes to the detriment of the prompter if you're trying to go for a simple scene. You will rarely get head on staring into camera prompts, camera positions have to be clearly defined if you want just a s

Technical Specifications

Model ID
storeboughtgyozamix-vv
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
May 21, 2025

Quick Start

Integrate Store Bought Gyoza (餃子Mix) - VV into your application with a single API call. Get your API key from the pricing page to get started.

import requests
import json
url = "https://modelslab.com/api/v6/images/text2img"
headers = {
"Content-Type": "application/json"
}
data = {
"model_id": "storeboughtgyozamix-vv",
"prompt": "your prompt here",
"key": "YOUR_API_KEY"
}
try:
response = requests.post(url, headers=headers, json=data)
response.raise_for_status() # Raises an HTTPError for bad responses (4XX or 5XX)
result = response.json()
print("API Response:")
print(json.dumps(result, indent=2))
except requests.exceptions.HTTPError as http_err:
print(f"HTTP error occurred: {http_err} - {response.text}")
except Exception as err:
print(f"Other error occurred: {err}")

View the full API documentation for SDKs, code examples in Python, JavaScript, and more.

Pricing

Store Bought Gyoza (餃子Mix) - VV API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Store Bought Gyoza (餃子Mix) - VV FAQ

Redid the component list and mixing methods to get more of that V3.0 feeling back, mostly via-vis face and squeezable cheeks. This version is more dynamic and uses perspective more than previous versions and will try to inject some sort of scene depth and dynamic composition into everything, sometim

You can integrate Store Bought Gyoza (餃子Mix) - VV into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "storeboughtgyozamix-vv" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Store Bought Gyoza (餃子Mix) - VV costs $0.0047 per API call. ModelsLab uses pay-per-use pricing with no minimum commitments. A free tier is available to get started.

The model ID for Store Bought Gyoza (餃子Mix) - VV is "storeboughtgyozamix-vv". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Store Bought Gyoza (餃子Mix) - VV and other AI models. Sign up to get free API credits and start building immediately.