"serviceProvider" : "openai"
For model id value "modelId"
From this link: https://platform.openai.com/docs/models/continuous-model-upgrades use the id provided under the column named Model
As an example: Use these for service provider ChatGPT and Model ChatGPT 3.5 turbo
"serviceProvider": "openai",
"modelId": "gpt-3.5-turbo"
"serviceProvider" : "Bedrock"
For model id value "modelId"
From this link: https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html use the id provided under the column Model ID
As an example: Use these for service provider AWS Bedrock and Model Claude-3-Sonnet
"serviceProvider": "Bedrock",
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0"