https://apistack.vn/v1

← Tất cả ứng dụng · Mục lục trên /docs

OpenAICấu hình tay

LibreChat

Web UI multi-user, phân quyền, lưu hội thoại.

URL gốc phải dán

Dán đúng một trong hai kiểu — sai sẽ ra 404 (không phải 401).

https://apistack.vn/v1

Chuẩn bị

  1. LibreChat đã deploy
  2. Biến sk-stk-... trên server

Model khuyến nghị: claude-fable-5

Cách nhanh — lệnh / cấu hình

version: 1.2.8
endpoints:
  custom:
    - name: "API Stack"
      apiKey: "sk-stk-..."
      baseURL: "https://apistack.vn/v1"
      models:
        default: ["claude-fable-5", "claude-sonnet-5", "gpt-5.6-sol"]
        fetch: true
      titleConvo: true
      titleModel: "claude-fable-5"
      modelDisplayLabel: "API Stack"

Bỏ file / điền Settings ở đâu

Filelinux
librechat.yaml (thư mục cài LibreChat)
Thêm endpoint custom như snippet; restart container/service sau khi sửa.
Filewindows
librechat.yaml trong thư mục deploy
Giống Linux; đảm bảo env sk-stk-... có trong docker-compose.

Kiểm tra đã chạy đúng

  1. Chọn endpoint API Stack trong UI
  2. Gửi tin nhắn thử

Lỗi thường gặp

Triệu chứngNguyên nhânCách xử lý
fetch models failbaseURL sai hoặc firewall.curl https://apistack.vn/v1/models -H "Authorization: Bearer sk-stk-..."

Liên quan

Open WebUI

Zalo support