Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /embedded-openai | Type: Embedded | PCID required: No

Tools

ToolDescription
embedded-openai_generateGenerate text using OpenAI GPT models

embedded-openai_generate

Generate text using OpenAI GPT models Parameters:
ParameterTypeRequiredDefaultDescription
modelstringNo"GPT-5-Mini"
Select the appropriate GPT model:
- GPT-5.4: Latest frontier model
- GPT-5.2: Smartest frontier model with configurable reasoning
- GPT-5.1: High-performance reasoning and coding
- GPT-5: Best model for coding and agentic tasks across domains
- GPT-5-Mini: Faster, cost-efficient version of GPT-5
- GPT-5-Nano: Fastest, most cost-efficient version of GPT-5
- GPT-4.1: Advanced coding, long context
- GPT-4.1-Mini: Fast coding, scalable tasks
- GPT-4.1-Nano: Ultra-fast, simple tasks
systemPromptstringNoSystem prompt to set behavior and context
userPromptstringYesUser prompt containing the main request or conversation
fileUrlsstring[]NoOptional array of file URLs for analysis. GPT supports Images (.jpg, .jpeg, .png). Always include file URLs when analyzing specific files.