|
| 1 | +{ |
| 2 | + "properties": [ |
| 3 | + { |
| 4 | + "name": "spring.ai.model.chat", |
| 5 | + "type": "java.lang.String", |
| 6 | + "description": "The primary ChatModel to autoconfigure. If not set, each ChatModel auto-configuration is enabled by default.", |
| 7 | + "defaultValue": "" |
| 8 | + }, |
| 9 | + { |
| 10 | + "name": "spring.ai.model.embedding", |
| 11 | + "type": "java.lang.String", |
| 12 | + "description": "The primary EmbeddingModel to autoconfigure. If not set, each EmbeddingModel auto-configuration is enabled by default.", |
| 13 | + "defaultValue": "" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "spring.ai.model.embedding.text", |
| 17 | + "type": "java.lang.String", |
| 18 | + "description": "The primary EmbeddingModel for text embeddings to autoconfigure. If not set, each text EmbeddingModel auto-configuration is enabled by default.", |
| 19 | + "defaultValue": "" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "spring.ai.model.embedding.multimodal", |
| 23 | + "type": "java.lang.String", |
| 24 | + "description": "The primary EmbeddingModel for multimodal embeddings to autoconfigure. If not set, each multimodal EmbeddingModel auto-configuration is enabled by default.", |
| 25 | + "defaultValue": "" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "spring.ai.model.image", |
| 29 | + "type": "java.lang.String", |
| 30 | + "description": "The primary ImageModel to autoconfigure. If not set, each ImageModel auto-configuration is enabled by default.", |
| 31 | + "defaultValue": "" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "spring.ai.model.audio.transcription", |
| 35 | + "type": "java.lang.String", |
| 36 | + "description": "The primary TranscriptionModel to autoconfigure. If not set, each TranscriptionModel auto-configuration is enabled by default.", |
| 37 | + "defaultValue": "" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "spring.ai.model.audio.speech", |
| 41 | + "type": "java.lang.String", |
| 42 | + "description": "The primary SpeechModel to autoconfigure. If not set, each SpeechModel auto-configuration is enabled by default.", |
| 43 | + "defaultValue": "" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "spring.ai.model.moderation", |
| 47 | + "type": "java.lang.String", |
| 48 | + "description": "The primary ModerationModel to autoconfigure. If not set, each ModerationModel auto-configuration is enabled by default.", |
| 49 | + "defaultValue": "" |
| 50 | + } |
| 51 | + ] |
| 52 | +} |
0 commit comments