Back to SDKs

Quickstart Examples

Get started quickly with ready-to-run example projects. Each quickstart includes examples for Chat, Streaming, Vision, Embeddings, Audio, and Multi-turn conversations.

Get your API Key

You'll need an API key to run the examples

Get API Key

TypeScript

Node.js, Deno, Bun, and browser support

npm install hinow-ai

Python

Sync and async clients, Pydantic models

pip install hinow-ai

Go

Context-based cancellation, functional options

go get github.com/hinow-ai/sdk-go

Rust

Async/await with Tokio, strong typing

cargo add hinow-ai

Java

Builder pattern, CompletableFuture async

Maven / Gradle

C#

.NET Standard 2.0+, IAsyncEnumerable streaming

dotnet add package hinow-ai

PHP

Value objects, Laravel integration

composer require hinow-ai/hinow-ai

Ruby

Sorbet types, streaming helpers

gem install hinow-ai

Kotlin

Coroutines, Flow streaming, Android support

Maven / Gradle

Swift

Async/await, Combine, SwiftUI integration

Swift Package Manager

What's included in each quickstart

Chat

Basic chat completion

Streaming

Real-time streaming responses

Vision

Image analysis with AI

Embeddings

Text embeddings for search

Audio

Text-to-speech generation

Multi-turn

Conversation with context