Discover Packages
github.com/APIParkLab/APIPark
module
ai-model
dto
package
Version:
v1.7.3-beta
Opens a new window with list of versions in this module.
Published: Apr 24, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Model struct {
Name string `json:"name"`
AccessConfiguration string `json:"access_configuration"`
ModelParameters string `json:"model_parameters"`
}
type ModelParametersTemplate struct {
Id string `json:"id"`
ProviderName string `json:"provider_name"`
ModelName string `json:"model_name"`
ModelParameters string `json:"model_parameters"`
}
type SimpleModel struct {
Id string `json:"id"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.