> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/general/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/general/service-provider-and-model-id-details.md).

# Service Provider & Model ID Details

{% stepper %}
{% step %}

### ChatGPT

Direct link to heading: <https://docs.navigaglobal.com/wingman/configuration/service-provider-and-model-id-details#id-1.-chatgpt>

Example minimal configuration:

{% code title="snippet.json" %}

```
```

{% endcode %}

For the model id value ("modelId"): from <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:

{% code title="example.json" %}

```
```

{% endcode %}
{% endstep %}

{% step %}

### AWS Bedrock

Direct link to heading: <https://docs.navigaglobal.com/wingman/configuration/service-provider-and-model-id-details#id-2.-aws-bedrock>

Example minimal configuration:

{% code title="snippet.json" %}

```
```

{% endcode %}

For the model id value ("modelId"): from <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:

{% code title="example.json" %}

```
```

{% endcode %}
{% endstep %}
{% endstepper %}
