File size: 853 Bytes
34754de
da1c5b1
34754de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b2e1a9a
34754de
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!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/embed/llm-performance-leaderboard">
        </iframe>
    </div>
</body>

</html>