> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateEmbeddingsData - Go SDK

> CreateEmbeddingsData type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

A single embedding object

## Fields

| Field       | Type                                                                                   | Required             | Description                                               | Example                                                          |
| ----------- | -------------------------------------------------------------------------------------- | -------------------- | --------------------------------------------------------- | ---------------------------------------------------------------- |
| `Embedding` | [operations.Embedding](/client-sdks/go/api-reference/operations/embedding)             | :heavy\_check\_mark: | Embedding vector as an array of floats or a base64 string | \[<br />0.0023064255,<br />-0.009327292,<br />0.015797347<br />] |
| `Index`     | `*int64`                                                                               | :heavy\_minus\_sign: | Index of the embedding in the input list                  | 0                                                                |
| `Object`    | [operations.ObjectEmbedding](/client-sdks/go/api-reference/operations/objectembedding) | :heavy\_check\_mark: | N/A                                                       |                                                                  |
