List-cloud commited on
Commit
9bcf76a
·
verified ·
1 Parent(s): 15d219c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -48
README.md CHANGED
@@ -20,14 +20,15 @@ library_name: transformers
20
 
21
  <div align="center">
22
 
 
 
23
  # 🌌 List-3.0-Ultra-Coder
24
 
25
  ### The Next Frontier of AI-Powered Software Engineering
26
 
27
- [![Website](https://img.shields.io/badge/🌐_Website-listcoder.com-7C3AED?style=for-the-badge&labelColor=1a1a2e)](https://listcoder.com/)
28
- [![IDE Download](https://img.shields.io/badge/⬇_Download-List_Coder_IDE-10B981?style=for-the-badge&labelColor=1a1a2e)](https://listcoder.com/download)
29
- [![API Access](https://img.shields.io/badge/🔑_API-Get_Access-F59E0B?style=for-the-badge&labelColor=1a1a2e)](https://listcoder.com/pricing)
30
- [![Discord](https://img.shields.io/badge/Discord-Join_Community-5865F2?style=for-the-badge&logo=discord&logoColor=white&labelColor=1a1a2e)](https://discord.gg/listcoder)
31
 
32
  ---
33
 
@@ -108,37 +109,12 @@ RoPE θ: 5,000,000 (extreme long-context support)
108
 
109
  The fastest way to experience **List-3.0-Ultra-Coder** at full power.
110
 
111
- 1. **Download** the List Coder IDE from **[listcoder.com](https://listcoder.com/download)**
112
  2. **Sign in** with your account
113
  3. **Start coding** — the model is pre-configured and ready
114
 
115
  > 💡 The IDE provides native integration with all List models, including real-time code completion, multi-file refactoring, and architectural guidance.
116
 
117
- ### Option 2: API Access
118
-
119
- Build your own tools with the List API.
120
-
121
- ```python
122
- import openai
123
-
124
- client = openai.OpenAI(
125
- api_key="ls-cd-your-api-key",
126
- base_url="https://api.listcoder.com/v1"
127
- )
128
-
129
- response = client.chat.completions.create(
130
- model="list-3.0-ultra-coder",
131
- messages=[
132
- {"role": "system", "content": "You are an elite software architect."},
133
- {"role": "user", "content": "Design a real-time collaborative editing system like Google Docs using CRDTs."}
134
- ],
135
- max_tokens=8192
136
- )
137
-
138
- print(response.choices[0].message.content)
139
- ```
140
-
141
- > 🔑 Get your API key at **[listcoder.com/pricing](https://listcoder.com/pricing)**
142
 
143
  ### Option 3: Local Deployment (Advanced)
144
 
@@ -175,25 +151,13 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
175
  | 📚 **Documentation** | Produces production-ready docs, API references, and architecture decision records (ADRs). |
176
  | 🐛 **Debugging** | Traces bugs across stack traces, async boundaries, and distributed systems. |
177
 
178
- ---
179
-
180
- ## 💰 Pricing
181
-
182
- | Plan | Price | Includes |
183
- | :--- | :--- | :--- |
184
- | **Free** | $0/mo | 50 requests/day, List-1.0 model |
185
- | **Pro** | $20/mo | Unlimited requests, all 4 List models, priority support |
186
- | **Enterprise** | Custom | Dedicated infrastructure, SLA, SSO, on-premise deployment |
187
 
188
- 👉 **[Start Free → listcoder.com/pricing](https://listcoder.com/pricing)**
189
-
190
- ---
191
 
192
  ## 🌍 The List-Coder Ecosystem
193
 
194
  | Product | Description |
195
  | :--- | :--- |
196
- | [**List Coder IDE**](https://listcoder.com/download) | Full-featured code editor with native AI integration |
197
  | [**List-1.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-1.0-Ultra-Coder) | Fast, lightweight model for everyday coding |
198
  | [**List-2.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-2.0-Ultra-Coder) | High-performance dense model for complex tasks |
199
  | [**List-3.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-3.0-Ultra-Coder-Brain) | Our flagship — 228B MoE powerhouse |
@@ -209,11 +173,9 @@ This model is released under the **Apache 2.0 License**. You are free to use, mo
209
 
210
  ## 🔗 Connect
211
 
212
- - 🌐 **Website:** [listcoder.com](https://listcoder.com/)
213
- - 💬 **Discord:** [discord.gg/listcoder](https://discord.gg/listcoder)
214
- - 🐦 **Twitter/X:** [@ListCoderAI](https://x.com/ListCoderAI)
215
  - 🏢 **Organization:** [List-cloud on HuggingFace](https://huggingface.co/List-cloud)
216
- - 📧 **Enterprise Sales:** enterprise@listcoder.com
217
 
218
  ---
219
 
@@ -221,7 +183,7 @@ This model is released under the **Apache 2.0 License**. You are free to use, mo
221
 
222
  ### ⭐ Star this repo if List-3.0 helps you code faster
223
 
224
- **Built with obsession by [List Enterprise](https://listcoder.com/) — Making every developer 10x.**
225
 
226
  *© 2026 List Enterprise. All rights reserved.*
227
 
 
20
 
21
  <div align="center">
22
 
23
+ <img src="https://list-coder.com/logo.png" width="120" alt="List Coder Logo">
24
+
25
  # 🌌 List-3.0-Ultra-Coder
26
 
27
  ### The Next Frontier of AI-Powered Software Engineering
28
 
29
+ [![Website](https://img.shields.io/badge/🌐_Website-list--coder.com-7C3AED?style=for-the-badge&labelColor=1a1a2e)](https://list-coder.com/)
30
+ [![IDE Download](https://img.shields.io/badge/⬇_Download-List_Coder_IDE-10B981?style=for-the-badge&labelColor=1a1a2e)](https://list-coder.com/download)
31
+ [![Instagram](https://img.shields.io/badge/Instagram-Follow_Us-E1306C?style=for-the-badge&logo=instagram&logoColor=white&labelColor=1a1a2e)](https://www.instagram.com/trylistcoder/)
 
32
 
33
  ---
34
 
 
109
 
110
  The fastest way to experience **List-3.0-Ultra-Coder** at full power.
111
 
112
+ 1. **Download** the List Coder IDE from **[list-coder.com](https://list-coder.com/download)**
113
  2. **Sign in** with your account
114
  3. **Start coding** — the model is pre-configured and ready
115
 
116
  > 💡 The IDE provides native integration with all List models, including real-time code completion, multi-file refactoring, and architectural guidance.
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  ### Option 3: Local Deployment (Advanced)
120
 
 
151
  | 📚 **Documentation** | Produces production-ready docs, API references, and architecture decision records (ADRs). |
152
  | 🐛 **Debugging** | Traces bugs across stack traces, async boundaries, and distributed systems. |
153
 
 
 
 
 
 
 
 
 
 
154
 
 
 
 
155
 
156
  ## 🌍 The List-Coder Ecosystem
157
 
158
  | Product | Description |
159
  | :--- | :--- |
160
+ | [**List Coder IDE**](https://list-coder.com/download) | Full-featured code editor with native AI integration |
161
  | [**List-1.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-1.0-Ultra-Coder) | Fast, lightweight model for everyday coding |
162
  | [**List-2.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-2.0-Ultra-Coder) | High-performance dense model for complex tasks |
163
  | [**List-3.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-3.0-Ultra-Coder-Brain) | Our flagship — 228B MoE powerhouse |
 
173
 
174
  ## 🔗 Connect
175
 
176
+ - 🌐 **Website:** [list-coder.com](https://list-coder.com/)
 
 
177
  - 🏢 **Organization:** [List-cloud on HuggingFace](https://huggingface.co/List-cloud)
178
+ - 📧 **Enterprise Sales:** enterprise@list-coder.com
179
 
180
  ---
181
 
 
183
 
184
  ### ⭐ Star this repo if List-3.0 helps you code faster
185
 
186
+ **Built with obsession by [List Enterprise](https://list-coder.com/) — Making every developer 10x.**
187
 
188
  *© 2026 List Enterprise. All rights reserved.*
189