darkc0de's picture
Update index.html
6010dee verified
raw
history blame contribute delete
907 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="canonical" href="https://artificialanalysis.ai/leaderboards/providers" />
<title>Artificial Analysis LLM Performance Leaderboard</title>
<style>
body {
margin: 0;
}
.fullframe {
max-width: 100%;
max-height: 100%;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.iframe-element {
min-width: 100%;
min-height: 100%;
}
</style>
</head>
<body>
<div class="fullframe">
<iframe class="iframe-element" allowfullscreen="true" frameborder="0" src="https://artificialanalysis.ai/leaderboards/models?deprecation=all&size_class=tiny%2Csmall&is_open_weights=open_source">
</iframe>
</div>
</body>
</html>