> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported SDKs

> Find the best way to use Portkey in your preferred language.

Set up your development environment to use Portkey in Python, Node.js, or any OpenAI-compatible SDK.

## Official SDKs

<CardGroup cols={3}>
  <Card title="Python" icon="python" href="/api-reference/sdk/python">
    Easy, modern integration for Python apps.
  </Card>

  <Card title="Node.js" icon="js" href="/api-reference/sdk/node">
    Full-featured Node.js/TypeScript SDK.
  </Card>
</CardGroup>

## Compatible & Community Libraries

You can use Portkey with many OpenAI-compatible and community SDKs. Here are some popular options:

<CardGroup cols={3}>
  <Card title="OpenAI Python" icon="python" href="https://github.com/openai/openai-python">
    Use Portkey as a drop-in for OpenAI methods.
  </Card>

  <Card title="OpenAI Node.js" icon="js" href="https://github.com/openai/openai-node">
    Works with Portkey's OpenAI-style methods.
  </Card>

  <Card title="C# (.NET)" icon="hashtag" href="/api-reference/sdk/c-sharp">
    Enterprise-ready integration for .NET apps.
  </Card>
</CardGroup>

## Coming Soon

<CardGroup cols={3}>
  <Card title="Java" icon="java">Coming Soon</Card>
  <Card title="PHP" icon="php">Coming Soon</Card>
  <Card title="Go" icon="golang">Coming Soon</Card>
  <Card title="Rust" icon="rust">Coming Soon</Card>
  <Card title="C++" icon="c">Coming Soon</Card>
  <Card title="Ruby" icon="gem">Coming Soon</Card>
</CardGroup>

***

## FAQs

<AccordionGroup>
  <Accordion title="Missing your language? Need help integrating Portkey?">
    [Email us](mailto:support@portkey.ai) or [book a demo](https://portkey.sh/demo-15) with our team!
  </Accordion>

  <Accordion title="Can I use Portkey with my favorite OpenAI SDK?">
    Yes! Any OpenAI-compatible SDK or HTTP client can be used with Portkey by simply pointing to the Portkey API endpoint and using your Portkey API key.
  </Accordion>

  <Accordion title="Where can I find more integration examples?">
    Check out our exhaustive list of integrations [here](/integrations/ecosystem).
  </Accordion>
</AccordionGroup>
