Learn how to integrate and configure Heurist API with Eliza for enhanced AI capabilities
Eliza enables developers to build autonomous AI agents. With Heurist API integration, you can access powerful AI models for both language processing and embedding generation.
Add these environment variables to your .env file:
Copy
# Required Heurist API settingsHEURIST_API_KEY="<HEURIST_API_KEY>" # API key for HeuristHEURIST_MODEL=FLUX.1-dev # Default model for image generationHEURIST_EMBEDDING_MODEL=BAAI/bge-large-en-v1.5 # Default embedding modelUSE_HEURIST_EMBEDDING=true # Enable Heurist embeddings# Optional: Task-specific model configurationSMALL_HEURIST_MODEL=your_small_modelMEDIUM_HEURIST_MODEL=your_medium_modelLARGE_HEURIST_MODEL=your_large_model