# Service Provider & Model ID Details

{% stepper %}
{% step %}

### ChatGPT

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

Set the service provider:

```inline-grid
"serviceProvider" : "openai"
```

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 — service provider ChatGPT and Model ChatGPT 3.5 turbo:

```inline-grid
"serviceProvider": "openai",
"modelId": "gpt-3.5-turbo"
```

{% endstep %}

{% step %}

### AWS Bedrock

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

Set the service provider:

```inline-grid
"serviceProvider" : "Bedrock"
```

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 — service provider AWS Bedrock and Model Claude-3-Sonnet:

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

{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.navigaglobal.com/general/service-provider-and-model-id-details-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
