Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
irfanahmadein
/
ollama
Public
forked from
ollama/ollama
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ollama
api
on
main
User selector
All users
All time
Commit history
Commits on Dec 5, 2024
api: add generate endpoint for structured outputs (#7939)
ParthSareen
authored
c6c5262
View commit details
Copy full SHA for c6c5262
View code at this point
Browse repository at this point
api: structured outputs - chat endpoint (#7900)
Show description for 630e7dc
3 people
authored
630e7dc
View commit details
Copy full SHA for 630e7dc
View code at this point
Browse repository at this point
Commits on Nov 30, 2024
Enable index tracking for tools - openai api support (#7888)
ParthSareen
authored
5f80511
View commit details
Copy full SHA for 5f80511
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
api: fix typos in Go Doc comments (#7620)
neomantra
authored
d48c1c5
View commit details
Copy full SHA for d48c1c5
View code at this point
Browse repository at this point
Commits on Nov 11, 2024
api: fix typo in python ClientFromEnvironment docs (#7604)
neomantra
authored
76b2b72
View commit details
Copy full SHA for 76b2b72
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
runner.go: Remove unused arguments
Show description for a909417
jessegross
committed
a909417
View commit details
Copy full SHA for a909417
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
update deprecated warnings
mxyng
committed
8e6da3c
View commit details
Copy full SHA for 8e6da3c
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
Fix typo and improve readability (#5964)
Show description for 0a8d6ea
eust-w
and
jmorganca
authored
0a8d6ea
View commit details
Copy full SHA for 0a8d6ea
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Fixed invalid option provided not displaying the invalid option name problem. (#6202)
cheeseng
authored
d4a7216
View commit details
Copy full SHA for d4a7216
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Implement linux NUMA detection
Show description for f457d63
dhiltgen
committed
f457d63
View commit details
Copy full SHA for f457d63
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
lint
mxyng
committed
b732beb
View commit details
Copy full SHA for b732beb
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
Merge pull request #5473 from ollama/mxyng/environ
Show description for 5c19127
mxyng
authored
5c19127
View commit details
Copy full SHA for 5c19127
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
Add Metrics to `api\embed` response (#5709)
Show description for 1b44d87
royjhan
authored
1b44d87
View commit details
Copy full SHA for 1b44d87
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
api: add stringifier for `Tool` (#5891)
jmorganca
authored
46e6327
View commit details
Copy full SHA for 46e6327
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
feat: add support for min_p (resolve #1142) (#1825)
Robitx
authored
f3d7a48
View commit details
Copy full SHA for f3d7a48
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
uint64
mxyng
committed
1954ec5
View commit details
Copy full SHA for 1954ec5
View code at this point
Browse repository at this point
host
mxyng
committed
4f1afd5
View commit details
Copy full SHA for 4f1afd5
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
always provide content even if empty (#5778)
jmorganca
authored
84e5721
View commit details
Copy full SHA for 84e5721
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
marshal json automatically for some template values (#5758)
mxyng
authored
b255445
View commit details
Copy full SHA for b255445
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
remove ToolCall from GenerateResponse
mxyng
committed
c279f96
View commit details
Copy full SHA for c279f96
View code at this point
Browse repository at this point
Merge pull request #5730 from ollama/mxyng/cleanup
Show description for 499e87c
mxyng
authored
499e87c
View commit details
Copy full SHA for 499e87c
View code at this point
Browse repository at this point
add suffix support to generate endpoint
Show description for d290e87
mxyng
committed
d290e87
View commit details
Copy full SHA for d290e87
View code at this point
Browse repository at this point
remove unneeded tool calls
mxyng
committed
5a83f79
View commit details
Copy full SHA for 5a83f79
View code at this point
Browse repository at this point
Merge pull request #5284 from ollama/mxyng/tools
Show description for 64039df
mxyng
authored
64039df
View commit details
Copy full SHA for 64039df
View code at this point
Browse repository at this point
server: return empty slice on empty `/api/embed` request (#5713)
Show description for 7ac6d46
jmorganca
authored
7ac6d46
View commit details
Copy full SHA for 7ac6d46
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
tools
mxyng
committed
d02bbeb
View commit details
Copy full SHA for d02bbeb
View code at this point
Browse repository at this point
server: lowercase roles for compatibility with clients (#5695)
jmorganca
authored
9e35d9b
View commit details
Copy full SHA for 9e35d9b
View code at this point
Browse repository at this point
Introduce `/api/embed` endpoint supporting batch embedding (#5127)
Show description for b9f5e16
royjhan
authored
b9f5e16
View commit details
Copy full SHA for b9f5e16
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
remove template (#5655)
pdevine
authored
057d318
View commit details
Copy full SHA for 057d318
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
Merge pull request #5243 from dhiltgen/modelfile_use_mmap
Show description for ccd7785
dhiltgen
authored
ccd7785
View commit details
Copy full SHA for ccd7785
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
OpenAI: /v1/models and /v1/models/{model} compatibility (#5007)
Show description for 996bb1b
3 people
authored
996bb1b
View commit details
Copy full SHA for 996bb1b
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
Switch use_mmap to a pointer type
Show description for 97c9e11
dhiltgen
committed
97c9e11
View commit details
Copy full SHA for 97c9e11
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
Fix use_mmap parsing for modelfiles
Show description for 7e77492
dhiltgen
committed
7e77492
View commit details
Copy full SHA for 7e77492
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
Extend api/show and ollama show to return more model info (#4881)
Show description for fedf716
royjhan
and
pdevine
authored
fedf716
View commit details
Copy full SHA for fedf716
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
Adjust mmap logic for cuda windows for faster model load
Show description for 1717967
dhiltgen
committed
1717967
View commit details
Copy full SHA for 1717967
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.