APIpie AI
apipie_aiAPIpie.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.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete VectorsAPIPIE_AI_DELETE_VECTORSAcciónTool to delete an entire vector collection or specific vectors. use when you need to remove vector data after identifying your target collection or vectors.
APIPIE_AI_DELETE_VECTORSAcciónTool to delete an entire vector collection or specific vectors. use when you need to remove vector data after identifying your target collection or vectors.
Parámetros de entrada
idsstring[]List of vector IDs to delete; required when delete_all is false.
filterobjectMetadata filter for selecting vectors to delete; only used when delete_all is false.
delete_allbooleanWhether to delete all vectors in the collection; if true, ignores ids and filter.
collection_namestringObligatorioName of the vector collection to delete from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch model restrictionsAPIPIE_AI_FETCH_MODEL_RESTRICTIONSAcciónTool to retrieve a list of country restrictions for models. use when you need to verify allowed deployment countries before final model selection.
APIPIE_AI_FETCH_MODEL_RESTRICTIONSAcciónTool to retrieve a list of country restrictions for models. use when you need to verify allowed deployment countries before final model selection.
Parámetros de entrada
restrictionsstringFlag to list country restrictions; include ?restrictions in the query.
Parámetros de salida
dataobject[]ObligatorioList of model provider restriction records.
errorstringError if any occurred during the execution of the action
objectstringObligatorioThe type of this object, always 'list'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get query historyAPIPIE_AI_GET_QUERY_HISTORYAcciónTool 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.
APIPIE_AI_GET_QUERY_HISTORYAcciónTool 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.
Parámetros de entrada
limitintegerLimits the number of returned queries per page.
offsetintegerOffset used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AI ModelsAPIPIE_AI_LIST_MODELSAcciónTool 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.
APIPIE_AI_LIST_MODELSAcciónTool 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.
Parámetros de entrada
typestringenumFilter by model type (e.g., 'llm' for language models)
llmvisionembeddingimagevoicemoderationcodingfreevoicesbooleanSet to true to retrieve only voice models list (use as flag)
enabledintegerenumFilter by enabled status (1 for enabled, 0 for disabled)
01subtypestringenumFilter by model subtype (e.g., 'chat')
chatfill-maskquestion-answeringttssttmultimodalproviderstringFilter by provider (e.g., 'openrouter')
combinationstringFilter by provider and subtype combination (e.g., 'provider=openrouter&subtype=chat')
restrictionsbooleanSet to true to retrieve only country restrictions list (use as flag)
Parámetros de salida
dataarrayObligatorioArray of models, voices, or restriction records
errorstringError if any occurred during the execution of the action
objectstringObligatorioType of the list returned (always 'list')
successfulbooleanObligatorioWhether or not the action execution was successful or not