APIpie
APIpie API key: apipie.ai/dashboard/profile/api-keys
Notes:
-
Known: icon provided, fetching list of models is recommended as API token rates and pricing used for token credit balances when models are fetched.
-
Known issue:
- Fetching list of models is not supported.
- Your success may vary with conversation titling
- Stream isnβt currently supported (but is planned as of April 24, 2024)
π₯
Fetch and order the modelsβ·
librechat.yaml
# APIpie
- name: "APIpie"
apiKey: "${APIPIE_API_KEY}"
baseURL: "https://apipie.ai/v1/"
models:
default: [
"gpt-4",
"gpt-4-turbo",
"gpt-3.5-turbo",
"claude-3-opus",
"claude-3-sonnet",
"claude-3-haiku",
"llama-3-70b-instruct",
"llama-3-8b-instruct",
"gemini-pro-1.5",
"gemini-pro",
"mistral-large",
"mistral-medium",
"mistral-small",
"mistral-tiny",
"mixtral-8x22b",
]
fetch: false
titleConvo: true
titleModel: "claude-3-haiku"
summarize: false
summaryModel: "claude-3-haiku"
dropParams: ["stream"]
modelDisplayLabel: "APIpie"