Spaces:
Sleeping
Sleeping
luet
commited on
Commit
·
a016519
1
Parent(s):
4b69a41
update list
Browse files- models.json +200 -2
models.json
CHANGED
|
@@ -1,3 +1,201 @@
|
|
| 1 |
[
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[
|
| 2 |
+
{
|
| 3 |
+
"name": "GPT-4",
|
| 4 |
+
"description": "A large language model capable of understanding and generating human-like text.",
|
| 5 |
+
"dateOfRelease": "2023-03-14",
|
| 6 |
+
"developer": "OpenAI",
|
| 7 |
+
"use_case": "Natural language understanding and generation.",
|
| 8 |
+
"impact": "Enhanced capabilities in various applications, including chatbots and content creation."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"name": "DALL·E 3",
|
| 12 |
+
"description": "An AI system that can generate realistic images and art from textual descriptions.",
|
| 13 |
+
"dateOfRelease": "2023-09-20",
|
| 14 |
+
"developer": "OpenAI",
|
| 15 |
+
"use_case": "Text-to-image generation for creative and design purposes.",
|
| 16 |
+
"impact": "Enabled users to create detailed and diverse images from textual prompts."
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"name": "MidJourney",
|
| 20 |
+
"description": "An AI program that creates images from textual descriptions.",
|
| 21 |
+
"dateOfRelease": "2022-07-12",
|
| 22 |
+
"developer": "MidJourney, Inc.",
|
| 23 |
+
"use_case": "Artistic image generation based on user prompts.",
|
| 24 |
+
"impact": "Empowered artists and creators to generate unique visuals through AI."
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"name": "Stable Diffusion",
|
| 28 |
+
"description": "A deep learning model capable of generating detailed images from text prompts.",
|
| 29 |
+
"dateOfRelease": "2022-08-22",
|
| 30 |
+
"developer": "Stability AI",
|
| 31 |
+
"use_case": "Open-source text-to-image generation.",
|
| 32 |
+
"impact": "Provided an accessible tool for generating images, fostering innovation in AI art."
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"name": "Gemini 1.0 Ultra",
|
| 36 |
+
"description": "A large multimodal model for complex tasks, including text and image understanding.",
|
| 37 |
+
"dateOfRelease": "2024-05-10",
|
| 38 |
+
"developer": "Google AI",
|
| 39 |
+
"use_case": "Multimodal reasoning and content generation.",
|
| 40 |
+
"impact": "Advanced AI capabilities in understanding and generating diverse content types."
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "LLaMA",
|
| 44 |
+
"description": "A collection of foundation language models ranging from 7B to 65B parameters.",
|
| 45 |
+
"dateOfRelease": "2023-02-24",
|
| 46 |
+
"developer": "Meta AI",
|
| 47 |
+
"use_case": "Research in natural language processing.",
|
| 48 |
+
"impact": "Contributed to the development of efficient and accessible language models."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"name": "Gen-2",
|
| 52 |
+
"description": "A text-to-video generative AI model that creates videos from textual descriptions.",
|
| 53 |
+
"dateOfRelease": "2023-04-04",
|
| 54 |
+
"developer": "Runway",
|
| 55 |
+
"use_case": "Video content creation from text prompts.",
|
| 56 |
+
"impact": "Enabled creators to produce videos without traditional filming equipment."
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"name": "Make-A-Video",
|
| 60 |
+
"description": "An AI system that generates videos from textual input.",
|
| 61 |
+
"dateOfRelease": "2022-09-29",
|
| 62 |
+
"developer": "Meta Platforms",
|
| 63 |
+
"use_case": "Text-to-video generation for creative applications.",
|
| 64 |
+
"impact": "Pioneered AI-driven video generation, expanding creative possibilities."
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"name": "Imagen",
|
| 68 |
+
"description": "A text-to-image diffusion model with high fidelity and deep language understanding.",
|
| 69 |
+
"dateOfRelease": "2022-05-23",
|
| 70 |
+
"developer": "Google Research",
|
| 71 |
+
"use_case": "High-quality image generation from text.",
|
| 72 |
+
"impact": "Set new benchmarks in photorealistic image generation from textual descriptions."
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"name": "Codey",
|
| 76 |
+
"description": "An AI model designed for code generation and understanding.",
|
| 77 |
+
"dateOfRelease": "2023-06-15",
|
| 78 |
+
"developer": "Google AI",
|
| 79 |
+
"use_case": "Assisting developers in writing and understanding code.",
|
| 80 |
+
"impact": "Improved developer productivity by providing AI-driven coding assistance."
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"name": "Chirp",
|
| 84 |
+
"description": "A speech-to-text model that transcribes audio into text.",
|
| 85 |
+
"dateOfRelease": "2023-08-01",
|
| 86 |
+
"developer": "Google AI",
|
| 87 |
+
"use_case": "Transcription of spoken language into text.",
|
| 88 |
+
"impact": "Enhanced accessibility and usability in applications requiring speech recognition."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"name": "Veo",
|
| 92 |
+
"description": "An AI model for video understanding and analysis.",
|
| 93 |
+
"dateOfRelease": "2023-11-20",
|
| 94 |
+
"developer": "Google AI",
|
| 95 |
+
"use_case": "Analyzing and interpreting video content.",
|
| 96 |
+
"impact": "Improved capabilities in video content analysis for various applications."
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "MedLM",
|
| 100 |
+
"description": "A language model specialized in medical knowledge and terminology.",
|
| 101 |
+
"dateOfRelease": "2023-09-30",
|
| 102 |
+
"developer": "Google Health",
|
| 103 |
+
"use_case": "Assisting in medical documentation and information retrieval.",
|
| 104 |
+
"impact": "Supported healthcare professionals with AI-driven medical language understanding."
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"name": "LearnLM",
|
| 108 |
+
"description": "A language model tailored for educational content and applications.",
|
| 109 |
+
"dateOfRelease": "2023-10-15",
|
| 110 |
+
"developer": "Google Research",
|
| 111 |
+
"use_case": "Enhancing educational tools with AI-driven language understanding.",
|
| 112 |
+
"impact": "Facilitated the development of intelligent educational platforms and resources."
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"name": "SecLM",
|
| 116 |
+
"description": "A language model focused on cybersecurity terminology and knowledge.",
|
| 117 |
+
"dateOfRelease": "2023-12-01",
|
| 118 |
+
"developer": "Google AI",
|
| 119 |
+
"use_case": "Assisting in cybersecurity threat analysis and documentation.",
|
| 120 |
+
"impact": "Enhanced cybersecurity efforts with AI-driven language understanding."
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"name": "Gemma",
|
| 124 |
+
"description": "A multimodal AI model capable of understanding and generating text and images.",
|
| 125 |
+
"dateOfRelease": "2024-01-20",
|
| 126 |
+
"developer": "Google AI",
|
| 127 |
+
"use_case": "Applications requiring integrated text and image processing.",
|
| 128 |
+
"impact": "Advanced the field of multimodal AI with integrated processing capabilities."
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"name": "CodeGemma",
|
| 132 |
+
"description": "An AI model designed for code generation with multimodal inputs.",
|
| 133 |
+
"dateOfRelease": "2024-02-10",
|
| 134 |
+
"developer": "Google AI",
|
| 135 |
+
"use_case": "Assisting developers with code generation from diverse inputs.",
|
| 136 |
+
"impact": "Improved coding efficiency by leveraging multimodal AI capabilities."
|
| 137 |
+
},{
|
| 138 |
+
"name": "GPT-4",
|
| 139 |
+
"description": "A large language model developed by OpenAI, capable of understanding and generating human-like text.",
|
| 140 |
+
"dateOfRelease": "2023-03-14",
|
| 141 |
+
"developer": "OpenAI",
|
| 142 |
+
"use_case": "Natural language understanding and generation",
|
| 143 |
+
"impact": "Advanced the capabilities of AI in understanding and generating human language."
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"name": "DALL·E 2",
|
| 147 |
+
"description": "An AI system that can create realistic images and art from textual descriptions.",
|
| 148 |
+
"dateOfRelease": "2022-04-06",
|
| 149 |
+
"developer": "OpenAI",
|
| 150 |
+
"use_case": "Text-to-image generation",
|
| 151 |
+
"impact": "Enabled the creation of detailed images from textual prompts, bridging language and visual art."
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"name": "Stable Diffusion",
|
| 155 |
+
"description": "An open-source text-to-image model that generates detailed images based on textual input.",
|
| 156 |
+
"dateOfRelease": "2022-08-22",
|
| 157 |
+
"developer": "Stability AI",
|
| 158 |
+
"use_case": "Text-to-image generation",
|
| 159 |
+
"impact": "Provided accessible tools for image generation, fostering innovation in digital art and design."
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"name": "Gemini 1.0 Ultra",
|
| 163 |
+
"description": "A multimodal AI model capable of handling text, images, audio, video, and code.",
|
| 164 |
+
"dateOfRelease": "2024-06-01",
|
| 165 |
+
"developer": "Google",
|
| 166 |
+
"use_case": "Multimodal reasoning and complex coding",
|
| 167 |
+
"impact": "Enhanced AI's ability to process and reason across multiple types of data, improving versatility."
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"name": "PyramidFlow",
|
| 171 |
+
"description": "An innovative text-to-video AI model that generates high-resolution videos from textual descriptions.",
|
| 172 |
+
"dateOfRelease": "2023-11-15",
|
| 173 |
+
"developer": "Research Community",
|
| 174 |
+
"use_case": "Text-to-video generation",
|
| 175 |
+
"impact": "Advanced the field of video generation, enabling the creation of videos directly from text prompts."
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"name": "LLaMA 2",
|
| 179 |
+
"description": "A large language model developed by Meta, designed to generate human-like text.",
|
| 180 |
+
"dateOfRelease": "2023-07-18",
|
| 181 |
+
"developer": "Meta",
|
| 182 |
+
"use_case": "Natural language processing",
|
| 183 |
+
"impact": "Contributed to the diversity of available LLMs, promoting research and development in AI language models."
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"name": "Nova Pro",
|
| 187 |
+
"description": "An AI foundation model optimized for multimodal capabilities, including text and image processing.",
|
| 188 |
+
"dateOfRelease": "2024-12-03",
|
| 189 |
+
"developer": "Amazon",
|
| 190 |
+
"use_case": "Multimodal AI applications",
|
| 191 |
+
"impact": "Expanded AI capabilities in processing and integrating multiple data types, enhancing application versatility."
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"name": "o1",
|
| 195 |
+
"description": "An AI model designed with reasoning capabilities, moving beyond traditional prediction-based models.",
|
| 196 |
+
"dateOfRelease": "2024-12-01",
|
| 197 |
+
"developer": "OpenAI",
|
| 198 |
+
"use_case": "Advanced reasoning and problem-solving",
|
| 199 |
+
"impact": "Marked a shift towards AI systems with human-like thinking, enhancing problem-solving abilities."
|
| 200 |
+
}
|
| 201 |
+
]
|