Tài liệu API

Kết nối nhanh tới các model đang active

Dùng endpoint tương thích OpenAI bên dưới với API key của bạn, xem model đang active và test request thật trước khi tích hợp.

Cách kết nối

/v1/models/v1/chat/completions/v1/embeddings
curl -X POST "$BASE_URL/v1/chat/completions" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'

Provider đang active

0 model / 0 provider

Model đang active

Đang tải model...

Test API key của bạn

Mẫu request sẽ theo model bạn đang chọn.

Quay lại landing