---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/type-aliases/WebLLMChatCompletionsRequestBody.md
---

# Type Alias: WebLLMChatCompletionsRequestBody

```ts
type WebLLMChatCompletionsRequestBody = Omit<
  OpenAIChatCompletionsRequestBody,
  "model"
> & {
  model?: string;
};
```

Defined in: [batteries/llm/webllm\_chat\_completions/types.ts:40](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/llm/webllm_chat_completions/types.ts#L40)

## Type Declaration

| Name     | Type     | Defined in                                                                                                                                                  |
| -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `model?` | `string` | [batteries/llm/webllm\_chat\_completions/types.ts:41](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/llm/webllm_chat_completions/types.ts#L41) |
