openai-lib 0.1.0

APIs for sampling from and fine-tuning language models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CreateEmbeddingRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**model** | **String** | ID of the model to use. You can use the [List models]/docs/api-reference/models/list API to see all of your available models, or see our [Model overview]/docs/models/overview for descriptions of them. | 
**input** | [**crate::models::CreateEmbeddingRequestInput**]CreateEmbeddingRequest_input.md |  | 
**user** | Option<**String**> | A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more]/docs/guides/safety-best-practices/end-user-ids.  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)