Back to catalogue

AI Inference

Structured text generation for assistants, copilots, automation, and premium user-facing experiences.

mainnet Default model: gpt-5.4Reasoning effort and output length controlsSimple paid POST API shapeMainnet only

1 endpoint available

Click any endpoint to see details, example requests, and try it live with your Freighter wallet.

POST /chat/respond
mainnet $0.05 USD

Text inference endpoint for prompts, system instructions, and output controls.

request
{
  "prompt": "Write a landing page headline for a premium weather API on Stellar.",
  "system": "Be concise and commercial.",
  "reasoning_effort": "medium"
}
  • prompt: string
  • system?: string
  • max_output_tokens?: integer 64..4096
  • reasoning_effort?: minimal | low | medium | high
  • metadata?: object<string,string>