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

# Interface : LLMInit

> Référence du SDK TypeScript

[weave](../) / LLMInit

<div id="hierarchy">
  ## Hiérarchie
</div>

* `SpanInitBase`

  ↳ `LLMInit`

<div id="table-of-contents">
  ## Table des matières
</div>

<div id="properties">
  ### Propriétés
</div>

* [model](./llminit#model)
* [providerName](./llminit#providername)
* [startTime](./llminit#starttime)

## Propriétés

<div id="model">
  ### model
</div>

• **model**: `string`

<div id="defined-in">
  #### Défini dans
</div>

[src/genai/llm.ts:32](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/llm.ts#L32)

***

<div id="providername">
  ### providerName
</div>

• `Facultatif` **providerName**: `string`

<div id="defined-in">
  #### Défini dans
</div>

[src/genai/llm.ts:33](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/llm.ts#L33)

***

<div id="starttime">
  ### startTime
</div>

• `Facultatif` **startTime**: `TimeInput`

<div id="inherited-from">
  #### Hérité de
</div>

SpanInitBase.startTime

<div id="defined-in">
  #### Défini dans
</div>

[src/genai/spanBase.ts:17](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/spanBase.ts#L17)
