Skip to content
AstrBot
Main Navigation HomeBlogRoadmapHTTP API

English

简体中文

English

简体中文

Toggle dark mode

Intro & DeployMessaging PlatformsAI IntegrationUsageDevelopment
Sidebar Navigation

Introduction

What is AstrBot

Community

FAQ

Deployment

Package Manager

One-click Launcher

Docker

Kubernetes

BT Panel

1Panel

Manual

Other Deployments

CasaOS

Compshare GPU

Community-provided Deployment

Support Us

Messaging Platforms

Quick Start

QQ Official Bot

Websockets

Webhook

OneBot v11

WeCom Application

WeCom AI Bot

WeChat Official Account

Personal WeChat

Lark

DingTalk

Telegram

LINE

Slack

Misskey

Discord

Satori

Connect Satori

Using server-satori

Community-provided

Matrix

KOOK

VoceChat

AI Integration

✨ Model Providers

NewAPI

AIHubMix

PPIO Cloud

SiliconFlow

TokenPony

302.AI

Ollama

LMStudio

⚙️ Agent Runners

Built-in Agent Runner

Dify

Coze

Alibaba Bailian

DeerFlow

Usage

WebUI

Plugins

Built-in Commands

Tool Use

Anthropic Skills

SubAgent Orchestration

Proactive Tasks

MCP

Web Search

Knowledge Base

Custom Rules

Agent Runner

Unified Webhook Mode

Auto Context Compression

Agent Sandbox

Development

Plugin Development

🌠 Getting Started

Minimal Example

Listen to Message Events

Send Messages

Plugin Configuration

AI

Storage

HTML to Image

Session Control

Publish Plugin

Platform Adapter Integration

AstrBot HTTP API

AstrBot Configuration File

Others

Self-hosted HTML to Image

Open Source Summer

OSPP 2025

On this page

Self-host the Text-to-Image Service ​

AstrBot uses AstrBotDevs/astrbot-t2i-service as the default text-to-image service. The default service endpoints are:

plain
https://t2i.soulter.top/text2img
https://t2i.rcfortress.site/text2img

This interface can ensure normal response for most of the time. However, due to the deployment of servers in New York, the response speed may be slower in some areas.

TIP

If you'd like to support us to help pay for server costs, please consider supporting us on Afdian.

You can choose to self-host the text-to-image service to improve response speed.

bash
docker run -itd -p 8999:8999 soulter/astrbot-t2i-service:latest

After deployment, go to AstrBot Dashboard -> Config -> System, and change Text-to-Image Service API Endpoint to the URL you deployed (as shown below).

If you deployed AstrBot using the Docker tutorial in this documentation, the URL should be http://<t2i-service-container-name>:8999.

If you deployed on the same machine as AstrBot, the URL should be http://localhost:8999.

image
Edit this page on GitHub

Last updated:

Pager
PreviousAstrBot Configuration File
NextOSPP 2025

Deployed on Rainyun Logo