Skip to content

Add new Ollama Cloud Free API#239

Open
hirendave47 wants to merge 3 commits into
cheahjs:mainfrom
hirendave47:patch-1
Open

Add new Ollama Cloud Free API#239
hirendave47 wants to merge 3 commits into
cheahjs:mainfrom
hirendave47:patch-1

Conversation

@hirendave47

Copy link
Copy Markdown

Ollama Cloud supports free API on open source models, users need to register and create API keys, usage example is available on https://docs.ollama.com/cloud

Ollama Cloud supports free API on open source models, users need to register and create API keys, usage example is available on https://docs.ollama.com/cloud
@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @hirendave47, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request expands the available options for free API access to large language models by integrating Ollama Cloud's free API offering. It provides users with a new avenue to utilize open-source models without cost, complete with details on how to access the service and the specific models supported by their free tier.

Highlights

  • New Free API Provider: Added Ollama Cloud to the list of free API providers, offering access to open-source models.
  • Ollama Cloud Details: Included specific information about Ollama Cloud's free API tier, detailing its generous usage limits and a list of supported open-source models like gpt-oss, deepseek-v3.1, and qwen3-coder.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds Ollama Cloud to the list of API providers. My review focuses on three main points. The most important issue is that the README.md file, which is auto-generated, was edited directly. The correct process is to modify the generation script src/pull_available_models.py. I've also pointed out that the new provider is listed in the wrong category and that its name is inconsistent with others in the list. All these issues can be resolved by updating the Python script.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
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