What API capabilities does Ollama offer?

Question

Answers ( 1 )

    0
    2025-04-01T07:21:05+00:00

    Ollama provides a REST API that supports:
    - Text generation: `curl http://localhost:11434/api/generate`
    - Chat functionality: `curl http://localhost:11434/api/chat`
    The API runs on localhost port 11434 by default.

Leave an answer