AIProxy

170 posts

AIProxy banner
AIProxy

AIProxy

@AIProxyTeam

Protect the APIs your app depends on with API key protection and endpoint security. You can protect any API in minutes with a fully managed proxy.

CA Присоединился Ocak 2024
15 Подписки605 Подписчики
AIProxy
AIProxy@AIProxyTeam·
@kno_ios Glad you like it!
English
0
0
1
71
AIProxy
AIProxy@AIProxyTeam·
We've exposed AWS CloudFront headers in the request history tab. This gives you some additional context about where your app's requests are originating from.
AIProxy tweet media
English
1
0
2
736
AIProxy
AIProxy@AIProxyTeam·
AIProxySwift 0.144.0 has full support for OpenAI's Conversations API. Copy-pasteable snippets for working w conversations are available in the README
English
1
1
5
868
AIProxy
AIProxy@AIProxyTeam·
AIProxySwift 0.135.0 is out, and it includes an overhaul of the Anthropic client. The rework makes it possible for us to expose much more Anthropic functionality. There is a migration guide here to assist in updating your call sites: aiproxy.com/docs/swift-exa…
English
0
0
2
1.7K
AIProxy
AIProxy@AIProxyTeam·
You in prod or dev? If in prod, you can switch off DeviceCheck on your service to get requests succeeding again while you go through the checklist: Most common reasons 1. Your bundle identifier doesn't match an identifier here: developer.apple.com/account/resour… 2. You're not signing the app with the team that owns your device check key: Xcode > Tap your project in proj tree > Tap target > Signing & Capabilities > Make sure team is set to the team that owns your DC key 3. Are you on simulator? If so, DeviceCheck isn't available and you need to use the bypass token described in step 5 here: aiproxy.com/docs/integrati…
English
0
0
0
65
Matt
Matt@MattCowlin·
Getting “Your request failed DeviceCheck on AIProxy” - using same credentials from another app - are we missing something? @AIProxyTeam
English
1
0
0
803
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
Here's streaming text-to-speech in a SwiftUI app. 5 minutes, and you could ship this to the app store. Powered by @elevenlabs and @AIProxyTeam
English
0
1
10
1.5K
AIProxy
AIProxy@AIProxyTeam·
@yengiyegen When you go to our login page, what do you see here:
AIProxy tweet media
English
1
0
1
61
Utku Yegen
Utku Yegen@yengiyegen·
@AIProxyTeam can not login to dashboard, it throw "captcha failed".
English
3
0
0
157
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
AIProxySwift is now swift 6.2 compatible! This is obviously a big change. If you upgrade to 0.130.0 and hit any weirdness, my DMs and the support chat in developer dashboard are open
Lou Zell tweet media
English
1
2
9
1.8K
AIProxy
AIProxy@AIProxyTeam·
@Yuno_appdev @mariosaputra Hey, if they are working for you kudos. We do a few additional things: - PK pinning making the request hard to sniff - DeviceCheck verification attached to each req - Rate limits attached to Apple's AppTransactionID Essentially key protection + endpoint abuse protection OOTB
English
1
0
2
71
Yuno
Yuno@Yuno_appdev·
@mariosaputra @AIProxyTeam Currently I'm using supabase edge functions secrets to store the api key, Is this better than that?
English
1
0
1
85
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
AIProxySwift release 0.125.0 has GPT-5 params to control reasoning effort, text verbosity, and prompt templates See readme sections: "How to make a basic request using OpenAI's Responses API" and "How to use prompt templates with the OpenAI Responses API" H/T to @Matt1Corey
English
0
1
6
1.6K
AIProxy
AIProxy@AIProxyTeam·
@yengiyegen @_anlavc @ilkerulusoy @FAL Hi @_anlavc , I just responded to your support chat about using a custom model. We don't have convenience helpers for all models on Fal, but they are easy to support! Let us know if you need help
English
0
0
1
65
Anıl AVCI
Anıl AVCI@_anlavc·
Bir süredir gelişmeleri takip edemediğim için soruyorum. @FAL hesabımda bir miktar bakiye var. Basit bir proje fikrimde var. En hızlı neyle ilerleyebilirim? Cursor, windsurf, chatgpt ?
Türkçe
1
0
2
694
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
Filled a requested feature from devs that use weekly subscriptions to monetize their apps You can now set rate limits on a weekly basis
Lou Zell tweet media
English
1
1
7
1.2K
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
You may get some deprecation notices the next time you update AIProxySwift. I've added a little blurb to the notice to guide you on what to add. I'm making secondsToWait a required argument. It's up to the caller to provide a sensible timeout for the use-case / app / UX
Lou Zell tweet media
English
1
1
2
803
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
I added a bunch of OpenAI Responses API examples to our README, including streaming vector store search and web search These snippets are designed to be copy-pasteable for easy adoption in your app
Lou Zell tweet media
English
0
1
2
682
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
Massive thanks to @Matt1Corey for all the streaming OpenAI Responses API support in AIProxySwift! Available in 0.111.0
Lou Zell tweet media
English
0
1
5
645
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
The OpenAI Realtime SDK by @AIProxyTeam is now generally available. It works equally well across Apple's platforms, with or without headphones. The source for this demo is also available. This is the most functional realtime SDK on the market. It's MIT licensed. Have fun!
English
7
4
29
3.3K
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
If you use our stableID feature, then updating to 0.105.0 will attempt to use StoreKit's appTransactionID as the identifier that we rate limit on. This is so handy. Thinking of a future update where all requests require a verified appTransactionID. Will try with our apps first
Lou Zell tweet media
English
1
1
4
585
AIProxy ретвитнул
Mario Saputra
Mario Saputra@mariosaputra·
Trying Flux Kontext Pro with AIProxy, damn the result is good, faster and cheaper than Open AI, no weird color too.
Mario Saputra tweet media
English
10
3
134
11.6K
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
We now have multi-speaker Gemini TTS support out of the box in AIProxySwift 0.103.0 Copy-pasteable snippets in the readme. You can have a multi-speaker TTS app in approx 5 minutes
Lou Zell tweet media
English
0
1
10
584
AIProxy ретвитнул
Lou Zell
Lou Zell@louzell_·
Another feature to ensure the health of your app. All projects now get these two alerts by default You can tune them to your own liking
Lou Zell tweet media
English
0
1
8
2.8K