// Replace with your own Hugging Face token const HF_TOKEN = "hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; // Models const MODELS = { text: "microsoft/Phi-3-mini-4k-instruct", image: "black-forest-labs/FLUX.1-schnell", translation: "facebook/nllb-200-distilled-600M", summary: "facebook/bart-large-cnn", caption: "Salesforce/blip-image-captioning-base" };