Skip to content

Conversation

@jaeyoung0509
Copy link

@jaeyoung0509 jaeyoung0509 commented Nov 18, 2025

Description here... Help the reviewer by:

  • Updated the compat_oai/ollamacloud plugin so that its supportedModels map matches the actual Ollama Cloud OpenAI-compatible models returned by https://ollama.com/v1/models (e.g. gpt-oss:20b, gpt-oss:120b, qwen3-coder:480b, deepseek-v3.1:671b, glm-4.6, minimax-m2, kimi-k2:1t, kimi-k2-thinking, qwen3-vl:235b-instruct, qwen3-vl:235b).
  • Adjusted ollamacloud_live_test.go to use real Cloud models:
    • Text: default model ollamacloud/gpt-oss:20b.
    • Tools: ollamacloud/qwen3-coder:480b with the gablorken tool and explicit prompts so numeric arguments are passed correctly.
    • Multimodal: ollamacloud/qwen3-vl:235b-instruct for image + text tests.
  • Updated plugins/compat_oai/ollamacloud/readme.md to document the same set of models and show examples that use the updated IDs and default model (ollamacloud/gpt-oss:20b).

Checklist (if applicable):

@google-cla
Copy link

google-cla bot commented Nov 18, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added docs Improvements or additions to documentation feature New feature or request go labels Nov 18, 2025
Add new Ollama Cloud plugin for Genkit framework that provides OpenAI-compatible
integration with multiple AI models. Supports both text-only LLMs (GPT-OSS 20B/120B,
Qwen3 Coder, DeepSeek v3.1, GLM-4.6, MiniMax M2, Kimi models) and multimodal
models (Qwen3 VL). Includes comprehensive test coverage for basic completion,
streaming, media handling, system messages, tool usage, and error validation.
@jaeyoung0509 jaeyoung0509 force-pushed the feature/feat-add-ollamacloud-plugins branch from 1eefe5c to 5dcb363 Compare November 18, 2025 07:21
@jaeyoung0509 jaeyoung0509 force-pushed the feature/feat-add-ollamacloud-plugins branch from 5dcb363 to 3b4507d Compare November 18, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation feature New feature or request go

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant