NAiOS IconNAiOS Logo
Volver al catálogo

APIpie AI

apipie_ai

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.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • idsstring[]

    List of vector IDs to delete; required when delete_all is false.

  • filterobject

    Metadata filter for selecting vectors to delete; only used when delete_all is false.

  • delete_allboolean

    Whether to delete all vectors in the collection; if true, ignores ids and filter.

  • collection_namestringObligatorio

    Name of the vector collection to delete from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch model restrictionsAPIPIE_AI_FETCH_MODEL_RESTRICTIONSAcción

Tool 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

  • restrictionsstring

    Flag to list country restrictions; include ?restrictions in the query.

Parámetros de salida

  • dataobject[]Obligatorio

    List of model provider restriction records.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    The type of this object, always 'list'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get query historyAPIPIE_AI_GET_QUERY_HISTORYAcción

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.

Parámetros de entrada

  • limitinteger

    Limits the number of returned queries per page.

  • offsetinteger

    Offset used for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List AI ModelsAPIPIE_AI_LIST_MODELSAcción

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.

Parámetros de entrada

  • typestringenum

    Filter by model type (e.g., 'llm' for language models)

    llmvisionembeddingimagevoicemoderationcodingfree
  • voicesboolean

    Set to true to retrieve only voice models list (use as flag)

  • enabledintegerenum

    Filter by enabled status (1 for enabled, 0 for disabled)

    01
  • subtypestringenum

    Filter by model subtype (e.g., 'chat')

    chatfill-maskquestion-answeringttssttmultimodal
  • providerstring

    Filter by provider (e.g., 'openrouter')

  • combinationstring

    Filter by provider and subtype combination (e.g., 'provider=openrouter&subtype=chat')

  • restrictionsboolean

    Set to true to retrieve only country restrictions list (use as flag)

Parámetros de salida

  • dataarrayObligatorio

    Array of models, voices, or restriction records

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Type of the list returned (always 'list')

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not