Seriki commited on
Commit
f843517
·
verified ·
1 Parent(s): 58f0094

Create Docs/ollama.md

Browse files
Files changed (1) hide show
  1. Docs/ollama.md +55 -0
Docs/ollama.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ > ## Documentation Index
2
+ > Fetch the complete documentation index at: https://docs.ollama.com/llms.txt
3
+ > Use this file to discover all available pages before exploring further.
4
+
5
+ # Ollama's documentation
6
+
7
+ <img src="https://mintcdn.com/ollama-9269c548/w-L7kuDqk3_8zi5c/images/welcome.png?fit=max&auto=format&n=w-L7kuDqk3_8zi5c&q=85&s=914368bbe8709d04481a8a478b66cf8c" noZoom className="rounded-3xl" width="2048" height="1024" data-path="images/welcome.png" />
8
+
9
+ [Ollama](https://ollama.com) is the easiest way to get up and running with large language models such as gpt-oss, Gemma 3, DeepSeek-R1, Qwen3 and more.
10
+
11
+ <CardGroup cols={2}>
12
+ <Card title="Quickstart" icon="rocket" href="/quickstart">
13
+ Get up and running with your first model or integrate Ollama with your favorite tools
14
+ </Card>
15
+
16
+ <Card title="Download Ollama" icon="download" href="https://ollama.com/download">
17
+ Download Ollama on macOS, Windows or Linux
18
+ </Card>
19
+
20
+ <Card title="Cloud" icon="cloud" href="/cloud">
21
+ Ollama's cloud models offer larger models with better performance.
22
+ </Card>
23
+
24
+ <Card title="API reference" icon="terminal" href="/api">
25
+ View Ollama's API reference
26
+ </Card>
27
+ </CardGroup>
28
+
29
+ ## Libraries
30
+
31
+ <CardGroup cols={2}>
32
+ <Card title="Ollama's Python Library" icon="python" href="https://github.com/ollama/ollama-python">
33
+ The official library for using Ollama with Python
34
+ </Card>
35
+
36
+ <Card title="Ollama's JavaScript library" icon="js" href="https://github.com/ollama/ollama-js">
37
+ The official library for using Ollama with JavaScript or TypeScript.
38
+ </Card>
39
+
40
+ <Card title="Community libraries" icon="github" href="https://github.com/ollama/ollama?tab=readme-ov-file#libraries-1">
41
+ View a list of 20+ community-supported libraries for Ollama
42
+ </Card>
43
+ </CardGroup>
44
+
45
+ ## Community
46
+
47
+ <CardGroup cols={2}>
48
+ <Card title="Discord" icon="discord" href="https://discord.gg/ollama">
49
+ Join our Discord community
50
+ </Card>
51
+
52
+ <Card title="Reddit" icon="reddit" href="https://reddit.com/r/ollama">
53
+ Join our Reddit community
54
+ </Card>
55
+ </CardGroup>