UnifyAPI
← Back to catalog

ai.complete

mock data$0.020 / call

Text Completion

Generate a completion from a prompt via a unified model gateway.

AI & MLprovider: OpenRouter#ai#llm

Input schema

model
string
promptrequired
string
maxTokens
integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/ai.complete \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"model":"auto","prompt":"<prompt>","maxTokens":256}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.