Uses of Class
ai.vectros.types.ModelsResponse
Packages that use ModelsResponse
-
Uses of ModelsResponse in ai.vectros.resources.inference
Methods in ai.vectros.resources.inference that return ModelsResponseModifier and TypeMethodDescriptionInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.InferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.Methods in ai.vectros.resources.inference that return types with arguments of type ModelsResponseModifier and TypeMethodDescriptionAsyncInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.AsyncInferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.AsyncRawInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.AsyncRawInferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.RawInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.RawInferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens. -
Uses of ModelsResponse in ai.vectros.types
Methods in ai.vectros.types that return ModelsResponseModifier and TypeMethodDescriptionModelsResponse._FinalStage.build()ModelsResponse.Builder.build()Methods in ai.vectros.types with parameters of type ModelsResponseModifier and TypeMethodDescriptionModelsResponse.Builder.from(ModelsResponse other) ModelsResponse.DefaultModelStage.from(ModelsResponse other)