.env file. Users can then switch between available models in the ThinkEx UI for each chat session.
Google AI (required)
ThinkEx requires a Google AI API key to power the AI chat features in every workspace.API key for Google’s Generative AI (Gemini). All AI chat in ThinkEx runs through this key.
Go to Google AI Studio
Open aistudio.google.com and sign in with your Google account.
Optional: Mistral OCR
API key for Mistral AI. When set, ThinkEx uses Mistral’s OCR API to extract text from image-based PDFs and images uploaded to your workspace. Without this key, ThinkEx cannot read text from scanned documents or images.
Optional: Firecrawl web scraping
API key for Firecrawl. When set, ThinkEx uses Firecrawl to fetch richer content from web URLs — including full page text and structured data — giving the AI more to work with when you add a website to your workspace. Without this key, ThinkEx falls back to basic URL fetching.
Optional: FastAPI service
The FastAPI service is an external backend that extends ThinkEx with additional file processing capabilities: converting office documents, extracting markdown from documents, and analyzing audio and video files.The base URL of your FastAPI service (e.g.,
https://your-fastapi-service.com). Both variables must be set together for the integration to work.Bearer token used to authenticate requests from ThinkEx to the FastAPI service. Sent as an
Authorization: Bearer header on all server-to-server requests.The FastAPI service is optional and self-managed. ThinkEx does not provide this service — you deploy and operate it separately.