For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service Provider & Model ID Details

1

ChatGPT

Copy

"serviceProvider" : "openai"

For model id value "modelId"

From this link use the id provided under column named Model

As an example: Use these for service provider ChatGPT and Model ChatGPT 3.5 turbo

Copy

"serviceProvider": "openai",
"modelId": "gpt-3.5-turbo"
2

AWS Bedrock

Copy

"serviceProvider" : "Bedrock"

For model id value "modelId"

From this link use the id provided under column Model ID

As an example: Use these for service provider AWS Bedrock and Model Claude-3-Sonnet

Copy

"serviceProvider": "Bedrock",
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0"