forked from Pipelex/pipelex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (34 loc) · 1.32 KB
/
.env.example
File metadata and controls
45 lines (34 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# [OPTIONAL] Free Pipelex Inference API key - Get yours on Discord: https://go.pipelex.com/discord
# No credit card required, limited time offer
PIPELEX_INFERENCE_API_KEY=
# OpenAI: to use models like GPT-4o and GPT-5
OPENAI_API_KEY=
# Azure: to use models like GPT-4o and GPT-5 from OpenAI but on Azure cloud
AZURE_API_BASE=
AZURE_API_VERSION=
AZURE_API_KEY=
# AWS Bedrock - To use models via Amazon Bedrock: supports Claude models and many open-source models
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
# To use Claude models directly from their creator, Anthropic
ANTHROPIC_API_KEY=
# To use Mistral models
MISTRAL_API_KEY=
# To use perplexity, including results from web search
PERPLEXITY_API_KEY=
PERPLEXITY_API_ENDPOINT=https://api.perplexity.ai
# To generate images from fal.ai, the service of Forest Labs
FAL_API_KEY=
# Google AI Studio - Use GOOGLE_API_KEY for direct API access (simpler, rate-limited)
GOOGLE_API_KEY=
# Google Cloud Platform (GCP) - Use these for production Vertex AI access (requires GCP project setup)
# We recomment to use GOOGLE_API_KEY OR GCP credentials, not both
GCP_PROJECT_ID=
GCP_LOCATION=
GCP_CREDENTIALS_FILE_PATH=gcp_credentials.json
# To use Grok from x.ai
XAI_API_KEY=
XAI_API_ENDPOINT=https://api.x.ai/v1/
# To get access to many models with one key from blackbox.ai
BLACKBOX_API_KEY=