Back to Knowledge Directory
AI Models
OpenAI API
Access GPT-4o, o3-mini, embeddings, and vision models for multi-step reasoning and function calling.
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 Name | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model name (e.g. gpt-4o) |
| messages | array | Yes | System and conversation messages |
| tools | array | Optional | JSON schema functions for tools |
POSTcreate_embedding
Vectorize text inputs into 1536-dimensional floating point embeddings.
PARAMETERS SCHEMA
| Param Name | Type | Required | Description |
|---|---|---|---|
| input | string | array | Yes | Text to embed |
| model | string | Yes | Embedding model (e.g. text-embedding-3-small) |