> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Provider - Go SDK

> Provider type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

Optional provider slug to filter by (e.g. `openai`, `anthropic`, `amazon-bedrock`).

## Example Usage

```go lines theme={null}
import (
	"github.com/OpenRouterTeam/go-sdk/models/operations"
)

value := operations.ProviderAi21

// Open enum: custom values can be created with a direct type cast
custom := operations.Provider("custom_value")
```

## Values

| Name                      | Value             |
| ------------------------- | ----------------- |
| `ProviderAi21`            | ai21              |
| `ProviderAionLabs`        | aion-labs         |
| `ProviderAkashml`         | akashml           |
| `ProviderAlibaba`         | alibaba           |
| `ProviderAmazonBedrock`   | amazon-bedrock    |
| `ProviderAmazonNova`      | amazon-nova       |
| `ProviderAmbient`         | ambient           |
| `ProviderAnthropic`       | anthropic         |
| `ProviderArceeAi`         | arcee-ai          |
| `ProviderAtlasCloud`      | atlas-cloud       |
| `ProviderAvian`           | avian             |
| `ProviderAzure`           | azure             |
| `ProviderBaidu`           | baidu             |
| `ProviderBaseten`         | baseten           |
| `ProviderBlackForestLabs` | black-forest-labs |
| `ProviderByteplus`        | byteplus          |
| `ProviderCerebras`        | cerebras          |
| `ProviderChutes`          | chutes            |
| `ProviderCirrascale`      | cirrascale        |
| `ProviderClarifai`        | clarifai          |
| `ProviderCloudflare`      | cloudflare        |
| `ProviderCohere`          | cohere            |
| `ProviderCrusoe`          | crusoe            |
| `ProviderDarkbloom`       | darkbloom         |
| `ProviderDeepinfra`       | deepinfra         |
| `ProviderDeepseek`        | deepseek          |
| `ProviderDekallm`         | dekallm           |
| `ProviderDigitalocean`    | digitalocean      |
| `ProviderFeatherless`     | featherless       |
| `ProviderFireworks`       | fireworks         |
| `ProviderFriendli`        | friendli          |
| `ProviderGmicloud`        | gmicloud          |
| `ProviderGoogleAiStudio`  | google-ai-studio  |
| `ProviderGoogleVertex`    | google-vertex     |
| `ProviderGroq`            | groq              |
| `ProviderHyperbolic`      | hyperbolic        |
| `ProviderInception`       | inception         |
| `ProviderInceptron`       | inceptron         |
| `ProviderInferenceNet`    | inference-net     |
| `ProviderInfermatic`      | infermatic        |
| `ProviderInflection`      | inflection        |
| `ProviderIoNet`           | io-net            |
| `ProviderIonstream`       | ionstream         |
| `ProviderLiquid`          | liquid            |
| `ProviderMancer`          | mancer            |
| `ProviderMara`            | mara              |
| `ProviderMinimax`         | minimax           |
| `ProviderMistral`         | mistral           |
| `ProviderModelrun`        | modelrun          |
| `ProviderModular`         | modular           |
| `ProviderMoonshotai`      | moonshotai        |
| `ProviderMorph`           | morph             |
| `ProviderNcompass`        | ncompass          |
| `ProviderNebius`          | nebius            |
| `ProviderNexAgi`          | nex-agi           |
| `ProviderNextbit`         | nextbit           |
| `ProviderNovita`          | novita            |
| `ProviderNvidia`          | nvidia            |
| `ProviderOpenInference`   | open-inference    |
| `ProviderOpenai`          | openai            |
| `ProviderParasail`        | parasail          |
| `ProviderPerceptron`      | perceptron        |
| `ProviderPerplexity`      | perplexity        |
| `ProviderPhala`           | phala             |
| `ProviderPoolside`        | poolside          |
| `ProviderRecraft`         | recraft           |
| `ProviderReka`            | reka              |
| `ProviderRelace`          | relace            |
| `ProviderSambanova`       | sambanova         |
| `ProviderSeed`            | seed              |
| `ProviderSiliconflow`     | siliconflow       |
| `ProviderSourceful`       | sourceful         |
| `ProviderStepfun`         | stepfun           |
| `ProviderStreamlake`      | streamlake        |
| `ProviderSwitchpoint`     | switchpoint       |
| `ProviderTogether`        | together          |
| `ProviderUpstage`         | upstage           |
| `ProviderVenice`          | venice            |
| `ProviderWandb`           | wandb             |
| `ProviderXai`             | xai               |
| `ProviderXiaomi`          | xiaomi            |
| `ProviderZAi`             | z-ai              |
