@@ -15769,3 +15769,243 @@ export const leadfyndrCreateLeadFyndrAccessRequest: OpenAPIOperation<
15769
15769
method: "POST",
15770
15770
operationId: "leadfyndr-create-lead-fyndr-access-request",
15771
15771
};
15772
+
15773
+ /** Get a list of currently active llm models. */
15774
+ export const aihostingGetLlmModelsExperimental: OpenAPIOperation<
15775
+ RequestType<
15776
+ Simplify<null>,
15777
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Path>,
15778
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Query>,
15779
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Header>
15780
+ >,
15781
+ | Response<
15782
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$200.Content.ApplicationJson>,
15783
+ 200,
15784
+ "application/json"
15785
+ >
15786
+ | Response<
15787
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$400.Content.ApplicationJson>,
15788
+ 400,
15789
+ "application/json"
15790
+ >
15791
+ | Response<
15792
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$403.Content.ApplicationJson>,
15793
+ 403,
15794
+ "application/json"
15795
+ >
15796
+ | Response<
15797
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$404.Content.ApplicationJson>,
15798
+ 404,
15799
+ "application/json"
15800
+ >
15801
+ | Response<
15802
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$429.Content.ApplicationJson>,
15803
+ 429,
15804
+ "application/json"
15805
+ >
15806
+ | Response<
15807
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.Default.Content.ApplicationJson>,
15808
+ "default",
15809
+ "application/json"
15810
+ >
15811
+ > = {
15812
+ path: "/v2-experimental/llm/models",
15813
+ method: "GET",
15814
+ operationId: "aihosting-get-llm-models-experimental",
15815
+ };
15816
+
15817
+ /** Get a list of already created llm licences. */
15818
+ export const projectGetLlmLicencesExperimental: OpenAPIOperation<
15819
+ RequestType<
15820
+ Simplify<null>,
15821
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Path>,
15822
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Query>,
15823
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Header>
15824
+ >,
15825
+ | Response<
15826
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$200.Content.ApplicationJson>,
15827
+ 200,
15828
+ "application/json"
15829
+ >
15830
+ | Response<
15831
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$400.Content.ApplicationJson>,
15832
+ 400,
15833
+ "application/json"
15834
+ >
15835
+ | Response<
15836
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$403.Content.ApplicationJson>,
15837
+ 403,
15838
+ "application/json"
15839
+ >
15840
+ | Response<
15841
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$404.Content.ApplicationJson>,
15842
+ 404,
15843
+ "application/json"
15844
+ >
15845
+ | Response<
15846
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$429.Content.ApplicationJson>,
15847
+ 429,
15848
+ "application/json"
15849
+ >
15850
+ | Response<
15851
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.Default.Content.ApplicationJson>,
15852
+ "default",
15853
+ "application/json"
15854
+ >
15855
+ > = {
15856
+ path: "/v2-experimental/projects/{projectId}/llm-licences",
15857
+ method: "GET",
15858
+ operationId: "project-get-llm-licences-experimental",
15859
+ };
15860
+
15861
+ /** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
15862
+ export const projectCreateLlmBetaLicenceExperimental: OpenAPIOperation<
15863
+ RequestType<
15864
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.RequestBody>,
15865
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Path>,
15866
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Query>,
15867
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Header>
15868
+ >,
15869
+ | Response<
15870
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$201.Content.ApplicationJson>,
15871
+ 201,
15872
+ "application/json"
15873
+ >
15874
+ | Response<
15875
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$400.Content.ApplicationJson>,
15876
+ 400,
15877
+ "application/json"
15878
+ >
15879
+ | Response<
15880
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$403.Content.ApplicationJson>,
15881
+ 403,
15882
+ "application/json"
15883
+ >
15884
+ | Response<
15885
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$404.Content.ApplicationJson>,
15886
+ 404,
15887
+ "application/json"
15888
+ >
15889
+ | Response<
15890
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$409.Content.ApplicationJson>,
15891
+ 409,
15892
+ "application/json"
15893
+ >
15894
+ | Response<
15895
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$412.Content.ApplicationJson>,
15896
+ 412,
15897
+ "application/json"
15898
+ >
15899
+ | Response<
15900
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$429.Content.ApplicationJson>,
15901
+ 429,
15902
+ "application/json"
15903
+ >
15904
+ | Response<
15905
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.Default.Content.ApplicationJson>,
15906
+ "default",
15907
+ "application/json"
15908
+ >
15909
+ > = {
15910
+ path: "/v2-experimental/projects/{projectId}/llm-licences",
15911
+ method: "POST",
15912
+ operationId: "project-create-llm-beta-licence-experimental",
15913
+ };
15914
+
15915
+ /** Get a licence of a project. */
15916
+ export const projectGetLlmLicenceExperimental: OpenAPIOperation<
15917
+ RequestType<
15918
+ Simplify<null>,
15919
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Path>,
15920
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Query>,
15921
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Header>
15922
+ >,
15923
+ | Response<
15924
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$200.Content.ApplicationJson>,
15925
+ 200,
15926
+ "application/json"
15927
+ >
15928
+ | Response<
15929
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$400.Content.ApplicationJson>,
15930
+ 400,
15931
+ "application/json"
15932
+ >
15933
+ | Response<
15934
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$403.Content.ApplicationJson>,
15935
+ 403,
15936
+ "application/json"
15937
+ >
15938
+ | Response<
15939
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$404.Content.ApplicationJson>,
15940
+ 404,
15941
+ "application/json"
15942
+ >
15943
+ | Response<
15944
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$429.Content.ApplicationJson>,
15945
+ 429,
15946
+ "application/json"
15947
+ >
15948
+ | Response<
15949
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.Default.Content.ApplicationJson>,
15950
+ "default",
15951
+ "application/json"
15952
+ >
15953
+ > = {
15954
+ path: "/v2-experimental/projects/{projectId}/llm-licences/{licenceId}",
15955
+ method: "GET",
15956
+ operationId: "project-get-llm-licence-experimental",
15957
+ };
15958
+
15959
+ /** Update a llm Licence for a project. */
15960
+ export const projectUpdateLlmLicenceExperimental: OpenAPIOperation<
15961
+ RequestType<
15962
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.RequestBody>,
15963
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Path>,
15964
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Query>,
15965
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Header>
15966
+ >,
15967
+ | Response<
15968
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$200.Content.ApplicationJson>,
15969
+ 200,
15970
+ "application/json"
15971
+ >
15972
+ | Response<
15973
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$400.Content.ApplicationJson>,
15974
+ 400,
15975
+ "application/json"
15976
+ >
15977
+ | Response<
15978
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$403.Content.ApplicationJson>,
15979
+ 403,
15980
+ "application/json"
15981
+ >
15982
+ | Response<
15983
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$404.Content.ApplicationJson>,
15984
+ 404,
15985
+ "application/json"
15986
+ >
15987
+ | Response<
15988
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$409.Content.ApplicationJson>,
15989
+ 409,
15990
+ "application/json"
15991
+ >
15992
+ | Response<
15993
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$412.Content.ApplicationJson>,
15994
+ 412,
15995
+ "application/json"
15996
+ >
15997
+ | Response<
15998
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$429.Content.ApplicationJson>,
15999
+ 429,
16000
+ "application/json"
16001
+ >
16002
+ | Response<
16003
+ Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.Default.Content.ApplicationJson>,
16004
+ "default",
16005
+ "application/json"
16006
+ >
16007
+ > = {
16008
+ path: "/v2-experimental/projects/{projectId}/llm-licences/{licenceId}",
16009
+ method: "PUT",
16010
+ operationId: "project-update-llm-licence-experimental",
16011
+ };
0 commit comments