[PR #8] [MERGED] feat: Add Vertex AI provider support for speech generation and configuration #9

Closed
opened 2026-03-03 15:56:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/human-mcp/pull/8
Author: @mrgoonie
Created: 10/20/2025
Status: Merged
Merged: 10/20/2025
Merged by: @mrgoonie

Base: mainHead: dev


📝 Commits (2)

  • 9ad68dc feat(gemini): add Vertex AI provider support with environment configuration
  • 433666d feat(gemini): add Vertex AI authentication support for speech generation

📊 Changes

12 files changed (+2517 additions, -31 deletions)

View changed files

📝 .env.example (+12 -0)
📝 README.md (+98 -0)
📝 bun.lock (+60 -0)
📝 package.json (+2 -0)
plans/251020-vertex-ai-integration-plan.md (+1292 -0)
plans/research/20251020-vertex-ai-gemini-support.md (+788 -0)
📝 src/tools/eyes/utils/gemini-client.ts (+104 -22)
src/tools/eyes/utils/gemini-provider.ts (+27 -0)
src/tools/eyes/utils/providers/google-ai-studio-provider.ts (+42 -0)
src/tools/eyes/utils/providers/vertex-ai-provider.ts (+56 -0)
📝 src/utils/config.ts (+18 -6)
📝 tests/unit/config.test.ts (+18 -3)

📄 Description

This PR adds support for Google Cloud Vertex AI as an alternative to Google AI Studio for accessing Gemini models, particularly for speech generation. Key changes include:

  • Added Vertex AI authentication support for speech generation tools
  • Implemented environment configuration for Vertex AI provider
  • Enhanced provider selection with USE_VERTEX environment variable
  • Updated documentation with Vertex AI setup instructions

The changes maintain backward compatibility with existing Google AI Studio setup while providing enterprise-grade Vertex AI integration.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mrgoonie/human-mcp/pull/8 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`9ad68dc`](https://github.com/mrgoonie/human-mcp/commit/9ad68dc387a1b9b30a4a0075181448368439ad9a) feat(gemini): add Vertex AI provider support with environment configuration - [`433666d`](https://github.com/mrgoonie/human-mcp/commit/433666ded9cea897bf146f30e1922ad007037520) feat(gemini): add Vertex AI authentication support for speech generation ### 📊 Changes **12 files changed** (+2517 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -0) 📝 `README.md` (+98 -0) 📝 `bun.lock` (+60 -0) 📝 `package.json` (+2 -0) ➕ `plans/251020-vertex-ai-integration-plan.md` (+1292 -0) ➕ `plans/research/20251020-vertex-ai-gemini-support.md` (+788 -0) 📝 `src/tools/eyes/utils/gemini-client.ts` (+104 -22) ➕ `src/tools/eyes/utils/gemini-provider.ts` (+27 -0) ➕ `src/tools/eyes/utils/providers/google-ai-studio-provider.ts` (+42 -0) ➕ `src/tools/eyes/utils/providers/vertex-ai-provider.ts` (+56 -0) 📝 `src/utils/config.ts` (+18 -6) 📝 `tests/unit/config.test.ts` (+18 -3) </details> ### 📄 Description This PR adds support for Google Cloud Vertex AI as an alternative to Google AI Studio for accessing Gemini models, particularly for speech generation. Key changes include: - Added Vertex AI authentication support for speech generation tools - Implemented environment configuration for Vertex AI provider - Enhanced provider selection with USE_VERTEX environment variable - Updated documentation with Vertex AI setup instructions The changes maintain backward compatibility with existing Google AI Studio setup while providing enterprise-grade Vertex AI integration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:56:48 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/human-mcp#9
No description provided.