Skip to content

Commit 3c88dfb

Browse files
authored
Update README.md
1 parent 6226415 commit 3c88dfb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@
7979
- ### ✨🔥🔎 Most Popular AI Tools :
8080
| 🖼️ Logo name with clickable links 🔗 | 🤖 Name of AI ✨ | 📜 About 🔎 |
8181
| --- | --- | --- |
82-
| <a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40" alt="ChatGPT"></a> | **ChatGPT** | A **conversational AI chatbot** developed by OpenAI. It is based on the **"Generative Pre-trained Transformer"** architecture and is trained to follow instructions, answer questions, and generate text (essays, code, summaries) in a human-like manner. |
83-
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40" alt="Gemini"></a> | **Gemini** | A family of multimodal large-language models and a chatbot developed by **Google AI / Google DeepMind**. Can process text, images, audio, video and code; available in multiple scales (Ultra, Pro, Nano). |
84-
| <a href="https://claude.ai/"><img src="assets/claude.png" height="40" alt="Claude"></a> | **Claude** | A family of large-language-model chatbots developed by **Anthropic**. Suited for summarization, dialog, code generation and more; trained with safety-first methods (so-called **"constitutional AI"**). |
85-
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40" alt="DeepSeek"></a> | **DeepSeek** | A Chinese AI company/model family offering large-language-model technology and chatbot services. Known for cost-efficient LLMs with strong cost-to-efficiency tradeoffs. |
86-
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40" alt="Perplexity"></a> | **Perplexity** | An AI-powered **"answer engine"** / search-plus-chatbot that combines real-time web search with LLM generation to provide direct answers with citations. |
87-
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40" alt="Mistral"></a> | **Mistral** | A French startup (**Mistral AI**) building both open-source and commercial large-language models — a company/model family rather than a single chatbot. |
88-
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40" alt="Meta Llama"></a> | **Meta AI Llama** | **LLaMA** is Meta AI’s family of foundation language models (various sizes and capabilities), aimed at research and production use. |
89-
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40" alt="Qwen AI"></a> | **Qwen AI** | A family of large-language models from **Alibaba Cloud** supporting multiple modalities (text, vision, audio) with open-weight and commercial variants. |
90-
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40" alt="GitHub Copilot"></a> | **GitHub Copilot** | An AI coding assistant from **GitHub** (in collaboration with OpenAI) that suggests code, autocompletes functions, and helps translate/transform snippets inside editors/IDEs. |
91-
| <a href="https://x.ai/"><img src="assets/grok.png" height="40" alt="Grok AI"></a> | **Grok AI** | A chatbot/assistant from **xAI** (Elon Musk). Designed to provide up-to-date answers and advanced reasoning. |
92-
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40" alt="MiniMax Agent"></a> | **MiniMax Agent** | **MiniMax-M2** is a large model from MiniMax AI using a **Mixture-of-Experts (MoE)** approach to balance large nominal parameter counts with efficient inference. |
82+
| <a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40" alt="ChatGPT"></a> | **ChatGPT** | A conversational AI chatbot developed by **OpenAI**. It is based on the **Generative Pre-trained Transformer** architecture and is trained to follow instructions, answer questions, and generate text (essays, code, summaries) in a human-like manner. |
83+
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40" alt="Gemini"></a> | **Gemini** | A family of multimodal large-language models and a chatbot developed by **Google AI / Google DeepMind**. It can process text, images, audio, video, and code; available in multiple scales (**Ultra**, **Pro**, **Nano**). |
84+
| <a href="https://claude.ai/"><img src="assets/claude.png" height="40" alt="Claude"></a> | **Claude** | A family of large-language-model chatbots developed by **Anthropic**. Designed for summarization, dialog, code generation, and more; trained with safety-first methods (known as **“Constitutional AI**). |
85+
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40" alt="DeepSeek"></a> | **DeepSeek** | A Chinese AI company/model family offering large-language-model technology and chatbot services. Known for cost-efficient LLMs with a strong cost-to-efficiency tradeoff, often rivaling **OpenAI’s reasoning models**. |
86+
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40" alt="Perplexity"></a> | **Perplexity** | An AI-powered **answer engine** developed by **Perplexity AI, Inc.**. Combines real-time web search with LLM generation to deliver direct answers (with citations) instead of traditional search results. |
87+
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40" alt="Mistral"></a> | **Mistral** | A French startup (**Mistral AI**) developing both open-source and commercial large-language models. The name refers to the entire model family rather than a single chatbot. |
88+
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40" alt="Meta AI Llama"></a> | **Meta AI Llama** | **LLaMA** (Large Language Model Meta AI) is Meta’s family of foundation language models for research and production purposes, built by **Meta AI**. |
89+
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40" alt="Qwen AI"></a> | **Qwen AI** | A family of large-language models developed by **Alibaba Cloud (China)**. Supports multiple modalities (text, vision, audio) and includes both open-weight and commercial versions. |
90+
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40" alt="GitHub Copilot"></a> | **GitHub Copilot** | An AI coding assistant from **GitHub** (in collaboration with **OpenAI**) that integrates into code editors and helps with code completion, translation, and snippet suggestions. |
91+
| <a href="https://x.ai/"><img src="assets/grok.png" height="40" alt="Grok AI"></a> | **Grok AI** | A chatbot assistant created by **xAI** (founded by **Elon Musk**). Designed for real-time knowledge access and reasoning. |
92+
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40" alt="MiniMax Agent"></a> | **MiniMax Agent** | **MiniMax-M2** is a large language model developed by **MiniMax AI**. Uses a **Mixture-of-Experts (MoE)** architecture to combine high capability with efficient inference. |
9393
---
9494
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
9595
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)

0 commit comments

Comments
 (0)