Text Generation Preview
Preview catalog entry used to prove the Portal can render text-only model contracts. It is not exposed for public task submission until the text worker and billing policy are finalized.
Text prompt or chat instruction.
Used by text_generation, chat_completion
Optional system instruction for chat-style models.
Used by text_generation, chat_completion
Maximum generated tokens.
Used by text_generation, chat_completion
Sampling temperature.
Used by text_generation, chat_completion
Optional model-specific thinking mode. Default stays disabled for user-facing text tasks.
Used by text_generation, chat_completion
Text prompt or chat instruction.
Optional system instruction for chat-style models.
Maximum generated tokens.
Sampling temperature.
Optional model-specific thinking mode. Default stays disabled for user-facing text tasks.
prompt is required
1 credits estimated
Token pricing planned
text output will appear here.
curl https://omniapi.net/api/omni/tasks/create \
-H "Authorization: Bearer $OMNI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model_group": "text-generation-preview",
"task_type": "text_generation",
"input": {
"prompt": "Summarize this product brief in three concise bullets.",
"max_tokens": 1024,
"temperature": 0.7,
"thinking_mode": "disabled"
}
}'