Response Types:
- together.Deployment
- together.DeploymentLogs
- together.BetaJigListResponse
- together.BetaJigDestroyResponse
Methods:
client.Beta.Jig.Get(ctx context.Context, id string) (*together.Deployment, error)client.Beta.Jig.Update(ctx context.Context, id string, body together.BetaJigUpdateParams) (*together.Deployment, error)client.Beta.Jig.List(ctx context.Context) (*together.BetaJigListResponse, error)client.Beta.Jig.Deploy(ctx context.Context, body together.BetaJigDeployParams) (*together.Deployment, error)client.Beta.Jig.Destroy(ctx context.Context, id string) (*together.BetaJigDestroyResponse, error)client.Beta.Jig.GetLogs(ctx context.Context, id string, query together.BetaJigGetLogsParams) (*together.DeploymentLogs, error)
Response Types:
- together.BetaJigQueueGetResponse
- together.BetaJigQueueCancelResponse
- together.BetaJigQueueMetricsResponse
- together.BetaJigQueueSubmitResponse
Methods:
client.Beta.Jig.Queue.Get(ctx context.Context, query together.BetaJigQueueGetParams) (*together.BetaJigQueueGetResponse, error)client.Beta.Jig.Queue.Cancel(ctx context.Context, body together.BetaJigQueueCancelParams) (*together.BetaJigQueueCancelResponse, error)client.Beta.Jig.Queue.Metrics(ctx context.Context, query together.BetaJigQueueMetricsParams) (*together.BetaJigQueueMetricsResponse, error)client.Beta.Jig.Queue.Submit(ctx context.Context, body together.BetaJigQueueSubmitParams) (*together.BetaJigQueueSubmitResponse, error)
Response Types:
Methods:
client.Beta.Jig.Volumes.New(ctx context.Context, body together.BetaJigVolumeNewParams) (*together.Volume, error)client.Beta.Jig.Volumes.Get(ctx context.Context, id string) (*together.Volume, error)client.Beta.Jig.Volumes.Update(ctx context.Context, id string, body together.BetaJigVolumeUpdateParams) (*together.Volume, error)client.Beta.Jig.Volumes.List(ctx context.Context) (*together.BetaJigVolumeListResponse, error)client.Beta.Jig.Volumes.Delete(ctx context.Context, id string) (*together.BetaJigVolumeDeleteResponse, error)
Response Types:
Methods:
client.Beta.Jig.Secrets.New(ctx context.Context, body together.BetaJigSecretNewParams) (*together.Secret, error)client.Beta.Jig.Secrets.Get(ctx context.Context, id string) (*together.Secret, error)client.Beta.Jig.Secrets.Update(ctx context.Context, id string, body together.BetaJigSecretUpdateParams) (*together.Secret, error)client.Beta.Jig.Secrets.List(ctx context.Context) (*together.BetaJigSecretListResponse, error)client.Beta.Jig.Secrets.Delete(ctx context.Context, id string) (*together.BetaJigSecretDeleteResponse, error)
Response Types:
- together.Cluster
- together.BetaClusterListResponse
- together.BetaClusterDeleteResponse
- together.BetaClusterListRegionsResponse
Methods:
client.Beta.Clusters.New(ctx context.Context, body together.BetaClusterNewParams) (*together.Cluster, error)client.Beta.Clusters.Get(ctx context.Context, clusterID string) (*together.Cluster, error)client.Beta.Clusters.Update(ctx context.Context, clusterID string, body together.BetaClusterUpdateParams) (*together.Cluster, error)client.Beta.Clusters.List(ctx context.Context) (*together.BetaClusterListResponse, error)client.Beta.Clusters.Delete(ctx context.Context, clusterID string) (*together.BetaClusterDeleteResponse, error)client.Beta.Clusters.ListRegions(ctx context.Context) (*together.BetaClusterListRegionsResponse, error)
Response Types:
- together.ClusterStorage
- together.BetaClusterStorageListResponse
- together.BetaClusterStorageDeleteResponse
Methods:
client.Beta.Clusters.Storage.New(ctx context.Context, body together.BetaClusterStorageNewParams) (*together.ClusterStorage, error)client.Beta.Clusters.Storage.Get(ctx context.Context, volumeID string) (*together.ClusterStorage, error)client.Beta.Clusters.Storage.Update(ctx context.Context, body together.BetaClusterStorageUpdateParams) (*together.ClusterStorage, error)client.Beta.Clusters.Storage.List(ctx context.Context) (*together.BetaClusterStorageListResponse, error)client.Beta.Clusters.Storage.Delete(ctx context.Context, volumeID string) (*together.BetaClusterStorageDeleteResponse, error)
Params Types:
- together.ChatCompletionStructuredMessageImageURLParam
- together.ChatCompletionStructuredMessageTextParam
- together.ChatCompletionStructuredMessageVideoURLParam
Response Types:
- together.ChatCompletion
- together.ChatCompletionChunk
- together.ChatCompletionPrompt
- together.ChatCompletionUsage
- together.ChatCompletionWarning
Methods:
client.Chat.Completions.New(ctx context.Context, body together.ChatCompletionNewParams) (*together.ChatCompletion, error)
Params Types:
Response Types:
Methods:
client.Completions.New(ctx context.Context, body together.CompletionNewParams) (*together.Completion, error)
Response Types:
Methods:
client.Embeddings.New(ctx context.Context, body together.EmbeddingNewParams) (*together.Embedding, error)
Params Types:
Response Types:
- together.FileList
- together.FilePurpose
- together.FileResponse
- together.FileType
- together.FileDeleteResponse
Methods:
client.Files.Get(ctx context.Context, id string) (*together.FileResponse, error)client.Files.List(ctx context.Context) (*together.FileList, error)client.Files.Delete(ctx context.Context, id string) (*together.FileDeleteResponse, error)client.Files.Content(ctx context.Context, id string) (*http.Response, error)client.Files.Upload(ctx context.Context, body together.FileUploadParams) (*together.FileResponse, error)
Response Types:
- together.FinetuneEvent
- together.FinetuneEventType
- together.FinetuneResponse
- together.FineTuningNewResponse
- together.FineTuningListResponse
- together.FineTuningDeleteResponse
- together.FineTuningCancelResponse
- together.FineTuningEstimatePriceResponse
- together.FineTuningListCheckpointsResponse
- together.FineTuningListEventsResponse
Methods:
client.FineTuning.New(ctx context.Context, body together.FineTuningNewParams) (*together.FineTuningNewResponse, error)client.FineTuning.Get(ctx context.Context, id string) (*together.FinetuneResponse, error)client.FineTuning.List(ctx context.Context) (*together.FineTuningListResponse, error)client.FineTuning.Delete(ctx context.Context, id string, body together.FineTuningDeleteParams) (*together.FineTuningDeleteResponse, error)client.FineTuning.Cancel(ctx context.Context, id string) (*together.FineTuningCancelResponse, error)client.FineTuning.Content(ctx context.Context, query together.FineTuningContentParams) (*http.Response, error)client.FineTuning.EstimatePrice(ctx context.Context, body together.FineTuningEstimatePriceParams) (*together.FineTuningEstimatePriceResponse, error)client.FineTuning.ListCheckpoints(ctx context.Context, id string) (*together.FineTuningListCheckpointsResponse, error)client.FineTuning.ListEvents(ctx context.Context, id string) (*together.FineTuningListEventsResponse, error)
Response Types:
Methods:
client.CodeInterpreter.Execute(ctx context.Context, body together.CodeInterpreterExecuteParams) (*together.ExecuteResponseUnion, error)
Response Types:
Methods:
Response Types:
Methods:
client.Images.Generate(ctx context.Context, body together.ImageGenerateParams) (*together.ImageFile, error)
Response Types:
Methods:
client.Videos.New(ctx context.Context, body together.VideoNewParams) (*together.VideoJob, error)client.Videos.Get(ctx context.Context, id string) (*together.VideoJob, error)
Response Types:
Methods:
client.Audio.Speech.New(ctx context.Context, body together.AudioSpeechNewParams) (*http.Response, error)
Response Types:
Methods:
Response Types:
Methods:
client.Audio.Transcriptions.New(ctx context.Context, body together.AudioTranscriptionNewParams) (*together.AudioTranscriptionNewResponseUnion, error)
Response Types:
Methods:
client.Audio.Translations.New(ctx context.Context, body together.AudioTranslationNewParams) (*together.AudioTranslationNewResponseUnion, error)
Response Types:
Methods:
client.Models.List(ctx context.Context, query together.ModelListParams) (*[]together.ModelObject, error)client.Models.Upload(ctx context.Context, body together.ModelUploadParams) (*together.ModelUploadResponse, error)
Response Types:
Methods:
client.Models.Uploads.Status(ctx context.Context, jobID string) (*together.ModelUploadStatusResponse, error)
Params Types:
Response Types:
- together.Autoscaling
- together.DedicatedEndpoint
- together.EndpointListResponse
- together.EndpointListAvzonesResponse
- together.EndpointListHardwareResponse
Methods:
client.Endpoints.New(ctx context.Context, body together.EndpointNewParams) (*together.DedicatedEndpoint, error)client.Endpoints.Get(ctx context.Context, endpointID string) (*together.DedicatedEndpoint, error)client.Endpoints.Update(ctx context.Context, endpointID string, body together.EndpointUpdateParams) (*together.DedicatedEndpoint, error)client.Endpoints.List(ctx context.Context, query together.EndpointListParams) (*together.EndpointListResponse, error)client.Endpoints.Delete(ctx context.Context, endpointID string) errorclient.Endpoints.ListAvzones(ctx context.Context) (*together.EndpointListAvzonesResponse, error)client.Endpoints.ListHardware(ctx context.Context, query together.EndpointListHardwareParams) (*together.EndpointListHardwareResponse, error)
Response Types:
Methods:
client.Rerank.New(ctx context.Context, body together.RerankNewParams) (*together.RerankNewResponse, error)
Response Types:
Methods:
client.Batches.New(ctx context.Context, body together.BatchNewParams) (*together.BatchNewResponse, error)client.Batches.Get(ctx context.Context, id string) (*together.BatchJob, error)client.Batches.List(ctx context.Context) (*[]together.BatchJob, error)client.Batches.Cancel(ctx context.Context, id string) (*together.BatchJob, error)
Response Types:
Methods:
client.Evals.New(ctx context.Context, body together.EvalNewParams) (*together.EvalNewResponse, error)client.Evals.Get(ctx context.Context, id string) (*together.EvaluationJob, error)client.Evals.List(ctx context.Context, query together.EvalListParams) (*[]together.EvaluationJob, error)client.Evals.Status(ctx context.Context, id string) (*together.EvalStatusResponse, error)