Skip to content

Google Agent Platform [VertexAI] : Gemini models integration#898

Draft
Prajna1999 wants to merge 9 commits into
mainfrom
feature/gemini-vertex-gemini-enterprise
Draft

Google Agent Platform [VertexAI] : Gemini models integration#898
Prajna1999 wants to merge 9 commits into
mainfrom
feature/gemini-vertex-gemini-enterprise

Conversation

@Prajna1999
Copy link
Copy Markdown
Collaborator

@Prajna1999 Prajna1999 commented May 28, 2026

Summary

Target issue is #PLEASE_TYPE_ISSUE_NUMBER
Explain the motivation for making this change. What existing problem does the pull request solve?

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

Notes

Please add here if any other information is required for the reviewer.

@Prajna1999 Prajna1999 self-assigned this May 28, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: da232942-d8b0-4b74-84d2-168e01d428c3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/gemini-vertex-gemini-enterprise

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Prajna1999 Prajna1999 marked this pull request as draft May 28, 2026 11:30
@sentry
Copy link
Copy Markdown

sentry Bot commented May 28, 2026

Codecov Report

❌ Patch coverage is 87.47698% with 68 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
backend/app/services/llm/mappers.py 2.70% 36 Missing ⚠️
backend/app/services/llm/providers/gai_vertex.py 85.02% 25 Missing ⚠️
backend/app/services/llm/providers/claude.py 89.70% 7 Missing ⚠️

📢 Thoughts on this report? Let us know!

@Prajna1999 Prajna1999 changed the title Feature/gemini vertex gemini enterprise Integration: Gemini models in Vertex AIenhancementNew feature or request Jun 2, 2026
@Prajna1999 Prajna1999 changed the title Integration: Gemini models in Vertex AIenhancementNew feature or request Google Agent Platform [VertexAI] : Gemini models integration Jun 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

OpenAPI changes   🔴 6 breaking changes

Caution

Downstream consumers may need an update before merging.

Breaking changes  ·  6
Method Path Change
🔴 GET /api/v1/models added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200
🔴 GET /api/v1/models added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200
🔴 GET /api/v1/models/grouped added the new anthropic enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200
🔴 GET /api/v1/models/grouped added the new google-vertex enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200
🔴 GET /api/v1/models/{provider}/{model_name} added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200
🔴 GET /api/v1/models/{provider}/{model_name} added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200
Full changelog  ·  18
Method Path Change
🔴 GET /api/v1/models added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200
🔴 GET /api/v1/models added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200
🔴 GET /api/v1/models/grouped added the new anthropic enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200
🔴 GET /api/v1/models/grouped added the new google-vertex enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200
🔴 GET /api/v1/models/{provider}/{model_name} added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200
🔴 GET /api/v1/models/{provider}/{model_name} added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200
🟢 POST /api/v1/configs added the new anthropic enum value to the request property config_blob/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/configs added the new anthropic-native enum value to the request property config_blob/completion/anyOf[subschema #1: NativeCompletionConfig]/provider
🟢 POST /api/v1/configs added the new google-vertex enum value to the request property config_blob/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/configs added the new google-vertex-native enum value to the request property config_blob/completion/anyOf[subschema #1: NativeCompletionConfig]/provider
🟢 POST /api/v1/llm/call added the new anthropic enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/llm/call added the new anthropic-native enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider
🟢 POST /api/v1/llm/call added the new google-vertex enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/llm/call added the new google-vertex-native enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider
🟢 POST /api/v1/llm/chain added the new anthropic enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/llm/chain added the new anthropic-native enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider
🟢 POST /api/v1/llm/chain added the new google-vertex enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/
🟢 POST /api/v1/llm/chain added the new google-vertex-native enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider

main2447a967 · generated by oasdiff

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