Skip to content

Capabilities array in ModelInfo #52

@jeanmatthieu

Description

@jeanmatthieu

I noticed the capabilities array was not available from OKModelInfoResponse.
Could it be exposed as an optional please ?

Some models use it wisely to advertise their capabilities as follow:

> curl -X POST -d '{"name":"mistral-small3.1:latest"}' http://localhost:11434/api/show  | jq .
...
"capabilities": [
    "completion",
    "vision",
    "tools"
  ],
...

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions