SDKs & Libraries

Official client libraries and community SDKs to integrate MythicDot.AI in your favorite programming language.

Official SDKs

Maintained by the MythicDot.AI team with first-class support, comprehensive documentation, and regular updates.

🐍

Python SDK

v2.0.1

Full-featured Python client with async support, type hints, and seamless integration with popular frameworks like FastAPI and Django.

pip install mythicdot

Node.js SDK

v3.1.0

TypeScript-first Node.js client with streaming support, built-in retries, and compatibility with Express, Next.js, and more.

npm install @mythicdot/ai
🐹

Go SDK

v1.4.0

Idiomatic Go client with context support, connection pooling, and optimized for high-performance applications.

go get github.com/mythicdot/go-sdk
💜

.NET SDK

v2.2.0

Official .NET client supporting .NET 6+ with async patterns, dependency injection, and Azure integration.

dotnet add package MythicDot.AI

Simple, Intuitive API

Our SDKs are designed to get you up and running in minutes. With consistent interfaces across languages, switching between projects is seamless.

  • Automatic retries with exponential backoff
  • Streaming responses for real-time applications
  • Comprehensive error handling
  • Built-in rate limiting
  • Full TypeScript/type hint support
from mythicdot import MythicDot

# Initialize the client
client = MythicDot()

# Generate a completion
response = client.chat.completions.create(
    model="mythic-1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Community Libraries

Libraries built by our community. Not officially supported but widely used and community-maintained.

💎

mythicdot-ruby

Ruby client for MythicDot.AI with Rails integration and ActiveJob support.

⭐ 234 📦 gem
🦀

mythicdot-rs

Async Rust client with tokio support and zero-cost abstractions.

⭐ 456 📦 crates.io
📱

mythicdot-swift

Swift package for iOS, macOS, and other Apple platforms.

⭐ 189 📦 SPM

mythicdot-java

Java client with Spring Boot starter and reactive support.

⭐ 312 📦 Maven
🐘

mythicdot-php

PHP client with Laravel integration and PSR-compatible interfaces.

⭐ 145 📦 Packagist
🎯

mythicdot-dart

Dart/Flutter package for mobile and web applications.

⭐ 98 📦 pub.dev

Developer Resources

📖

API Reference

Complete API documentation with examples and schemas.

View Reference →
🚀

Quick Start

Get up and running in under 5 minutes.

Start Building →
📝

Examples

Sample applications and code snippets.

Browse Examples →
💬

Community

Get help and share your projects.

Join Community →