Properties
- max_new_tokens
- max_prompt_length
- temperature
- top_p
- repetition_penalty
- frequency_penalty
- presence_penalty
- stop_sequences
- seed
- logit_bias
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more
Configuration for text generation This interface was referenced by InworldBasicConfigurationSchema’s JSON-Schema via the definition “TextGenerationConfig”.
max_new_tokens?: string | number
max_prompt_length?: string | number
temperature?: string | number
top_p?: string | number
repetition_penalty?: string | number
frequency_penalty?: string | number
presence_penalty?: string | number
stop_sequences?: string[]
seed?: string | number
logit_bias?: object
Was this page helpful?