File size: 4,405 Bytes
bc4b939
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!-- 
  SPDX-FileCopyrightText: Hadad <[email protected]>
  SPDX-License-Identifier: Apache-2.0
-->

<head>
    <meta charset="UTF-8">
    <meta name="viewport" 
          content="width=device-width, initial-scale=1.0, maximum-scale=5.0">

    <meta name="author" content="Hadad Darajat" />

    <meta name="description"
          content="UltimaX Intelligence is a free AI platform unifying 
                   multiple premium AI models with an intuitive 
                   ChatGPT-like interface. Powered by Pollinations 
                   open-source AI and integrated with OpenWebUI, 
                   it offers advanced features, no cost, no registration, 
                   and ensures user privacy with temporary, 
                   unsaved conversations." />

    <meta name="keywords"
          content="UltimaX Intelligence, free AI platform, 
                   premium AI models, Pollinations AI, open-source AI, 
                   Open-WebUI integration, ChatGPT alternative, 
                   AI tools free, no registration AI, AI privacy, 
                   temporary AI conversations, AI platform no login, 
                   advanced AI features, AI community powered, 
                   seamless AI experience" />

    <meta property="og:domain" content="umint-ai.hf.space" />
    <meta property="og:url" content="https://umint-ai.hf.space" />
    <meta property="og:title" content="UltimaX Intelligence" />

    <meta property="og:description"
          content="UltimaX Intelligence is a free AI platform unifying 
                   multiple premium AI models with an intuitive 
                   ChatGPT-like interface. Powered by Pollinations 
                   open-source AI and integrated with OpenWebUI, 
                   it offers advanced features, no cost, no registration, 
                   and ensures user privacy with temporary, 
                   unsaved conversations." />

    <meta property="og:image"
          content="https://cdn-uploads.huggingface.co/production/uploads/686e28b405d4ddcdd96adeb2/i9iufR3L-rgj39mk_B9QW.jpeg" />

    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:domain" content="umint-ai.hf.space" />
    <meta name="twitter:url" content="https://umint-ai.hf.space" />
    <meta name="twitter:title" content="UltimaX Intelligence" />

    <meta name="twitter:description"
          content="UltimaX Intelligence is a free AI platform unifying 
                   multiple premium AI models with an intuitive 
                   ChatGPT-like interface. Powered by Pollinations 
                   open-source AI and integrated with OpenWebUI, 
                   it offers advanced features, no cost, no registration, 
                   and ensures user privacy with temporary, 
                   unsaved conversations." />

    <meta name="twitter:image"
          content="https://cdn-uploads.huggingface.co/production/uploads/686e28b405d4ddcdd96adeb2/i9iufR3L-rgj39mk_B9QW.jpeg" />

    <link rel="icon" 
          href="https://umint-ai.hf.space/assets/images/favicon.ico" 
          type="image/x-icon" />

    <title>Image Generation Playground</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" 
          rel="stylesheet">

    <link rel="stylesheet" 
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.css" 
          integrity="sha512-phGxLIsvHFArdI7IyLjv14dchvbVkEDaH95efvAae/y2exeWBQCQDpNFbOTdV1p4/pIa/XtbuDCnfhDEIXhvGQ==" 
          crossorigin="anonymous" 
          referrerpolicy="no-referrer" />

    <link rel="stylesheet" href="/__public__/assets/css/styles.css" />
    <link rel="stylesheet" href="/__public__/assets/css/webLoader.css" />
    
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/purify.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/validator/13.15.15/validator.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/he/1.2.0/he.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/xss.js"></script>

    <script src="/__public__/data/models.js"></script>
    <script src="/__public__/data/resolution.js"></script>
    <script src="/__public__/data/examples.js"></script>
</head>