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

# Client Libraries

> Libraries for calling fal AI models from your applications

Use these libraries to call fal AI models from your applications. Available for multiple languages and platforms.

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/reference/client-libraries/python">
    Python client for fal AI models
  </Card>

  <Card title="JavaScript" icon="js" href="/reference/client-libraries/javascript">
    JS/TS client for web and Node.js
  </Card>
</CardGroup>

## Mobile & Other Platforms

<CardGroup cols={3}>
  <Card title="Swift" icon="swift" href="/reference/client-libraries/swift">
    iOS, macOS, tvOS, watchOS
  </Card>

  <Card title="Kotlin / Java" icon="java" href="/reference/client-libraries/kotlin">
    Android and JVM
  </Card>

  <Card title="Dart" icon="flutter" href="/reference/client-libraries/dart">
    Flutter apps
  </Card>
</CardGroup>
