An open API service indexing awesome lists of open source software.

https://github.com/aryasaatvik/cloud-code-ai-provider

AI SDK provider for Google's Gemini models with built-in OAuth authentication. Access Gemini 2.5 Pro/Flash for free using the same auth flow as the official Gemini CLI.
https://github.com/aryasaatvik/cloud-code-ai-provider

cloud-code code-assist free-gemini gemini

Last synced: 5 months ago
JSON representation

AI SDK provider for Google's Gemini models with built-in OAuth authentication. Access Gemini 2.5 Pro/Flash for free using the same auth flow as the official Gemini CLI.

Awesome Lists containing this project

README

          

# AI Cloud Code Provider Monorepo

This monorepo contains the Google Cloud Code provider for the AI SDK and related examples.

## Structure

- `packages/google-cloud-code` - The main provider package
- `examples/` - Example applications using the provider

## Development

### Prerequisites

- Node.js 20+
- pnpm 10+

### Setup

```bash
# Install dependencies
pnpm install

# Build all packages
pnpm build

# Run tests
pnpm test

# Start development mode
pnpm dev
```

### Working with the Provider

The main provider package is in `packages/google-cloud-code`. See its README for specific documentation.

### Running Examples

Each example in the `examples/` directory is a standalone application. Navigate to the specific example and follow its README.

## License

MIT