[Deprecated] Use /ai-optimizer/v1beta/organizations/{organization_id}/playground-chat-completions instead.Ask AIpost deprecatedhttps://api.cast.ai/v1/llm/playground-chat-completionsBody ParamsDefines the request for creating chat completions in playground.selectedPlaygroundProvidersarray of objectsrequiredselectedPlaygroundProviders*ADD objectselectedRegisteredProvidersarray of objectsrequiredselectedRegisteredProviders*ADD objectrouterChatCompletionobjectrequiredDefines the request for chat completion. It supports a subset of OpenAI API (https://platform.openai.com/docs/api-reference/chat/create) spec.routerChatCompletion objectproxyChatCompletionobjectrequiredDefines the request for chat completion. It supports a subset of OpenAI API (https://platform.openai.com/docs/api-reference/chat/create) spec.proxyChatCompletion objectrouterQualityWeightdouble | nullThis weight determines the importance of the quality over cost when comparing models. Default is 0.5. E.g.: 0.5 means that the quality of the model is as important as the cost. 1 means that only the quality will be considered. 0 means that only the cost will be considered.Response 200A successful response.Updated 7 months ago