Response Types:
Methods:
client.AI.Run(ctx context.Context, modelName string, params ai.AIRunParams) (*ai.AIRunResponseUnion, error)
Response Types:
Methods:
client.AI.Finetunes.New(ctx context.Context, params ai.FinetuneNewParams) (*ai.FinetuneNewResponse, error)client.AI.Finetunes.List(ctx context.Context, query ai.FinetuneListParams) (*ai.FinetuneListResponse, error)
Response Types:
Methods:
client.AI.Finetunes.Assets.New(ctx context.Context, finetuneID string, params ai.FinetuneAssetNewParams) (*ai.FinetuneAssetNewResponse, error)
Response Types:
Methods:
client.AI.Finetunes.Public.List(ctx context.Context, params ai.FinetunePublicListParams) (*pagination.SinglePage[ai.FinetunePublicListResponse], error)
Response Types:
Methods:
client.AI.Authors.List(ctx context.Context, query ai.AuthorListParams) (*pagination.SinglePage[ai.AuthorListResponse], error)
Response Types:
Methods:
client.AI.Tasks.List(ctx context.Context, query ai.TaskListParams) (*pagination.SinglePage[ai.TaskListResponse], error)
Response Types:
Methods:
client.AI.Models.List(ctx context.Context, params ai.ModelListParams) (*pagination.V4PagePaginationArray[ai.ModelListResponse], error)
Response Types:
Methods:
client.AI.Models.Schema.Get(ctx context.Context, params ai.ModelSchemaGetParams) (*ai.ModelSchemaGetResponse, error)
Response Types:
Methods:
client.AI.ToMarkdown.Supported(ctx context.Context, query ai.ToMarkdownSupportedParams) (*pagination.SinglePage[ai.ToMarkdownSupportedResponse], error)client.AI.ToMarkdown.Transform(ctx context.Context, params ai.ToMarkdownTransformParams) (*pagination.SinglePage[ai.ToMarkdownTransformResponse], error)