together 2.0.0a16__tar.gz → 2.0.0a17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- together-2.0.0a17/.release-please-manifest.json +3 -0
- {together-2.0.0a16 → together-2.0.0a17}/CHANGELOG.md +15 -0
- {together-2.0.0a16 → together-2.0.0a17}/PKG-INFO +1 -1
- {together-2.0.0a16 → together-2.0.0a17}/pyproject.toml +1 -1
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_version.py +1 -1
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/create.py +7 -5
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/models/list.py +18 -14
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/endpoints.py +2 -2
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoint_create_params.py +1 -1
- together-2.0.0a16/.release-please-manifest.json +0 -3
- {together-2.0.0a16 → together-2.0.0a17}/.gitignore +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/CONTRIBUTING.md +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/LICENSE +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/README.md +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/SECURITY.md +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/api.md +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/bin/check-release-environment +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/bin/publish-pypi +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/.keep +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/coqa-small.jsonl +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/coqa.jsonl +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/embedding.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/file-upload.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/fine_tuning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/image.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/streaming.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/examples/tokenize_data.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/release-please-config.json +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/requirements-dev.lock +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_base_client.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_client.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_compat.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_constants.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_exceptions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_qs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_resource.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_streaming.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_types.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_compat.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_datetime_parse.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_logs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_proxy.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_reflection.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_resources_proxy.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_streams.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_sync.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_transform.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_typing.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/_utils/_utils.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/constants.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/error.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/.keep +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/_google_colab.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/_utils.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/create.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/delete.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/get_credentials.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/list_regions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/create.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/delete.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/update.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/availability_zones.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/delete.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/hardware.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/start.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/stop.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/update.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/evals/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/evals/create.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/evals/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/evals/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/evals/status.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/check.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/delete.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/retrieve_content.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/files/upload.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/cancel.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/create.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/delete.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/download.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/list_checkpoints.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/list_events.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/retrieve.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/models/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/models/upload.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/constants.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/resources/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/resources/files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/resources/fine_tuning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/types/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/types/error.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/types/fine_tuning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/utils/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/utils/_log.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/utils/files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/utils/serializer.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/lib/utils/tools.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/py.typed +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/audio.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/speech.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/transcriptions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/translations.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/audio/voices.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/batches.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/beta/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/beta/beta.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/beta/clusters/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/beta/clusters/clusters.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/beta/clusters/storage.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/chat/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/chat/chat.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/chat/completions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/code_interpreter/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/code_interpreter/code_interpreter.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/code_interpreter/sessions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/completions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/embeddings.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/evals.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/fine_tuning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/hardware.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/images.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/jobs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/rerank.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/resources/videos.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/speech_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/transcription_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/transcription_create_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/translation_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/translation_create_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/voice_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio_speech_stream_chunk.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/autoscaling.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/autoscaling_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/batch_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/batch_create_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/batch_job.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/batch_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster_delete_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster_list_regions_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/cluster_update_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/cluster_storage.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/storage_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/storage_delete_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/storage_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/beta/clusters/storage_update_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_chunk.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_structured_message_image_url_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_structured_message_text_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_structured_message_video_url_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_usage.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/chat_completion_warning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat/completion_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/chat_completions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/code_interpreter/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/code_interpreter/session_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/code_interpreter_execute_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/completion.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/completion_chunk.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/completion_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/dedicated_endpoint.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/embedding.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/embedding_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoint_list_avzones_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoint_list_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoint_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoint_update_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/endpoints.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/eval_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/eval_create_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/eval_list_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/eval_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/eval_status_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/evaluation_job.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/execute_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/file_delete_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/file_list.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/file_purpose.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/file_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/file_type.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_cancel_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_content_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_delete_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_delete_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_estimate_price_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_estimate_price_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_list_checkpoints_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_list_events_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/fine_tuning_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/finetune.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/finetune_event.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/finetune_event_type.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/finetune_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/hardware_list_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/hardware_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/image_data_b64.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/image_data_url.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/image_file.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/image_generate_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/job_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/job_retrieve_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/log_probs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/model_list_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/model_list_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/model_object.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/model_upload_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/model_upload_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/rerank_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/rerank_create_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/tool_choice.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/tool_choice_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/tools_param.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/training_method_dpo.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/training_method_sft.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/video_create_params.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/src/together/types/video_job.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/audio/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/audio/test_speech.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/audio/test_transcriptions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/audio/test_translations.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/audio/test_voices.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/beta/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/beta/clusters/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/beta/clusters/test_storage.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/beta/test_clusters.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/chat/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/chat/test_completions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/code_interpreter/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/code_interpreter/test_sessions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_batches.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_code_interpreter.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_completions.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_embeddings.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_endpoints.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_evals.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_fine_tuning.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_hardware.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_images.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_jobs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_rerank.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/api_resources/test_videos.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/conftest.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/constants.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/resources/__init__.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/resources/generate_hyperparameters.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/resources/test_completion.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/resources/test_completion_stream.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/integration/resources/test_files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/sample_file.txt +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_cli_utils.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_client.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_deepcopy.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_extract_files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_files.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_models.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_qs.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_required_args.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_response.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_streaming.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_transform.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_utils/test_datetime_parse.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_utils/test_proxy.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/test_utils/test_typing.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_async_client.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_client.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_code_interpreter.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_files_checks.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_files_resource.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_fine_tuning_resources.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_imports.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_multipart_upload_manager.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_preference_openai.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/unit/test_video_url.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/tests/utils.py +0 -0
- {together-2.0.0a16 → together-2.0.0a17}/uv.lock +0 -0
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.17 (2026-01-21)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.0.0-alpha.16...v2.0.0-alpha.17](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.16...v2.0.0-alpha.17)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **cli:** add b200 and h200 GPU options for endpoint creation ([#218](https://github.com/togethercomputer/together-py/issues/218)) ([b514912](https://github.com/togethercomputer/together-py/commit/b514912a281922fefbf8a9f62b936ed1de243718))
|
|
10
|
+
* Improve usage of models list cli command ([#216](https://github.com/togethercomputer/together-py/issues/216)) ([430e6c1](https://github.com/togethercomputer/together-py/commit/430e6c1e030749be474f020b677d91014ba4482c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* Deprecate CLI usage for endpoints create flag --no-promopt-cache ([#219](https://github.com/togethercomputer/together-py/issues/219)) ([55e9700](https://github.com/togethercomputer/together-py/commit/55e9700187b42f8baff6f567a3a657b46577ed88))
|
|
16
|
+
* Mark disable_prompt_cache as deprecated for endpoint creation ([6a629b2](https://github.com/togethercomputer/together-py/commit/6a629b29e53b4374503d30ca75456184ef313b67))
|
|
17
|
+
|
|
3
18
|
## 2.0.0-alpha.16 (2026-01-18)
|
|
4
19
|
|
|
5
20
|
Full Changelog: [v2.0.0-alpha.15...v2.0.0-alpha.16](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.15...v2.0.0-alpha.16)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: together
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0a17
|
|
4
4
|
Summary: The official Python library for the together API
|
|
5
5
|
Project-URL: Homepage, https://github.com/togethercomputer/together-py
|
|
6
6
|
Project-URL: Repository, https://github.com/togethercomputer/together-py
|
|
@@ -31,7 +31,7 @@ from .hardware import hardware
|
|
|
31
31
|
)
|
|
32
32
|
@click.option(
|
|
33
33
|
"--gpu",
|
|
34
|
-
type=click.Choice(["h100", "a100", "l40", "l40s", "rtx-6000"]),
|
|
34
|
+
type=click.Choice(["b200", "h200", "h100", "a100", "l40", "l40s", "rtx-6000"]),
|
|
35
35
|
required=True,
|
|
36
36
|
help="GPU type to use for inference",
|
|
37
37
|
)
|
|
@@ -48,7 +48,7 @@ from .hardware import hardware
|
|
|
48
48
|
@click.option(
|
|
49
49
|
"--no-prompt-cache",
|
|
50
50
|
is_flag=True,
|
|
51
|
-
help="
|
|
51
|
+
help="Deprecated and no longer has any effect.",
|
|
52
52
|
)
|
|
53
53
|
@click.option(
|
|
54
54
|
"--no-speculative-decoding",
|
|
@@ -95,6 +95,8 @@ def create(
|
|
|
95
95
|
client: Together = ctx.obj
|
|
96
96
|
# Map GPU types to their full hardware ID names
|
|
97
97
|
gpu_map = {
|
|
98
|
+
"b200": "nvidia_b200_180gb_sxm",
|
|
99
|
+
"h200": "nvidia_h200_140gb_sxm",
|
|
98
100
|
"h100": "nvidia_h100_80gb_sxm",
|
|
99
101
|
"a100": "nvidia_a100_80gb_pcie" if gpu_count == 1 else "nvidia_a100_80gb_sxm",
|
|
100
102
|
"l40": "nvidia_l40",
|
|
@@ -102,6 +104,9 @@ def create(
|
|
|
102
104
|
"rtx-6000": "nvidia_rtx_6000_ada",
|
|
103
105
|
}
|
|
104
106
|
|
|
107
|
+
if no_prompt_cache is not None:
|
|
108
|
+
click.echo("Warning: --no-prompt-cache is deprecated and no longer has any effect.", err=True)
|
|
109
|
+
|
|
105
110
|
hardware_id = f"{gpu_count}x_{gpu_map[gpu]}"
|
|
106
111
|
|
|
107
112
|
try:
|
|
@@ -113,7 +118,6 @@ def create(
|
|
|
113
118
|
"max_replicas": max_replicas,
|
|
114
119
|
},
|
|
115
120
|
display_name=display_name or omit,
|
|
116
|
-
disable_prompt_cache=no_prompt_cache or omit,
|
|
117
121
|
disable_speculative_decoding=no_speculative_decoding or omit,
|
|
118
122
|
state="STOPPED" if no_auto_start else "STARTED",
|
|
119
123
|
inactive_timeout=inactive_timeout,
|
|
@@ -134,8 +138,6 @@ def create(
|
|
|
134
138
|
click.echo(f" Hardware: {hardware_id}", err=True)
|
|
135
139
|
if display_name:
|
|
136
140
|
click.echo(f" Display name: {display_name}", err=True)
|
|
137
|
-
if no_prompt_cache:
|
|
138
|
-
click.echo(" Prompt cache: disabled", err=True)
|
|
139
141
|
if no_speculative_decoding:
|
|
140
142
|
click.echo(" Speculative decoding: disabled", err=True)
|
|
141
143
|
if no_auto_start:
|
|
@@ -5,9 +5,9 @@ import click
|
|
|
5
5
|
from tabulate import tabulate
|
|
6
6
|
|
|
7
7
|
from together import Together, omit
|
|
8
|
-
from together._models import BaseModel
|
|
9
8
|
from together._response import APIResponse as APIResponse
|
|
10
9
|
from together.lib.cli.api._utils import handle_api_errors
|
|
10
|
+
from together.lib.utils.serializer import datetime_serializer
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
@click.command()
|
|
@@ -29,23 +29,27 @@ def list(ctx: click.Context, type: Optional[str], json: bool) -> None:
|
|
|
29
29
|
|
|
30
30
|
models_list = client.models.list(dedicated=type == "dedicated" if type else omit)
|
|
31
31
|
|
|
32
|
+
if json:
|
|
33
|
+
items = [model.model_dump() for model in models_list]
|
|
34
|
+
click.echo(json_lib.dumps(items, indent=2, default=datetime_serializer))
|
|
35
|
+
return
|
|
36
|
+
|
|
32
37
|
display_list: List[Dict[str, Any]] = []
|
|
33
|
-
model:
|
|
34
|
-
|
|
38
|
+
for model in sorted(models_list, key=lambda x: x.type):
|
|
39
|
+
price_parts: List[str] = []
|
|
40
|
+
|
|
41
|
+
# Only show pricing if a value actually exists
|
|
42
|
+
if model.pricing and model.pricing.input > 0 and model.pricing.output > 0:
|
|
43
|
+
price_parts.append(f"${model.pricing.input:.2f}")
|
|
44
|
+
price_parts.append(f"${model.pricing.output:.2f}")
|
|
45
|
+
|
|
35
46
|
display_list.append(
|
|
36
47
|
{
|
|
37
|
-
"
|
|
38
|
-
"Name": model.display_name,
|
|
39
|
-
"Organization": model.organization,
|
|
48
|
+
"Model": model.id,
|
|
40
49
|
"Type": model.type,
|
|
41
|
-
"Context
|
|
42
|
-
"
|
|
43
|
-
"Input per 1M token": model.pricing.input if model.pricing else None,
|
|
44
|
-
"Output per 1M token": model.pricing.output if model.pricing else None,
|
|
50
|
+
"Context length": model.context_length if model.context_length else None,
|
|
51
|
+
"Price per 1M Tokens (input/output)": "/".join(price_parts),
|
|
45
52
|
}
|
|
46
53
|
)
|
|
47
54
|
|
|
48
|
-
|
|
49
|
-
click.echo(json_lib.dumps(display_list, indent=2))
|
|
50
|
-
else:
|
|
51
|
-
click.echo(tabulate(display_list, headers="keys", tablefmt="plain"))
|
|
55
|
+
click.echo(tabulate(display_list, headers="keys"))
|
|
@@ -81,7 +81,7 @@ class EndpointsResource(SyncAPIResource):
|
|
|
81
81
|
|
|
82
82
|
availability_zone: Create the endpoint in a specified availability zone (e.g., us-central-4b)
|
|
83
83
|
|
|
84
|
-
disable_prompt_cache:
|
|
84
|
+
disable_prompt_cache: This parameter is deprecated and no longer has any effect.
|
|
85
85
|
|
|
86
86
|
disable_speculative_decoding: Whether to disable speculative decoding for this endpoint
|
|
87
87
|
|
|
@@ -375,7 +375,7 @@ class AsyncEndpointsResource(AsyncAPIResource):
|
|
|
375
375
|
|
|
376
376
|
availability_zone: Create the endpoint in a specified availability zone (e.g., us-central-4b)
|
|
377
377
|
|
|
378
|
-
disable_prompt_cache:
|
|
378
|
+
disable_prompt_cache: This parameter is deprecated and no longer has any effect.
|
|
379
379
|
|
|
380
380
|
disable_speculative_decoding: Whether to disable speculative decoding for this endpoint
|
|
381
381
|
|
|
@@ -24,7 +24,7 @@ class EndpointCreateParams(TypedDict, total=False):
|
|
|
24
24
|
"""Create the endpoint in a specified availability zone (e.g., us-central-4b)"""
|
|
25
25
|
|
|
26
26
|
disable_prompt_cache: bool
|
|
27
|
-
"""
|
|
27
|
+
"""This parameter is deprecated and no longer has any effect."""
|
|
28
28
|
|
|
29
29
|
disable_speculative_decoding: bool
|
|
30
30
|
"""Whether to disable speculative decoding for this endpoint"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/get_credentials.py
RENAMED
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/list_regions.py
RENAMED
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/__init__.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/create.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/delete.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/list.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/beta/clusters/storage/retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/endpoints/availability_zones.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/lib/cli/api/fine_tuning/list_checkpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/resources/code_interpreter/code_interpreter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/transcription_create_params.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/transcription_create_response.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/translation_create_params.py
RENAMED
|
File without changes
|
{together-2.0.0a16 → together-2.0.0a17}/src/together/types/audio/translation_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|