All docs
Configuring AI Providers
Connecting OpenAI, Azure OpenAI, or Google Gemini — and what happens with none configured.
AgnoHire's AI integration is provider-agnostic: it targets any OpenAI-compatible endpoint, so you can connect OpenAI, Azure OpenAI, or Google Gemini (via its OpenAI-compatible endpoint) without changing how any feature works.
What AI is used for
- Resume parsing and candidate-job fit scoring
- Interview question generation and open-answer scoring
- Interview transcript sentiment and communication scoring
- Analytics narrative summaries
- The in-app assistant
Configuring a provider
Credentials are stored per deployment (and can be overridden per sector), not hardcoded into the application. You'll need:
- An API key for your chosen provider
- The endpoint URL (defaults are provided for OpenAI and Azure OpenAI)
- The model name you want to use for text generation
What happens with no provider configured
Every AI-powered feature has a deterministic fallback:
| Feature | Without AI |
|---|---|
| Resume screening | Structured data is still extracted via OCR/parsing; no fit score is added |
| Interview grading | Objective questions (MCQs) still auto-grade; open answers are left for manual review |
| Video intelligence | Speech-pace and filler-word metrics still compute from the transcript; no sentiment score is added |
| Analytics | The real funnel numbers still render; no written narrative is added |
| Assistant | Falls back to FAQ matching only |
Nothing throws an error or returns a blank screen — the platform is fully usable without an AI provider, and can have one added later without any migration.
