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

# createLlmScorerVersion

***

# Function: createLlmScorerVersion()

```ts theme={null}
function createLlmScorerVersion(
  params: CreateLlmScorerVersionParams,
): Promise<BaseScorerVersionResponse>;
```

Defined in: [src/utils/scorers.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/scorers.ts)

Creates a new LLM scorer version for a given scorer.

## Parameters

### params

[`CreateLlmScorerVersionParams`](/sdk-api/typescript/reference/types/interfaces/CreateLlmScorerVersionParams)

The parameters for creating the LLM scorer version.

## Returns

`Promise`\<[`BaseScorerVersionResponse`](/sdk-api/typescript/reference/types/type-aliases/BaseScorerVersionResponse)>

A promise that resolves to the created scorer version.
