CallLens
by yablokolabs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL_ID | No | Alternate model ID for the selected LLM provider | |
| DEMO_MODE | No | Seed synthetic demo calls | false |
| LLM_MODEL | No | Model ID for the selected LLM provider | |
| AWS_REGION | No | AWS region for Bedrock if using Amazon Bedrock | |
| DATABASE_URL | No | Database URL, e.g. postgresql+asyncpg://... or sqlite+aiosqlite://... | sqlite+aiosqlite://... |
| LLM_PROVIDER | No | Reasoning LLM provider: mock, openai, anthropic, compatible, bedrock, or sarvam | mock |
| COACH_MODEL_ID | No | Coach model ID override (e.g. sarvam-105b) | |
| MODEL_PROVIDER | No | Provider for Bedrock (use bedrock) if using Amazon Bedrock | |
| OPENAI_API_KEY | No | Vendor key for OpenAI if LLM_PROVIDER=openai | |
| SARVAM_API_KEY | No | Sarvam AI API key if COACH_MODEL_PROVIDER=sarvam | |
| SARVAM_BASE_URL | No | Sarvam AI base URL | https://api.sarvam.ai/v1 |
| SARVAM_MODEL_ID | No | Sarvam AI model ID | sarvam-105b |
| BEDROCK_MODEL_ID | No | Bedrock model ID if using Amazon Bedrock | |
| ANTHROPIC_API_KEY | No | Vendor key for Anthropic if LLM_PROVIDER=anthropic | |
| AWS_ACCESS_KEY_ID | No | AWS access key for Bedrock if using Amazon Bedrock | |
| COMPATIBLE_API_KEY | No | API key for an OpenAI-compatible endpoint if LLM_PROVIDER=compatible | |
| ELEVENLABS_API_KEY | No | Speech provider key for ElevenLabs Scribe v2. Optional - falls back to mock. | |
| COMPATIBLE_BASE_URL | No | Base URL for an OpenAI-compatible endpoint if LLM_PROVIDER=compatible | |
| NEXT_PUBLIC_API_URL | No | Frontend API base URL | http://localhost:8000 |
| COACH_MODEL_PROVIDER | No | Coach model provider override (e.g. sarvam, mock). Defaults to LLM_PROVIDER. | |
| CONFIDENCE_THRESHOLD | No | Pipeline confidence threshold knob | |
| ELEVENLABS_STT_MODEL | No | ElevenLabs STT model, e.g. scribe_v2 | |
| MAX_RESCORE_ATTEMPTS | No | Maximum number of bounded re-score attempts | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for Bedrock if using Amazon Bedrock |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues