from typing import Set
SIMPLIFIED_SCHEMAS: Set[str] = {
"ModelIds",
"ModelIdsShared",
"ModelIdsResponses",
"CreateCompletionRequestModel",
"CreateAssistantRequestModel",
"CreateThreadAndRunRequestModel",
"CreateImageRequestModel",
"CreateEmbeddingRequestModel",
"CreateSpeechRequestModel",
"CreateFineTuningJobRequestModel",
"CreateTranscriptionRequestModel",
"CreateTranslationRequestModel",
"CreateModerationRequestModel",
"CreateImageEditRequestModel",
"CreateImageVariationRequestModel",
"VoiceIdsShared",
}