Structured text generation for assistants, copilots, automation, and premium user-facing experiences.
Click any endpoint to see details, example requests, and try it live with your Freighter wallet.
Text inference endpoint for prompts, system instructions, and output controls.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/chat/respond" -H "Content-Type: application/json" -d @- <<'JSON'
{
"prompt": "Write a poem about the Stellar network.",
"system": "Be concise and professional in your response.",
"reasoning_effort": "medium"
}
JSON