Skip to content

Add Ollama Cloud provider - #883

Draft
ParthSareen wants to merge 2 commits into
PrimeIntellect-ai:mainfrom
ParthSareen:parth-ollama-provider
Draft

Add Ollama Cloud provider#883
ParthSareen wants to merge 2 commits into
PrimeIntellect-ai:mainfrom
ParthSareen:parth-ollama-provider

Conversation

@ParthSareen

@ParthSareen ParthSareen commented Aug 7, 2026

Copy link
Copy Markdown

Summary

  • add Ollama Cloud as a built-in OpenAI-compatible provider using OLLAMA_API_KEY
  • seed the current Ollama Cloud model catalog and enrich matching entries with models.dev metadata
  • add provider documentation, focused request/streaming tests, and applicable cross-provider matrix coverage

Provider contract

  • provider ID: ollama-cloud
  • endpoint: https://ollama.com/v1
  • default model: glm-5.2
  • uses OpenAI Completions with Ollama-compatible token, tool, reasoning, and cache-retention behavior

Validation

  • npm run check
  • Ollama Cloud unit tests: 3 passed
  • coding-agent provider test: 1 passed
  • git diff --check

Credential-gated live inference tests were not run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant