Libraries & SDKs

Official client libraries to integrate MythicDot.AI into your applications. Available for all major languages.

Official Libraries

🐍

Python

v1.35.0 • Official

The official Python library for MythicDot.AI. Async support, streaming, and full type hints included.

pip install mythicdot
TS

TypeScript / JavaScript

v4.52.0 • Official

Full TypeScript support with auto-generated types. Works in Node.js, Deno, Bun, and modern browsers.

npm install mythicdot
Go

Go

v1.12.0 • Official

Idiomatic Go client with context support, retries, and streaming. Works with Go 1.18+.

go get github.com/mythicdot/mythicdot-go
C#

.NET / C#

v2.8.0 • Official

Full async/await support for .NET 6+. Integrates with ASP.NET Core dependency injection.

dotnet add package MythicDot.AI

Java / Kotlin

v0.9.0 • Official

Works with Java 11+ and Kotlin. Spring Boot integration available.

implementation 'ai.mythicdot:mythicdot-java:0.9.0'
💎

Ruby

v0.7.0 • Community

Community-maintained Ruby gem with Rails helpers and streaming support.

gem install mythicdot
🐘

PHP

v1.2.0 • Community

PHP 8.1+ library with PSR-18 HTTP client support. Laravel integration available.

composer require mythicdot/mythicdot-php
🦀

Rust

v0.5.0 • Community

Async Rust client using tokio. Full type safety and streaming support.

cargo add mythicdot

Built for Developers

📝

Type Safety

Full type definitions for all requests and responses

🔄

Auto-Retry

Built-in retry logic with exponential backoff

📡

Streaming

Server-sent events for real-time responses

Async Support

Async/await patterns in all languages

REST API

Don't see your language? Use our REST API directly with any HTTP client.

cURL
curl https://api.mythicdot.ai/v1/chat/completions \
  -H "Authorization: Bearer $MYTHICDOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mythic-4",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Community Resources

Get help and connect with other developers

💬

Discord

Join 50,000+ developers in our community

Join Discord →
🐙

GitHub

Star us, report issues, contribute

View GitHub →
📚

Stack Overflow

Ask questions with the mythicdot tag

Browse Questions →