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.
- Host: GitHub
- URL: https://github.com/aryasaatvik/cloud-code-ai-provider
- Owner: aryasaatvik
- License: mit
- Created: 2025-06-26T21:15:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T22:18:08.000Z (7 months ago)
- Last Synced: 2025-06-26T23:45:08.205Z (7 months ago)
- Topics: cloud-code, code-assist, free-gemini, gemini
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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