Full-stack movie streaming platform với Next.js, Spring Boot, PostgreSQL và Redis

// Khởi tạo API client
const api = new MocPhimAPI({
baseUrl: "https://moc-phim-api.duckdns.org",
})
// Lấy danh sách phim trang chủ
const home = await api.getHome()
// Đăng nhập bằng Google
await api.loginWithGoogle()Advanced AI capabilities with enhanced reasoning engine, multi-modal processing, and improved performance
// Example of updated API usage
const agent = new AIAgent({
model: "kimi-k2",
reasoning: "enhanced",
multiModal: true,
})