<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=G4F_API</id>
	<title>G4F API - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=G4F_API"/>
	<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=G4F_API&amp;action=history"/>
	<updated>2026-05-01T14:38:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.h4ks.com/index.php?title=G4F_API&amp;diff=881&amp;oldid=prev</id>
		<title>Mattf: Created G4F API wiki page</title>
		<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=G4F_API&amp;diff=881&amp;oldid=prev"/>
		<updated>2026-04-30T17:36:50Z</updated>

		<summary type="html">&lt;p&gt;Created G4F API wiki page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= G4F API =&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;G4F API&amp;#039;&amp;#039;&amp;#039; is a free, open-source AI text completion API provided by H4ks. It serves as an alternative API for getting text completions from various AI models and providers, powered by the [https://github.com/xtekky/gpt4free g4f] project.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Free text completions from multiple AI models&lt;br /&gt;
* OpenAPI/Swagger documentation&lt;br /&gt;
* RESTful API endpoint&lt;br /&gt;
* Compatible with OpenAI API format&lt;br /&gt;
&lt;br /&gt;
== API Endpoint ==&lt;br /&gt;
* Base URL: &amp;lt;code&amp;gt;https://g4f.h4ks.com&amp;lt;/code&amp;gt;&lt;br /&gt;
* Documentation: [https://g4f.h4ks.com/docs g4f.h4ks.com/docs]&lt;br /&gt;
* Completions endpoint: &amp;lt;code&amp;gt;POST /api/completions&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example Usage ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
curl -X POST https://g4f.h4ks.com/api/completions \&lt;br /&gt;
  -H &amp;quot;Content-Type: application/json&amp;quot; \&lt;br /&gt;
  -d &amp;#039;{&amp;quot;prompt&amp;quot;: &amp;quot;Hello, world!&amp;quot;, &amp;quot;model&amp;quot;: &amp;quot;gpt-4&amp;quot;}&amp;#039;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://github.com/h4ks-com/g4f-api GitHub Repository]&lt;br /&gt;
* [https://g4f.h4ks.com/docs API Documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;br /&gt;
[[Category:AI]]&lt;br /&gt;
[[Category:Projects]]&lt;br /&gt;
[[Category:H4ks]]&lt;/div&gt;</summary>
		<author><name>Mattf</name></author>
	</entry>
</feed>