@@ -179,7 +179,7 @@ run();
179179
180180### [ completions] ( docs/sdks/completions/README.md )
181181
182- * [ create ] ( docs/sdks/completions/README.md#create ) - Create a completion
182+ * [ generate ] ( docs/sdks/completions/README.md#generate ) - Create a completion
183183
184184### [ credits] ( docs/sdks/credits/README.md )
185185
@@ -246,7 +246,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
246246- [ ` apiKeysPatchKeysHash ` ] ( docs/sdks/apikeys/README.md#patchkeyshash ) - Update an API key
247247- [ ` apiKeysPostKeys ` ] ( docs/sdks/apikeys/README.md#postkeys ) - Create a new API key
248248- [ ` chatSend ` ] ( docs/sdks/chat/README.md#send ) - Create a chat completion
249- - [ ` completionsCreate ` ] ( docs/sdks/completions/README.md#create ) - Create a completion
249+ - [ ` completionsGenerate ` ] ( docs/sdks/completions/README.md#generate ) - Create a completion
250250- [ ` creditsGetCredits ` ] ( docs/sdks/credits/README.md#getcredits ) - Get total credits purchased and used for the authenticated user
251251- [ ` creditsPostCreditsCoinbase ` ] ( docs/sdks/credits/README.md#postcreditscoinbase ) - Create a Coinbase charge for crypto payment
252252- [ ` embeddingsGenerate ` ] ( docs/sdks/embeddings/README.md#generate ) - Submit an embedding request
@@ -295,7 +295,7 @@ To learn about this feature and how to get started, check
295295- [ ` useApiKeysPatchKeysHashMutation ` ] ( docs/sdks/apikeys/README.md#patchkeyshash ) - Update an API key
296296- [ ` useApiKeysPostKeysMutation ` ] ( docs/sdks/apikeys/README.md#postkeys ) - Create a new API key
297297- [ ` useChatSendMutation ` ] ( docs/sdks/chat/README.md#send ) - Create a chat completion
298- - [ ` useCompletionsCreateMutation ` ] ( docs/sdks/completions/README.md#create ) - Create a completion
298+ - [ ` useCompletionsGenerateMutation ` ] ( docs/sdks/completions/README.md#generate ) - Create a completion
299299- [ ` useCreditsGetCredits ` ] ( docs/sdks/credits/README.md#getcredits ) - Get total credits purchased and used for the authenticated user
300300- [ ` useCreditsPostCreditsCoinbaseMutation ` ] ( docs/sdks/credits/README.md#postcreditscoinbase ) - Create a Coinbase charge for crypto payment
301301- [ ` useEmbeddingsGenerateMutation ` ] ( docs/sdks/embeddings/README.md#generate ) - Submit an embedding request
0 commit comments