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
- t3xl ver01 thumbnail

T3xl Ver01

by ModelsLab

t3xl ver01 (한국어 설명은 아래에 있습니다.)

★ Please upload at least one photo created using the t3xl ver01 model uploaded to CIVITAI to the gallery.

This model will produce a reasonably good picture even without upscaling.

The cfg value is recommended to be 7~15.

The maximum is thought to be 20.

(The disadvantage is that the picture is a bit exaggerated.)

The staff only tested it at 30.

Most of the pictures drawn with the model currently being made on the site below

are open to the public~

You can just look at the picture and go~

https://www.patreon.com/t3278

★ Member-only models are only open to sponsors.

-------------------------------------------------------------------------------------

★ CIVITAI에 업로드한 t3xl ver01 모델을 사용하여 만든 사진을 최소 1장 이상 갤러리에 업로드해 주세요.

이 모델은 업스케일을 안해도 적당히 좋은 그림이 나올것 입니다.

cfg 값은 7~15을 권장합니다.

최대는 20 까지로 생각됩니다.

(단점은 좀 과한표현의 그림이 나옵니다.)

스탭은 30 으로만 테스트 해봤습니다.

아래 사이트 에서 지금 만드는 모델로 뽑는 그림은 대부분

공개 하고 있습니다~

그림만 보시고 가셔도 되요~

https://www.patreon.com/t3278

★ 회원 전용모델은 후원 회원분들께만 공개하고 있습니다.

t3xlver01
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 T3xl Ver01

t3xl ver01 (한국어 설명은 아래에 있습니다.)★ Please upload at least one photo created using the t3xl ver01 model uploaded to CIVITAI to the gallery.This model will produce a reasonably good picture even without upscaling.The cfg value is recommended to be 715.The maximum is thought to be 20.(The disadvantage is that the picture is a bit exaggerated.)The staff only tested it at 30.Most of the pictures drawn with the model currently being made on the site beloware open to the publicYou can just look at the pic

Technical Specifications

Model ID
t3xlver01
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
June 4, 2025

Quick Start

Integrate T3xl Ver01 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": "t3xlver01",
"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

T3xl Ver01 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

T3xl Ver01 FAQ

t3xl ver01 (한국어 설명은 아래에 있습니다.)★ Please upload at least one photo created using the t3xl ver01 model uploaded to CIVITAI to the gallery.This model will produce a reasonably good picture even without upscaling.The cfg value is recommended to be 7~15.The maximum is thought to be 20.(The disadvantage is

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

T3xl Ver01 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 T3xl Ver01 is "t3xlver01". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try T3xl Ver01 and other AI models. Sign up to get free API credits and start building immediately.