Unlimited Open Source Models

Get Plan
Skip to main content
OstAnderAni4MIX - v1.3 thumbnail

OstAnderAni4MIX - V1.3

by ModelsLab

Ver.1.3 (2025/03/10)

This model is based on Animagine XL v4.0 Opt and was merged back from scratch. When I created the merged model, I also tried to reduce noise and depict the eyes, but I wanted to preserve as much of the v1.0 features as possible, so I am not sure how far I was able to achieve this in v1.3.
Thank you to the creators of each of the models used in this model merge.

(Translated by DeepL.com)

このモデルはAnimagine XL v4.0 Optをベースに1からマージしなおしています。今回は、v1.0で気になった眼の描写・ノイズの低減も図りましたが、v1.0の特徴もできるだけ残したかったので、v1.3でどこまで実現できたかはわかりません。
またこのモデルのマージに使用した各モデルの作成者の皆様、いつもありがとうございます。

  1. (XXMix_9realisticSDXL v1.0 x 0.5 +fuduki_Mix v2.0 x 0.5) x 0.8 + 9527 Detail Realistic XL v7.0-Mark2 x 0.2

  2. OstAnderMix v1.0 + (Animagine XL 4.0 v4Opt - Animagine XL V3.1 v3.1) x 1 (trainDifference)

  3. (2) + (1) (GRAD_V)

  4. Animagine XL 4.0 v4Opt x 0.05 + (2) x 0.95 (cosineB)

  5. OstAnderAni4MIX v1.0 + (Animagine XL 4.0 v4Opt - Animagine XL 4.0 v4.0) x 1_trainDifference)x0.05

  6. (5) x 0.05 + (3) x 0.95 (cosineB)

  7. Animagine XL 4.0 v4Opt+ (uncannyvalley noob 3d V1 D - NoobAI-XL (NAI-XL) epsilonPred 1.1-Version) x 0.65

  8. (7) + (copycat-noob MR_v1.0(v-pred) - NoobAI-XL (NAI-XL) V-Pred 1.0-Version) x 0.45

  9. (6) + (8) (SMOOTHSTEP)

  10. (8) + (Rillusm v2.0 - illustrious-XL v0.1) x 0.5

  11. (4) x 0.6 + (10) x 0.4 (cosineB)

  12. (9) + (11) (FLAT_25)

  13. (12) + OstAnderAni4MIX v1.0 (GRAD_V)

ostanderani4mix-v1-3
Open Source ModelUnlimited UsageLLMs.txt
API Playground

Input

Select models...

Per image generation will cost $0.0047.
Open-source models are included on the $149/month Open Source Unlimited plan. Third-party models are billed per generation on every plan.

Output

Idle

Unknown content type

Looking for something different?

Models that trade off differently against the one you are viewing

About OstAnderAni4MIX - V1.3

Ver.1.3 (2025/03/10)This model is based on Animagine XL v4.0 Opt and was merged back from scratch. When I created the merged model, I also tried to reduce noise and depict the eyes, but I wanted to preserve as much of the v1.0 features as possible, so I am not sure how far I was able to achieve this in v1.3.Thank you to the creators of each of the models used in this model merge.(Translated by DeepL.com)このモデルはAnimagine XL v4.0 Optをベースに1からマージしなおしています。今回は、v1.0で気になった眼の描写・ノイズの低減も図りましたが、v1.0の特徴もできるだけ

Technical Specifications

Model ID
ostanderani4mix-v1-3
Provider
ModelsLab
Task
AI Generation
Price
$0.0047 per API call
Added
June 4, 2025

Quick Start

Integrate OstAnderAni4MIX - V1.3 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": "ostanderani4mix-v1-3",
"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}")

Pricing

OstAnderAni4MIX - V1.3 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

OstAnderAni4MIX - V1.3 FAQ

Ver.1.3 (2025/03/10)This model is based on Animagine XL v4.0 Opt and was merged back from scratch. When I created the merged model, I also tried to reduce noise and depict the eyes, but I wanted to preserve as much of the v1.0 features as possible, so I am not sure how far I was able to achieve this

You can integrate OstAnderAni4MIX - V1.3 into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "ostanderani4mix-v1-3" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

OstAnderAni4MIX - V1.3 costs $0.0047 per API call. ModelsLab plans start at $21/month (Basic), and the $149/month Open Source plan includes unlimited generation on open-source models.

The model ID for OstAnderAni4MIX - V1.3 is "ostanderani4mix-v1-3". Use this ID in your API requests to specify this model.

Yes. ModelsLab is subscription-based with no free tier — plans start at $21/month (Basic, 3,250 API calls). The $149/month Open Source Unlimited plan includes unlimited generation across open-source models; premium third-party models are billed per call from your wallet.