Qodex.ai
Qodex.ai
Introduction
Ollama REST API
Completion
Request with Image
Model
use created modelpush a modelgenerate embeddingcreate modelshow modelpull a model: orca-minicopy a modellist running modelslist local modelsdelete a model
Chat
Chat with Images: llava
Get Ollama Version
Introduction
Ollama REST API
Completion
Request with Image
Model
use created modelpush a modelgenerate embeddingcreate modelshow modelpull a model: orca-minicopy a modellist running modelslist local modelsdelete a model
Chat
Chat with Images: llava
Get Ollama Version
HomeOllama REST APIModel

Model

Number of APIs: 10

  1. use created model POST {{baseUrl}}/api/generate

  2. create model POST {{baseUrl}}/api/create

  3. list local models GET {{baseUrl}}/api/tags

  4. show model POST {{baseUrl}}/api/show

  5. copy a model POST {{baseUrl}}/api/copy

  6. delete a model DELETE {{baseUrl}}/api/delete

  7. pull a model: orca-mini POST {{baseUrl}}/api/pull

  8. push a model POST {{baseUrl}}/api/push

  9. generate embedding POST {{baseUrl}}/api/embed

  10. list running models GET {{baseUrl}}/api/ps

Previous
Request with Image
Next
use created model