# Configuration AI Mesh Orchestrator
# Copiez ce fichier vers .env et remplissez vos clés API

# DeepSeek (Gratuit)
DEEPSEEK_API_KEY=your_deepseek_key_here
DEEPSEEK_API_URL=https://api.deepseek.com/v1

# Groq (Gratuit - 14,400 req/jour)
GROQ_API_KEY=your_groq_key_here
GROQ_API_URL=https://api.groq.com/openai/v1

# Together AI (Crédits gratuits)
TOGETHER_API_KEY=your_together_key_here
TOGETHER_API_URL=https://api.together.xyz/v1

# Hugging Face (Gratuit)
HUGGINGFACE_API_KEY=your_hf_key_here
HUGGINGFACE_API_URL=https://api-inference.huggingface.co

# Cohere (Gratuit limité)
COHERE_API_KEY=your_cohere_key_here

# Mistral AI (Crédits gratuits)
MISTRAL_API_KEY=your_mistral_key_here

# OpenRouter (Agrégateur)
OPENROUTER_API_KEY=your_openrouter_key_here

# Replicate
REPLICATE_API_KEY=your_replicate_key_here

# Perplexity
PERPLEXITY_API_KEY=your_perplexity_key_here

# AI21 Labs
AI21_API_KEY=your_ai21_key_here

# Anyscale
ANYSCALE_API_KEY=your_anyscale_key_here

# Configuration Serveur
PORT=3000
NODE_ENV=development

# Auto-save
AUTO_SAVE_INTERVAL=300000
# 300000ms = 5 minutes

# BitcoinSV Integration
BSV_MODULES_PATH=./bsv-modules
OUTPUT_PATH=./output/zips