GitHub
github.com › jamesrochabrun › SwiftAnthropic
GitHub - jamesrochabrun/SwiftAnthropic: An open-source Swift package for interacting with Anthropic's public API.
An open-source Swift package for interacting with Anthropic's public API. - jamesrochabrun/SwiftAnthropic
Starred by 214 users
Forked by 57 users
Languages Swift
GitHub
github.com › fumito-ito › AnthropicSwiftSDK
GitHub - fumito-ito/AnthropicSwiftSDK: Yet another Anthropic API client for Swift.
let anthropic = Anthropic(apiKey: ... .bash(.init(name: "bash")) ] ) By introducing an extension Swift package, it is possible to access the Anthropic Claude API through AWS Bedrock and Vertex AI....
Starred by 15 users
Forked by 3 users
Languages Swift
Medium
jamesrochabrun.medium.com › anthropic-ios-sdk-032e1dc6afd8
Anthropic iOS SDK. https://github.com/jamesrochabrun/SwiftA… | by James Rochabrun | Medium
February 25, 2024 - Visit https://www.anthropic.com/earlyaccess 🥲 ... If you don’t have an API key yet, I still encourage you to keep reading this post, as access may become more widely available soon! 🤞 · On their website, you can view the available clients; currently, they offer only Python and TypeScript libraries. That’s why I built a Swift version that iOS developers can easily integrate into their apps, eliminating the need to construct their own.
Aiproxy
aiproxy.com › docs › swift-examples › anthropic.html
Anthropic Swift Client Library Examples
import AIProxy /* Uncomment for BYOK use cases */ // let anthropicService = AIProxy.anthropicDirectService( // unprotectedAPIKey: "your-anthropic-key" // ) /* Uncomment for all other production use cases */ // let anthropicService = AIProxy.anthropicService( // partialKey: "partial-key-from-your-developer-dashboard", // serviceURL: "service-url-from-your-developer-dashboard" // ) do { let requestBody = AnthropicMessageRequestBody( maxTokens: 1024, messages: [ .init( content: [.text("What is nvidia's stock price?")], role: .user ) ], model: "claude-3-5-sonnet-20240620", tools: [ .init( description: "Call this function when the user wants a stock symbol", inputSchema: [ "type": "object", "properties": [ "ticker": [ "type": "string", "description": "The stock ticker symbol, e.g.
GitHub
github.com › GeorgeLyon › SwiftClaude
GitHub - GeorgeLyon/SwiftClaude: A Swift SDK for Anthropic's Claude API
A Swift SDK for Anthropic's Claude API. Contribute to GeorgeLyon/SwiftClaude development by creating an account on GitHub.
Author GeorgeLyon
Swift Package Index
swiftpackageindex.com › fumito-ito › AnthropicSwiftSDK
AnthropicSwiftSDK – Swift Package Index
August 14, 2025 - AnthropicSwiftSDK by Fumito Ito on the Swift Package Index – Yet another Anthropic API client for Swift.
GitHub
github.com › marcusziade › AnthropicKit
GitHub - marcusziade/AnthropicKit: A comprehensive Swift SDK for the Anthropic API
A comprehensive Swift SDK for the Anthropic API. Contribute to marcusziade/AnthropicKit development by creating an account on GitHub.
Author marcusziade
GitHub
github.com › nathanborror › swift-anthropic
GitHub - nathanborror/swift-anthropic: An easy way to use the Anthropic platform in Swift.
Starred by 8 users
Forked by 2 users
Languages Swift 99.5% | Makefile 0.5%
Aiproxy
aiproxy.com › updates › anthropic-sdk-design-decisions
Design decisions for AIProxy's Anthropic Swift SDK
AIProxySwift has been updated to publicly expose additional Anthropic functionality to users.
GitHub
github.com › andreyoshev › SwiftAnthropic
GitHub - andreyoshev/SwiftAnthropic: An open-source Swift package for interacting with Anthropic's public API.
An open-source Swift package for interacting with Anthropic's public API. - andreyoshev/SwiftAnthropic
Author andreyoshev
Kevinhermawan
kevinhermawan.github.io › swift-llm-chat-anthropic › documentation › llmchatanthropic
Documentation
This page requires JavaScript · Please turn on JavaScript in your browser and refresh the page to view its content
GitHub
github.com › jamesrochabrun › SwiftAnthropic › blob › main › Package.swift
SwiftAnthropic/Package.swift at main · jamesrochabrun/SwiftAnthropic
An open-source Swift package for interacting with Anthropic's public API. - jamesrochabrun/SwiftAnthropic
Author jamesrochabrun
GitHub
github.com › kevinhermawan › swift-llm-chat-anthropic
GitHub - kevinhermawan/swift-llm-chat-anthropic: Interact with Anthropic and Anthropic-compatible chat completion APIs in a simple and elegant way. Supports vision, prompt caching, and more.
Interact with Anthropic and ... way. LLMChatAnthropic is a simple yet powerful Swift package that elegantly encapsulates the complexity of interacting with Anthropic and Anthropic-compatible chat completion APIs...
Author kevinhermawan
AIbase
aibase.com › repos › project › anthropicswiftsdk
Anthropicswiftsdk AI Project Repository Download and Installation Guide
View the Anthropicswiftsdk AI project repository download and installation guide, learn about the latest development trends and innovations.