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-anthropic | Type: Embedded | PCID required: No

Tools

ToolDescription
embedded-anthropic_generateGenerate text using Anthropic Claude models

embedded-anthropic_generate

Generate text using Anthropic Claude models Parameters:
ParameterTypeRequiredDefaultDescription
modelstringNo"Sonnet-4.5"
Anthropic Claude model to use:
- Haiku-4.5: Fastest model with near-frontier intelligence
- Sonnet-4.5: Best balance of speed and intelligence (default)
- Opus-4.6: Most intelligent model for agents and complex coding
- Opus-4.7: Latest Opus, most intelligent model
systemPromptstringNoSystem prompt to set behavior and context
userPromptstringYesUser prompt containing the main request or conversation
fileUrlsstring[]NoOptional array of file URLs for analysis. Claude supports Images (.jpg, .jpeg, .png, .gif, .webp) and Documents (.pdf). Always include file URLs when analyzing specific files.