|
|
Gemini API for Contract Analysis and Review
Author: Venkata Sudhakar
Vendor contracts are dense legal documents that require careful review to identify payment terms, liability clauses, termination conditions, and compliance obligations. Gemini API can read long contract text and extract structured summaries, flag risky clauses, and answer specific legal questions in plain language - dramatically reducing manual review time.
ShopMax India manages hundreds of vendor contracts annually for electronics suppliers, logistics partners, and service providers. The legal and procurement team uses Gemini to perform a first-pass review that extracts critical terms into a structured format before human lawyers do a final sign-off.
The below example shows how Gemini API extracts key terms from a ShopMax India supplier contract and identifies clauses that require attention.
It gives the following output,
{
"payment_terms": "Net 60 days, 2% monthly interest on late payment",
"liability_cap_inr": 4500000,
"termination_notice_days": 90,
"penalty_per_day_pct": 0.5,
"exclusivity_months": 24,
"risk_flags": [
"High late payment interest rate (2% monthly = 24% annually)",
"24-month exclusivity limits competitive sourcing in South India",
"Net 60 payment terms may strain ShopMax cash flow"
],
"overall_risk": "medium"
}
The below example shows a clause-level Q&A function that lets the ShopMax India legal team ask specific questions about the contract in natural language.
It gives the following output,
Q: What happens if we pay the vendor 10 days late on an Rs 10,00,000 invoice?
A: Per the Payment Terms clause, a 10-day late payment on Rs 10,00,000
incurs 2% monthly interest, prorated to approximately Rs 6,667 in
additional charges.
Q: Can we source from a competing vendor in Chennai within the contract period?
A: No. The Exclusivity clause grants TechSupply exclusive rights in the
South India region for 24 months, which includes Chennai.
Q: How much notice must we give to exit the contract?
A: The Termination clause requires 90 days written notice from either party.
Gemini contract analysis gives ShopMax India a consistent, fast first-pass review that surfaces risks in seconds. The structured extraction feeds directly into procurement dashboards while the Q&A layer lets non-legal staff get plain-language answers before escalating to the legal team for final review.
|
|