Skip to main content

6 SDKs. One Interface. Every AI Provider.

Stop managing 10 different API clients

Import one SDK, set one API key, access everything — chat, images, video, audio, 3D, voice cloning, embeddings, compute, and more.

Quick Start

Same pattern across all 6 languages. Here's Go:

main.go
import "github.com/quantum-encoding/quantum-ai"

func main() {
    client := quantumai.NewClient("qai_your_api_key")

    resp, err := client.Chat.Create(quantumai.ChatRequest{
        Model:    "claude-sonnet-4-20250514",
        Messages: []quantumai.Message{
            {Role: "user", Content: "Hello from Quantum AI!"},
        },
    })

    fmt.Println(resp.Choices[0].Message.Content)
}

Every SDK follows the same structure: create a client, call a method, get a response. Chat, image generation, video, audio, embeddings, RAG — all the same pattern.

Claude Code Integration

Give Claude Code access to image generation, video creation, voice cloning, music, web search, and more. One command to install.

Terminal
npx @quantum-encoding/cosmic-duck-mcp setup qai_your_api_key
generate_image
edit_image
generate_video
text_to_speech
transcribe
generate_music
rag_search
list_models
account_balance

Ready to Build?

One API key. Every AI provider. Six languages.

Sign up, grab your API key, and start building in minutes.