> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# RemoteLLMChatNodeProps

> Configuration for `RemoteLLMChatNode` using LLM provider settings.

## Properties

* [textGenerationConfig](#textgenerationconfig)
* [stream](#stream)
* [provider](#provider)
* [modelName](#modelname)
* [responseFormat](#responseformat)
* [messageTemplates](#messagetemplates)

***

## Properties

### textGenerationConfig

```typescript theme={"system"}
textGenerationConfig?: object
```

Text generation configuration parameters

### stream

```typescript theme={"system"}
stream?: boolean
```

Whether to stream responses

### provider

```typescript theme={"system"}
provider?: string
```

LLM provider (e.g., 'openai', 'anthropic', 'inworld')

### modelName

```typescript theme={"system"}
modelName?: string
```

Model name specific to the provider (e.g., 'gpt-4', 'claude-3-5-sonnet-20241022')

### responseFormat

```typescript theme={"system"}
responseFormat?: "text" | "json" | "json_schema"
```

Model name specific to the provider (e.g., 'gpt-4', 'claude-3-5-sonnet-20241022')

### messageTemplates

```typescript theme={"system"}
messageTemplates?: Camelize<MessageTemplate>[]
```

Model name specific to the provider (e.g., 'gpt-4', 'claude-3-5-sonnet-20241022')
