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

# บทนำ

> API key เดียวสำหรับ chat, embeddings, รูปภาพ และวิดีโอ

# Prism Gateway

Prism Gateway รวม chat, embeddings, image generation และ asynchronous video
generation ไว้หลัง API ที่เข้ากันได้กับ OpenAI

<CardGroup cols={2}>
  <Card title="ใช้กับ OpenAI SDK" icon="code" href="/th/quickstart">
    เปลี่ยนเพียง base URL และ API key
  </Card>

  <Card title="Model catalog เดียว" icon="list" href="/th/models">
    ดูโมเดลที่ API key และองค์กรของคุณใช้งานได้
  </Card>

  <Card title="Usage และ billing" icon="chart-line" href="/th/usage">
    ตรวจเครดิตและค่าใช้จ่ายราย request
  </Card>

  <Card title="ควบคุมระดับองค์กร" icon="building" href="/th/organizations">
    บังคับใช้ model, budget, rate และ key policy
  </Card>
</CardGroup>

```text theme={null}
https://api.prismgateway.io/v1
```

## อ่านต่อ

1. [ยิง request แรก](/th/quickstart)
2. [ตั้งค่า authentication ให้ปลอดภัย](/th/authentication)
3. [ใช้ OpenAI SDK](/th/sdks)
4. [สร้างรูปภาพและวิดีโอ](/th/media)

[English version](/)
