VoAPI: Sistema de gestión de interfaz de reenvío de modelos de IA de alto valor, el sitio web oficial ofrece cuota API gratuita diaria.

Introducción general

VoAPI 是一个全新的高颜值、高性能的 AI 模型接口管理与分发系统,主要用于个人或企业内部的管理与分发渠道。该系统基于 NewAPI 开发,提供了丰富的功能模块和优化的用户界面,旨在提升用户体验和操作效率。VoAPI 仅供个人学习和内部使用,不得用于商业用途。

每日免费提供20刀,1:1额度API:https://demo.voapi.top/

VoAPI:高颜值的AI模型转发接口管理系统,官网每日提供免费API额度

 

VoAPI:高颜值的AI模型转发接口管理系统,官网每日提供免费API额度

 

VoAPI:高颜值的AI模型转发接口管理系统,官网每日提供免费API额度

 

Lista de funciones

  • AI 模型接口管理
  • 高颜值用户界面
  • 高性能数据处理
  • 服务监控与配置支持
  • 第三方登录支持
  • 用户管理与注册时间支持
  • 数据操作优化
  • 在线充值与版本更新支持
  • 多种 AI 模型和平台支持

 

Utilizar la ayuda

Proceso de instalación

  1. Preparar el entorno:确保服务器上已安装 Docker 和 Docker Compose。
  2. Creación de archivos de configuración:在服务器上新建 docker-compose.yml con el siguiente contenido:
    version: '3.4'
    services:
      voapi:
        image: licoy/voapi:latest
        container_name: voapi
        restart: always
        command: --log-dir /app/logs
        ports:
          - "3000:3000"
        volumes:
          - ./data:/data
          - ./logs:/app/logs
        extra_hosts:
          - "host.docker.internal:host-gateway"
        environment:
          - SQL_DSN=root:123456@tcp(host.docker.internal:3306)/voapi?charset=utf8mb4&parseTime=True&loc=Local
          - REDIS_CONN_STRING=redis://redis
          - SESSION_SECRET=random_string
          - TZ=Asia/Shanghai
        depends_on:
          - redis
        healthcheck:
          test: ["CMD-SHELL", "wget -q -O - http://localhost:3000/api/status | grep -o '\"success\":\\s*true' | awk -F: ' {print $2}'"]
          interval: 30s
          timeout: 10s
          retries: 3
      redis:
        image: redis:latest
        container_name: redis
        restart: always
    
  3. Inicio de los servicios:在服务器上运行以下命令启动服务:
    docker-compose up -d
    
  4. sistema de acceso: Acceso desde el navegador http://ip:3000,输入默认账号 root 和默认密码 123456 Entra.

Función Operación

  1. AI 模型接口管理:在系统中添加、编辑和删除 AI 模型接口,支持多种 AI 模型和平台。
  2. gestión de usuarios:查看和管理用户信息,包括注册时间和登录记录。
  3. 服务监控:配置和监控服务状态,确保系统稳定运行。
  4. 第三方登录:支持多种第三方登录方式,如 LinuxDO 和易支付。
  5. 数据操作优化:优化数据操作按钮位置,提升用户操作体验。
  6. 在线充值:支持在线充值功能,方便用户进行账户管理。
  7. actualización de la versión:通过命令更新并重启服务,确保系统始终保持最新版本。
© declaración de copyright

Artículos relacionados

Sin comentarios

Debe iniciar sesión para participar en los comentarios.
Acceder ahora
ninguno
Sin comentarios...