```html
Wingman Protocol's AI Chat API offers a cost-effective, easy-to-integrate, and scalable solution for all your AI chat needs.
$0.10 per 1,000 tokens
$0.08 per 1,000 tokens
Custom pricing
import requests
url = "https://api.wingmanprotocol.com/v1/chat"
headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
}
data = {
"model": "wingman-v1",
"messages": [{"role": "user", "content": "Hello, Wingman!"}]
}
response = requests.post(url, headers=headers, json=data)
print(response.json())
Sign up for an account and get your API key. Integrate our API into your application using the provided documentation.
We offer a range of models suitable for various use cases. Check our documentation for more details.
Yes, we offer a free tier with limited usage. Upgrade to a paid plan for higher limits and additional features.