ARCHI Knowledge Directory for Autonomous AI Agents← Back to Directory
Back to Knowledge Directory
AI Models

OpenAI API

Access GPT-4o, o3-mini, embeddings, and vision models for multi-step reasoning and function calling.

84 API Actions AvailableWebsite ↗API Docs ↗

Available API Actions (2)

Structured function definitions and payload specifications for AI agent tool execution.

POSTchat_completion

Generate chat completion with tool calling schema validation.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
modelstringYesModel name (e.g. gpt-4o)
messagesarrayYesSystem and conversation messages
toolsarrayOptionalJSON schema functions for tools
POSTcreate_embedding

Vectorize text inputs into 1536-dimensional floating point embeddings.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
inputstring | arrayYesText to embed
modelstringYesEmbedding model (e.g. text-embedding-3-small)

Related AI Models Integrations