(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;
}
}());
Serving Generative AI for All
MISSION
Empowering organizations to harness the full potential of generative AI models with ease and cost-efficiency.
A world where any company can use generative AI.
We believe that the efficient and scalable use of generative AI models should be for everyone.
Efficient, automated generative AI model serving.
By eliminating the complexities of generative AI serving, we aim to empower more companies to achieve innovation with generative AI.
LEADERSHIP
Leading the development of generative AI serving with a brilliant teamByung-Gon Chun
Founder & CEO
Professor, Computer Science and Engineering Department, Seoul National University (Sabbatical Leave)
Visiting Research Scientist, Facebook
Principal Scientist, Microsoft
Research Scientist, Yahoo!
Research Scientist, Intel
Ph.D., Computer Science, University of California, Berkeley
M.S., Computer Science, Stanford University
Brian Yoo
Advisor
Former COO of Moloco, pre-IPO AI company with $250M+ revenue
M.S., Operations Research and Industrial Engineering, Cornell University