__init__.py 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
  2. from .audio import (
  3. Audio,
  4. AsyncAudio,
  5. AudioWithRawResponse,
  6. AsyncAudioWithRawResponse,
  7. AudioWithStreamingResponse,
  8. AsyncAudioWithStreamingResponse,
  9. )
  10. from .speech import (
  11. Speech,
  12. AsyncSpeech,
  13. SpeechWithRawResponse,
  14. AsyncSpeechWithRawResponse,
  15. SpeechWithStreamingResponse,
  16. AsyncSpeechWithStreamingResponse,
  17. )
  18. from .translations import (
  19. Translations,
  20. AsyncTranslations,
  21. TranslationsWithRawResponse,
  22. AsyncTranslationsWithRawResponse,
  23. TranslationsWithStreamingResponse,
  24. AsyncTranslationsWithStreamingResponse,
  25. )
  26. from .transcriptions import (
  27. Transcriptions,
  28. AsyncTranscriptions,
  29. TranscriptionsWithRawResponse,
  30. AsyncTranscriptionsWithRawResponse,
  31. TranscriptionsWithStreamingResponse,
  32. AsyncTranscriptionsWithStreamingResponse,
  33. )
  34. __all__ = [
  35. "Transcriptions",
  36. "AsyncTranscriptions",
  37. "TranscriptionsWithRawResponse",
  38. "AsyncTranscriptionsWithRawResponse",
  39. "TranscriptionsWithStreamingResponse",
  40. "AsyncTranscriptionsWithStreamingResponse",
  41. "Translations",
  42. "AsyncTranslations",
  43. "TranslationsWithRawResponse",
  44. "AsyncTranslationsWithRawResponse",
  45. "TranslationsWithStreamingResponse",
  46. "AsyncTranslationsWithStreamingResponse",
  47. "Speech",
  48. "AsyncSpeech",
  49. "SpeechWithRawResponse",
  50. "AsyncSpeechWithRawResponse",
  51. "SpeechWithStreamingResponse",
  52. "AsyncSpeechWithStreamingResponse",
  53. "Audio",
  54. "AsyncAudio",
  55. "AudioWithRawResponse",
  56. "AsyncAudioWithRawResponse",
  57. "AudioWithStreamingResponse",
  58. "AsyncAudioWithStreamingResponse",
  59. ]