ollama / ollama/ollama-python

[Bug] Does not provide capabilities for /show api call

Open
#494 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10.5k
Forks
1.2k
Avg merge
4m
Merged PRs (30d)
1

Description

Hi, please notice that ollama api docs says it provides capabilities via /show endpoint.

https://github.com/ollama/ollama/blob/main/docs/api.md#response-26

But this python sdk does not support that. Without it, it's hard to determine which models have what kind of capabilities.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the Python SDK's model-related API surface with the Ollama API documentation at the linked /show response section. Trace how /show responses are represented and determine where capability data is omitted. Done means callers can access the capabilities returned by /show, with tests covering the response handling.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.