(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;
}
}());
Fast and affordable API
for open-source LLMs and LMMs:
Friendli Serverless Endpoints
SUPPORTED MODELS
MIXTRAL 8X7B INSTRUCT V0.1
META LLAMA 3.1 8B INSTRUCT
META LLAMA 3.1 70B INSTRUCT
Stay tuned for new model support
PRICING
Sign up and get $5 in free trial credits!
Featured highlights
Inference models in Chat application
Pricing details
Mixtral-8x7B-Instruct-v0.1
$0.4/1M tokens
Meta-Llama-3.1-8B-Instruct
$0.1/1M tokens
Meta-Llama-3.1-70B-Instruct
$0.6/1M tokens