• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

agentjido / req_llm
52%
main: 53%

Build:
Build:
LAST BUILD BRANCH: vertex-gemini-rebased
DEFAULT BRANCH: main
Repo Added 15 Sep 2025 11:42AM UTC
Token Qrw4J5oDDoi2zjHqBZDp1Hok4eVoONJAy regen
Build 393 Last
Files 92
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH vertex-gemini-rebased
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-bedrock-fixtures
  • add-bedrock-structured-output
  • add-hex-changelog-and-module-grouping
  • add-json-schema-validation
  • add-vertex-guide-to-docs
  • add-vllm-provider
  • add_openai_responses_api_structured_responses
  • add_retry_step
  • allow_json_schemas
  • bedrock-1.0-fixes
  • bedrock-clean
  • bedrock-mistral-support
  • bug/api-return-types
  • bug/codec-tool-calls
  • bug/debug-stream-return
  • bug/incorrect-model-spec-docs
  • bug/object-array
  • bug/openai-tool-calls
  • bug/stream-process-linking
  • bug/streaming-nil-deltas
  • bug/streaming-race-condition
  • bug/usage_total_cost
  • cerebras
  • cerebras-zai-glm-4-6
  • chore/2025-10-14-update-fixtures
  • chore/docs-review
  • chore/model_update_2025-10-27
  • chore/object-fixtures
  • chore/object-fixtures-resurrected
  • chore/refine-fixtures
  • chore/refresh-coverage-tests
  • chore/refresh-fixtures-before-1.0
  • chore/update-models-2025-09-21
  • config_base_url_override
  • copilot/fix-32
  • credo-config
  • credo/code-readability-fix
  • credo/fix-refactor-enum-filter
  • dependabot/hex/ex_doc-0.39.1
  • dependabot/hex/tidewave-0.5.1
  • dependabot/hex/zoi-0.8.1
  • dependabot/hex/zoi-0.8.4
  • devtools
  • docs/aws-event-stream-specialization
  • egomes/fix-claude-multi-turn
  • egomes/fix-tool-inspection-with-json-schema
  • feat/context-json-serialization
  • feat/fixture-credential-fallback
  • feat/google-context-caching
  • feat/google-upload-file
  • feat/in-type-support
  • feat/oauth2-token-cache
  • feat/structured-output-openai-google
  • feature/base-url-override
  • feature/bedrock-prompt-caching
  • feature/cerebras-provider
  • feature/configurable-metadata-timeout
  • feature/google_grounding
  • feature/model-catalog
  • feature/normalize-bedrock-inference-profiles
  • feature/pre-release-fixes
  • feature/prompt-caching
  • feature/refactor-llm-api-fixtures
  • feature/refined-key-management
  • feature/stream-collectors
  • feature/unique-model-provider-options
  • feature/upgrade-ex-aws-auth
  • feature/zai-fixtures
  • feature/zoi-schema
  • fix-anthropic-streaming
  • fix-bedrock-timeout
  • fix-duplicate-clause
  • fix-google
  • fix-groq-stream-error
  • fix-mix-task-docs
  • fix-openai-max-tokens-param
  • fix-retry-delay-conflict
  • fix-schema-boolean-property
  • fix/bedrock-claude-exclusions
  • fix/bedrock-inference-profiles
  • fix/bug-119-aws-auth-credentials
  • fix/cost-calculation-in-usage
  • fix/google-cached-tokens
  • fix/google-file-support
  • fix/google-structured-output
  • fix/groq-utf8-streaming
  • fix/http2-large-request-bodies
  • fix/issue-65-http-status-validation
  • fix/issue-96-validation-error-fields
  • fix/jsv-preserve-original-data
  • fix/proxy-options
  • fix/registry-get-provider-nil-module
  • fix/tool_calls
  • fix/vertex-decode-stream-event
  • google-vision
  • improve-metadata-provider-errors
  • list_with_subtype
  • main
  • patch-1
  • put-max-tokens-model-options
  • refactor-meta-provider-generic
  • refactor/context-tools
  • refactor/rename-decode-sse-event
  • refactor/req-streaming
  • refactor/xai-structured-objects
  • remove-jido-keys
  • vertex-gemini-rebased
  • zai

06 Nov 2025 05:16AM UTC coverage: 51.565% (-1.2%) from 52.762%
312d2a4f671f96c861194526cef36e39f51c7316-PR-194

Pull #194

github

neilberkman
feat(vertex): Add Gemini support to Google Vertex AI provider

- Add GoogleVertex.Gemini formatter for Gemini 2.5 models
- Extract shared Google.Context module (like Anthropic.Context pattern)
- Make Google helper functions public for shared use
- Support for all Gemini-specific options (thinking, safety, grounding, caching)
- Complete test fixtures for gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite
- Full context caching integration via CachedContent module
- Updated documentation with Gemini models, options, and caching examples
Pull Request #194: feat(vertex): Add Gemini support to Google Vertex AI provider

15 of 211 new or added lines in 5 files covered. (7.11%)

9 existing lines in 3 files now uncovered.

4003 of 7763 relevant lines covered (51.57%)

343.04 hits per line

Relevant lines Covered
Build:
Build:
7763 RELEVANT LINES 4003 COVERED LINES
343.04 HITS PER LINE
Source Files on main
  • Tree
  • List 92
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
312d2a4f... vertex-gemini-rebased feat(vertex): Add Gemini support to Google Vertex AI provider - Add GoogleVertex.Gemini formatter for Gemini 2.5 models - Extract shared Google.Context module (like Anthropic.Context pattern) - Make Google helper functions public for shared use -... Pull #194 06 Nov 2025 05:17AM UTC neilberkman github
51.57
f6a7d51a... vertex-gemini-rebased feat(vertex): Add Gemini support to Google Vertex AI provider - Add GoogleVertex.Gemini formatter for Gemini 2.5 models - Register gemini family in @model_families - Support for all Gemini-specific options (thinking, safety, grounding, caching) -... Pull #194 06 Nov 2025 04:30AM UTC neilberkman github
51.74
20cb655c... feat/google-context-caching feat: Add Google Context Caching support for Gemini models Adds explicit context caching API for Gemini models to reduce costs by up to 90% when reusing large amounts of content. ## Changes - Add ReqLLM.Providers.Google.CachedContent module for... Pull #193 06 Nov 2025 12:46AM UTC neilberkman github
51.79
7177c7cf... fix/google-cached-tokens Fix: Extract cached token counts from Google API responses Fixes #191 Google's API returns cachedContentTokenCount in usageMetadata for both implicit (automatic) and explicit (CachedContent API) prompt caching. The provider was not extracting th... Pull #192 06 Nov 2025 12:04AM UTC neilberkman github
52.83
8975f67f... fix/google-cached-tokens Fix: Extract cached token counts from Google API responses Fixes #191 Google's API returns cachedContentTokenCount in usageMetadata for both implicit (automatic) and explicit (CachedContent API) prompt caching. The provider was not extracting th... Pull #192 06 Nov 2025 12:01AM UTC neilberkman github
52.79
6fe32b91... main Include Credo config file (#186) * Include Credo config file * Skip credo rule for Alias * Fix multiple format and credo issues - Trailing whitespaces - Alias loading alphabetical order - Remove apply/2 when known argument number push 05 Nov 2025 08:19PM UTC web-flow github
52.76
eece47f1... credo-config Fix multiple format and credo issues - Trailing whitespaces - Alias loading alphabetical order - Remove apply/2 when known argument number Pull #186 05 Nov 2025 07:43PM UTC 3zcurdia github
52.8
4de19f4d... credo-config Skip credo rule for Alias Pull #186 05 Nov 2025 07:22PM UTC 3zcurdia github
52.8
fe2fc913... main feat: add StreamResponse.process_stream/2 for real-time callbacks (#178) Adds process_stream/2 function to StreamResponse that enables real-time stream processing with incremental callbacks, avoiding double-stream consumption bugs. Features: -... push 05 Nov 2025 03:46PM UTC web-flow github
52.8
f855392f... feature/stream-collectors Merge branch 'main' into feature/stream-collectors Pull #178 05 Nov 2025 03:45PM UTC web-flow github
52.8
See All Builds (393)

Badge your Repo: req_llm

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc