Apipie Ai

Learn how to use Apipie Ai with Composio

Overview

Enum

APIPIE_AI

Description

APIpie.ai is an AI super aggregator providing a unified API to access a vast array of AI models from leading providers, enabling cost-effective and latency-optimized solutions.

Authentication Details

api_key
stringRequired

Actions

Tool to delete an entire vector collection or specific vectors. use when you need to remove vector data after identifying your target collection or vectors.

Action Parameters

collection_name
stringRequired
delete_all
boolean
filter
object
ids
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of country restrictions for models. use when you need to verify allowed deployment countries before final model selection.

Action Parameters

restrictions
string

Action Response

data
array
error
string
object
string
successful
boolean
Tool to retrieve historic api usage logs including latency, token counts, costs, and source ip. use after authenticating to analyze past queries for cost management, performance monitoring, or auditing.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to fetch a list of available ai models. use when you need up-to-date model listings and want to filter by. model type, subtype, provider, or retrieve specialized lists like voices or restrictions.

Action Parameters

combination
string
enabled
integer
provider
string
restrictions
boolean
subtype
string
type
string
voices
boolean

Action Response

data
array
error
string
object
string
successful
boolean