# spring.ai.* keys in application.yml against the jars' configuration metadata property names in the jars' metadata: 1528 --- keys in the shipped application.yml --- spring.ai.openai.api-key current spring.ai.openai.chat.model current spring.ai.openai.chat.temperature current spring.ai.openai.embedding.model current spring.ai.vectorstore.pgvector.dimensions current spring.ai.vectorstore.pgvector.distance-type current spring.ai.vectorstore.pgvector.index-type current spring.ai.vectorstore.pgvector.initialize-schema current spring.ai.vectorstore.pgvector.schema-name current spring.ai.vectorstore.pgvector.table-name current --- keys written the 1.x way --- spring.ai.openai.chat.options.model DEPRECATED, use spring.ai.openai.chat.model spring.ai.openai.chat.options.temperature DEPRECATED, use spring.ai.openai.chat.temperature spring.ai.openai.embedding.options.model DEPRECATED, use spring.ai.openai.embedding.model spring.ai.openai.chat.optoins.model UNKNOWN