(function() {
var utmInheritingDomain = "appstore.com",
utmRegExp = /(&|\?)utm_[A-Za-z]+=[A-Za-z0-9]+/gi,
links = document.getElementsByTagName("a"),
utms = [
"utm_medium={{URL - utm_medium}}",
"utm_source={{URL - utm_source}}",
"utm_campaign={{URL - utm_campaign}}"
];
for (var index = 0; index < links.length; index += 1) {
var tempLink = links[index].href,
tempParts;
if (tempLink.indexOf(utmInheritingDomain) > 0) {
tempLink = tempLink.replace(utmRegExp, "");
tempParts = tempLink.split("#");
if (tempParts[0].indexOf("?") < 0 ) {
tempParts[0] += "?" + utms.join("&");
} else {
tempParts[0] += "&" + utms.join("&");
}
tempLink = tempParts.join("#");
}
links[index].href = tempLink;
}
}());
We use cookies to enhance your browsing experience and analyze our traffic.
FriendliAI Supported Models – 300K+ Hugging Face models for LLMs, vision, image, audio, and moreModels
Find a model from Hugging Face model hub
Unlock ready-to-use
models now!
Friendli optimized models
2,660
Experience
enhanced performance
Seamlessly connect text, images,
audio, and more
Image understanding models
4,261
Unlock image insights
with advanced models
Video understanding models
793
Uncover video insights
with powerful models
Audio understanding models
9,728
Explore powerful models for
deep audio understanding